--- a/Debugger/StartDebugDialog.ui Sun Jun 17 13:09:00 2018 +0200 +++ b/Debugger/StartDebugDialog.ui Sun Jun 17 16:56:10 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>488</width> - <height>264</height> + <height>333</height> </rect> </property> <property name="windowTitle"> @@ -18,34 +18,30 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> - <widget class="QLabel" name="TextLabel2_2"> + <widget class="QLabel" name="label"> <property name="text"> - <string>Interpreter:</string> + <string>&Virtual Environment:</string> </property> <property name="buddy"> - <cstring>workdirPicker</cstring> + <cstring>venvComboBox</cstring> </property> </widget> </item> <item row="0" column="1"> - <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> + <widget class="QComboBox" name="venvComboBox"> <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="focusPolicy"> - <enum>Qt::WheelFocus</enum> - </property> <property name="toolTip"> - <string>Enter the interpreter to be used</string> + <string>Select the virtual environment to be used</string> </property> <property name="whatsThis"> - <string><b>Interpreter</b> -<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> + <string><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></string> </property> </widget> </item> @@ -305,7 +301,7 @@ </customwidget> </customwidgets> <tabstops> - <tabstop>interpreterPicker</tabstop> + <tabstop>venvComboBox</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop>