--- a/Preferences/ConfigurationPages/DebuggerPython3Page.ui Thu Jun 14 19:19:15 2018 +0200 +++ b/Preferences/ConfigurationPages/DebuggerPython3Page.ui Thu Jun 14 19:20:52 2018 +0200 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>455</width> - <height>449</height> + <height>500</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -32,18 +32,15 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox"> + <widget class="QGroupBox" name="groupBox_4"> <property name="title"> - <string>Python3 Interpreter for Debug Client</string> + <string>Python3 Virtual Environment</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="E5PathPicker" name="interpreterPicker" native="true"> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> + <widget class="QComboBox" name="venvComboBox"> <property name="toolTip"> - <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> + <string>Select the virtual environment to be used</string> </property> </widget> </item> @@ -158,7 +155,7 @@ </customwidget> </customwidgets> <tabstops> - <tabstop>interpreterPicker</tabstop> + <tabstop>venvComboBox</tabstop> <tabstop>standardButton</tabstop> <tabstop>customButton</tabstop> <tabstop>debugClientPicker</tabstop>