diff -r 4a932a7ab987 -r 37f23590dbbc Preferences/ConfigurationPages/DebuggerPython3Page.ui --- a/Preferences/ConfigurationPages/DebuggerPython3Page.ui Sat Jun 30 13:56:44 2018 +0200 +++ b/Preferences/ConfigurationPages/DebuggerPython3Page.ui Sat Jun 30 13:59:56 2018 +0200 @@ -36,7 +36,7 @@ <property name="title"> <string>Python3 Virtual Environment</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QComboBox" name="venvComboBox"> <property name="toolTip"> @@ -44,6 +44,16 @@ </property> </widget> </item> + <item> + <widget class="QToolButton" name="venvDlgButton"> + <property name="toolTip"> + <string>Press to open the virtual environment manager dialog</string> + </property> + <property name="text"> + <string notr="true"/> + </property> + </widget> + </item> </layout> </widget> </item> @@ -98,7 +108,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</string> + <string>Please configure the associated file extensions on the 'Python' page.</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -106,7 +116,51 @@ </widget> </item> <item> - <widget class="QLineEdit" name="sourceExtensionsEdit"/> + <widget class="QLineEdit" name="sourceExtensionsEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="refreshButton"> + <property name="toolTip"> + <string>Press to update the display of the source associations</string> + </property> + <property name="text"> + <string>Refresh</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> </item> </layout> </widget> @@ -156,10 +210,12 @@ </customwidgets> <tabstops> <tabstop>venvComboBox</tabstop> + <tabstop>venvDlgButton</tabstop> <tabstop>standardButton</tabstop> <tabstop>customButton</tabstop> <tabstop>debugClientPicker</tabstop> <tabstop>sourceExtensionsEdit</tabstop> + <tabstop>refreshButton</tabstop> <tabstop>pyRedirectCheckBox</tabstop> <tabstop>pyNoEncodingCheckBox</tabstop> </tabstops>