--- a/Project/DebuggerPropertiesDialog.ui Sun Jun 17 13:09:00 2018 +0200 +++ b/Project/DebuggerPropertiesDialog.ui Sun Jun 17 16:56:10 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>592</width> - <height>594</height> + <height>654</height> </rect> </property> <property name="windowTitle"> @@ -46,23 +46,19 @@ <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> - <string>Interpreter for Debug Client</string> + <string>Virtual Environment</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> + <widget class="QComboBox" name="venvComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> <property name="toolTip"> - <string>Enter the path of the interpreter to be used by the debug client.</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="interpreterClearHistoryButton"> - <property name="toolTip"> - <string>Press to clear the history of entered interpreters</string> + <string>Select the virtual environment to be used</string> </property> </widget> </item> @@ -278,8 +274,7 @@ <tabstops> <tabstop>debugClientPicker</tabstop> <tabstop>debugClientClearHistoryButton</tabstop> - <tabstop>interpreterPicker</tabstop> - <tabstop>interpreterClearHistoryButton</tabstop> + <tabstop>venvComboBox</tabstop> <tabstop>debugEnvironmentOverrideCheckBox</tabstop> <tabstop>debugEnvironmentEdit</tabstop> <tabstop>remoteDebuggerGroup</tabstop>