diff -r 68af0e9c57ad -r ee81081a0ff7 Preferences/ConfigurationPages/QtPage.ui --- a/Preferences/ConfigurationPages/QtPage.ui Sun Apr 09 19:41:35 2017 +0200 +++ b/Preferences/ConfigurationPages/QtPage.ui Mon Apr 10 19:14:40 2017 +0200 @@ -173,6 +173,38 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>PyQt Tools</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Tools Directory:</string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="pyqtToolsDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path of the PyQt tools directory, if they are not found.</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>pyuic / pyside-uic Options</string> @@ -255,6 +287,7 @@ <tabstop>qtToolsDirPicker</tabstop> <tabstop>qt4PrefixEdit</tabstop> <tabstop>qt4PostfixEdit</tabstop> + <tabstop>pyqtToolsDirPicker</tabstop> <tabstop>pyuicIndentSpinBox</tabstop> <tabstop>pyuicImportsCheckBox</tabstop> </tabstops>