eric7/Preferences/ConfigurationPages/InterfacePage.ui

branch
eric7
changeset 8714
85deb98a0a6c
parent 8587
78971b458d25
child 8727
e2f8a0fbf738
--- a/eric7/Preferences/ConfigurationPages/InterfacePage.ui	Sat Oct 23 12:19:47 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/InterfacePage.ui	Sat Oct 23 18:58:16 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>992</height>
+    <height>1048</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -439,7 +439,27 @@
            </property>
           </widget>
          </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="helpViewerCheckBox">
+           <property name="toolTip">
+            <string>Select to activate the Help Viewer widget</string>
+           </property>
+           <property name="text">
+            <string>Help Viewer</string>
+           </property>
+          </widget>
+         </item>
          <item row="1" column="0">
+          <widget class="QCheckBox" name="condaCheckBox">
+           <property name="toolTip">
+            <string>Select to activate the conda package manager widget</string>
+           </property>
+           <property name="text">
+            <string>Conda Package Manager</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
           <widget class="QCheckBox" name="pypiCheckBox">
            <property name="toolTip">
             <string>Select to activate the PyPI package manager widget</string>
@@ -449,16 +469,6 @@
            </property>
           </widget>
          </item>
-         <item row="1" column="1">
-          <widget class="QCheckBox" name="condaCheckBox">
-           <property name="toolTip">
-            <string>Select to activate the conda package manager widget</string>
-           </property>
-           <property name="text">
-            <string>Conda Package Manager</string>
-           </property>
-          </widget>
-         </item>
          <item row="2" column="0">
           <widget class="QCheckBox" name="cooperationCheckBox">
            <property name="toolTip">
@@ -479,7 +489,7 @@
            </property>
           </widget>
          </item>
-         <item row="0" column="1">
+         <item row="3" column="0">
           <widget class="QCheckBox" name="microPythonCheckBox">
            <property name="toolTip">
             <string>Select to activate the MicroPython widget</string>
@@ -515,11 +525,41 @@
     </widget>
    </item>
    <item>
-    <widget class="QPushButton" name="resetLayoutButton">
-     <property name="text">
-      <string>Reset layout to factory defaults</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_3">
+     <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="resetLayoutButton">
+       <property name="text">
+        <string>Reset layout to factory defaults</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_3">
+       <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>
    <item>
     <spacer name="verticalSpacer">
@@ -563,11 +603,12 @@
   <tabstop>fileBrowserCheckBox</tabstop>
   <tabstop>symbolsCheckBox</tabstop>
   <tabstop>codeDocumentationViewerCheckBox</tabstop>
-  <tabstop>microPythonCheckBox</tabstop>
+  <tabstop>helpViewerCheckBox</tabstop>
+  <tabstop>condaCheckBox</tabstop>
   <tabstop>pypiCheckBox</tabstop>
-  <tabstop>condaCheckBox</tabstop>
   <tabstop>cooperationCheckBox</tabstop>
   <tabstop>ircCheckBox</tabstop>
+  <tabstop>microPythonCheckBox</tabstop>
   <tabstop>numbersCheckBox</tabstop>
   <tabstop>resetLayoutButton</tabstop>
  </tabstops>

eric ide

mercurial