Preferences/ConfigurationPages/EditorSyntaxPage.ui

changeset 2908
c6e9a57eb44b
parent 2907
108abcc64724
--- a/Preferences/ConfigurationPages/EditorSyntaxPage.ui	Wed Sep 11 19:36:31 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorSyntaxPage.ui	Wed Sep 11 22:31:09 2013 +0200
@@ -35,108 +35,107 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="onlineCheckBox">
+    <widget class="QGroupBox" name="automaticSyntaxCheckCheckBox">
      <property name="toolTip">
-      <string>Select to enable the online syntax checker</string>
+      <string>Select, whether source files should be checked automatically for syntax errors</string>
      </property>
      <property name="whatsThis">
-      <string>&lt;b&gt;Online Syntax Check&lt;/b&gt;&lt;p&gt;Select this to enable syntax checks while typing. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
+      <string>&lt;b&gt;Automatic Syntax Check&lt;/b&gt;&lt;p&gt;Select to enable the automatic syntax checker. The syntax is checked, when a file is loaded or saved or the programming language of the editor is selected.&lt;/p&gt;</string>
      </property>
      <property name="title">
-      <string>Online Syntax Check</string>
+      <string>Automatic Syntax Check</string>
      </property>
      <property name="checkable">
       <bool>true</bool>
      </property>
-     <layout class="QHBoxLayout" name="horizontalLayout">
+     <layout class="QVBoxLayout" name="verticalLayout_3">
       <item>
-       <widget class="QLabel" name="label">
-        <property name="text">
-         <string>Timeout Interval:</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QSpinBox" name="onlineTimeoutSpinBox">
+       <widget class="QGroupBox" name="onlineCheckBox">
         <property name="toolTip">
-         <string>Enter the timeout for the online syntax checker</string>
+         <string>Select to enable the online syntax checker</string>
         </property>
         <property name="whatsThis">
-         <string>&lt;b&gt;Timeout Interval&lt;/b&gt;&lt;p&gt;Enter the timeout interval for the online syntax check. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
+         <string>&lt;b&gt;Online Syntax Check&lt;/b&gt;&lt;p&gt;Select this to enable syntax checks while typing. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
         </property>
-        <property name="alignment">
-         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+        <property name="title">
+         <string>Online Syntax Check</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
         </property>
-        <property name="buttonSymbols">
-         <enum>QAbstractSpinBox::PlusMinus</enum>
-        </property>
-        <property name="suffix">
-         <string> s</string>
-        </property>
+        <layout class="QHBoxLayout" name="horizontalLayout">
+         <item>
+          <widget class="QLabel" name="label">
+           <property name="text">
+            <string>Timeout Interval:</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QSpinBox" name="onlineTimeoutSpinBox">
+           <property name="toolTip">
+            <string>Enter the timeout for the online syntax checker</string>
+           </property>
+           <property name="whatsThis">
+            <string>&lt;b&gt;Timeout Interval&lt;/b&gt;&lt;p&gt;Enter the timeout interval for the online syntax check. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+           </property>
+           <property name="buttonSymbols">
+            <enum>QAbstractSpinBox::PlusMinus</enum>
+           </property>
+           <property name="suffix">
+            <string> s</string>
+           </property>
+           <property name="value">
+            <number>5</number>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <spacer name="horizontalSpacer">
+           <property name="orientation">
+            <enum>Qt::Horizontal</enum>
+           </property>
+           <property name="sizeHint" stdset="0">
+            <size>
+             <width>205</width>
+             <height>20</height>
+            </size>
+           </property>
+          </spacer>
+         </item>
+        </layout>
        </widget>
       </item>
       <item>
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>205</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
-    <widget class="QGroupBox" name="groupBox">
-     <property name="title">
-      <string>Automatic Syntax Check</string>
-     </property>
-     <layout class="QHBoxLayout" name="horizontalLayout_2">
-      <item>
-       <widget class="QCheckBox" name="automaticSyntaxCheckCheckBox">
-        <property name="toolTip">
-         <string>Select, whether source files should be checked automatically for syntax errors</string>
-        </property>
-        <property name="whatsThis">
-         <string>&lt;b&gt;Automatic Syntax Check&lt;/b&gt;&lt;p&gt;Select to enable the automatic syntax checker. The syntax is checked, when a file is loaded or saved or the programming language of the editor is selected.&lt;/p&gt;</string>
+       <widget class="QGroupBox" name="groupBox_2">
+        <property name="title">
+         <string>PyFlakes</string>
         </property>
-        <property name="text">
-         <string>Automatic Syntax Check</string>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
-    <widget class="QGroupBox" name="groupBox_2">
-     <property name="title">
-      <string>PyFlakes</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
-      <item>
-       <widget class="QCheckBox" name="includeCheckBox">
-        <property name="toolTip">
-         <string>Select to include a PyFlakes check after the syntax check</string>
-        </property>
-        <property name="text">
-         <string>Include PyFlakes Checks after syntax check</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QCheckBox" name="ignoreStarImportCheckBox">
-        <property name="toolTip">
-         <string>Select to suppress star import warnings</string>
-        </property>
-        <property name="text">
-         <string>Suppress star import warnings</string>
-        </property>
+        <layout class="QVBoxLayout" name="verticalLayout">
+         <item>
+          <widget class="QCheckBox" name="includeCheckBox">
+           <property name="toolTip">
+            <string>Select to include a PyFlakes check after the syntax check</string>
+           </property>
+           <property name="text">
+            <string>Include PyFlakes Checks after syntax check</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="ignoreStarImportCheckBox">
+           <property name="toolTip">
+            <string>Select to suppress star import warnings</string>
+           </property>
+           <property name="text">
+            <string>Suppress star import warnings</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
        </widget>
       </item>
      </layout>

eric ide

mercurial