eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui

branch
multi_processing
changeset 7802
eefe954f01e8
parent 7564
787684e6f2f3
parent 7749
285855999b4e
child 7962
4614e724b083
--- a/eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Sun Jul 05 11:11:24 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Sun Oct 18 12:35:30 2020 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>643</width>
-    <height>1776</height>
+    <width>550</width>
+    <height>1650</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_7">
@@ -37,14 +37,14 @@
       <string>Network Interface</string>
      </property>
      <layout class="QGridLayout" name="gridLayout_2">
-      <item row="0" column="0" colspan="3">
+      <item row="0" column="0" colspan="4">
        <widget class="QLabel" name="TextLabel1_2_3">
         <property name="text">
          <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</string>
         </property>
        </widget>
       </item>
-      <item row="1" column="0">
+      <item row="1" column="0" colspan="2">
        <widget class="QRadioButton" name="allInterfacesButton">
         <property name="toolTip">
          <string>Select to listen on all available network interfaces (IPv4 mode)</string>
@@ -54,7 +54,7 @@
         </property>
        </widget>
       </item>
-      <item row="1" column="1">
+      <item row="1" column="2">
        <widget class="QRadioButton" name="all6InterfacesButton">
         <property name="toolTip">
          <string>Select to listen on all available network interfaces (IPv6 mode)</string>
@@ -64,7 +64,20 @@
         </property>
        </widget>
       </item>
-      <item row="1" column="2">
+      <item row="1" column="3">
+       <spacer name="horizontalSpacer_5">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>103</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item row="2" column="0">
        <widget class="QRadioButton" name="selectedInterfaceButton">
         <property name="toolTip">
          <string>Select to listen on the configured interface</string>
@@ -74,7 +87,7 @@
         </property>
        </widget>
       </item>
-      <item row="2" column="0" colspan="3">
+      <item row="2" column="1" colspan="3">
        <widget class="QComboBox" name="interfacesCombo">
         <property name="enabled">
          <bool>false</bool>
@@ -152,14 +165,14 @@
       <string>Passive Debugger</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
-      <item row="0" column="0" colspan="6">
+      <item row="0" column="0" colspan="4">
        <widget class="QLabel" name="TextLabel1_2_2">
         <property name="text">
          <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</string>
         </property>
        </widget>
       </item>
-      <item row="1" column="0" colspan="6">
+      <item row="1" column="0" colspan="4">
        <widget class="QCheckBox" name="passiveDbgCheckBox">
         <property name="toolTip">
          <string>Enables the passive debug mode</string>
@@ -206,7 +219,7 @@
         </property>
        </widget>
       </item>
-      <item row="2" column="2">
+      <item row="2" column="2" colspan="2">
        <spacer name="horizontalSpacer_2">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -219,7 +232,7 @@
         </property>
        </spacer>
       </item>
-      <item row="2" column="3">
+      <item row="3" column="0">
        <widget class="QLabel" name="label">
         <property name="enabled">
          <bool>false</bool>
@@ -229,7 +242,7 @@
         </property>
        </widget>
       </item>
-      <item row="2" column="4">
+      <item row="3" column="1" colspan="2">
        <widget class="QComboBox" name="passiveDbgBackendCombo">
         <property name="enabled">
          <bool>false</bool>
@@ -239,7 +252,7 @@
         </property>
        </widget>
       </item>
-      <item row="2" column="5">
+      <item row="3" column="3">
        <spacer name="horizontalSpacer">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -783,19 +796,6 @@
      </layout>
     </widget>
    </item>
-   <item>
-    <spacer name="verticalSpacer">
-     <property name="orientation">
-      <enum>Qt::Vertical</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>20</width>
-       <height>28</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
   </layout>
  </widget>
  <tabstops>

eric ide

mercurial