Preferences/ConfigurationPages/DebuggerPython3Page.ui

changeset 5247
1fb624677956
parent 4574
86647045bc03
child 6346
92ed63434dce
diff -r c32769201bbe -r 1fb624677956 Preferences/ConfigurationPages/DebuggerPython3Page.ui
--- a/Preferences/ConfigurationPages/DebuggerPython3Page.ui	Sun Oct 16 14:45:00 2016 +0200
+++ b/Preferences/ConfigurationPages/DebuggerPython3Page.ui	Sun Oct 16 22:35:11 2016 +0200
@@ -56,6 +56,19 @@
       <string>Debug Client Type</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
+      <item row="1" column="0" colspan="2">
+       <widget class="E5PathPicker" name="debugClientPicker" native="true">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the path of the Debug Client to be used.  Leave empty to use the default.</string>
+        </property>
+       </widget>
+      </item>
       <item row="0" column="0">
        <widget class="QRadioButton" name="standardButton">
         <property name="toolTip">
@@ -67,16 +80,6 @@
        </widget>
       </item>
       <item row="0" column="1">
-       <widget class="QRadioButton" name="threadedButton">
-        <property name="toolTip">
-         <string>Select the multi threaded debug client</string>
-        </property>
-        <property name="text">
-         <string>Multi Threaded</string>
-        </property>
-       </widget>
-      </item>
-      <item row="0" column="2">
        <widget class="QRadioButton" name="customButton">
         <property name="toolTip">
          <string>Select the custom selected debug client</string>
@@ -86,19 +89,6 @@
         </property>
        </widget>
       </item>
-      <item row="1" column="0" colspan="3">
-       <widget class="E5PathPicker" name="debugClientPicker" native="true">
-        <property name="enabled">
-         <bool>false</bool>
-        </property>
-        <property name="focusPolicy">
-         <enum>Qt::StrongFocus</enum>
-        </property>
-        <property name="toolTip">
-         <string>Enter the path of the Debug Client to be used.  Leave empty to use the default.</string>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>
@@ -170,7 +160,6 @@
  <tabstops>
   <tabstop>interpreterPicker</tabstop>
   <tabstop>standardButton</tabstop>
-  <tabstop>threadedButton</tabstop>
   <tabstop>customButton</tabstop>
   <tabstop>debugClientPicker</tabstop>
   <tabstop>sourceExtensionsEdit</tabstop>

eric ide

mercurial