RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui

branch
server_client_variant
changeset 191
2af42804bca2
parent 153
9557ef516806
child 212
f05681349336
--- a/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Sun Sep 24 17:09:39 2017 +0200
+++ b/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Sun Sep 24 17:10:48 2017 +0200
@@ -32,25 +32,25 @@
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="ropeAutocompletionCheckBox">
-     <property name="toolTip">
-      <string>Select, whether the rope autocompletion support shall be enabled.</string>
-     </property>
-     <property name="text">
-      <string>Enable autocompletion</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <layout class="QGridLayout">
-     <item row="0" column="0">
+    <layout class="QGridLayout" name="gridLayout">
+     <item row="0" column="0" colspan="3">
+      <widget class="QCheckBox" name="ropeAutocompletionCheckBox">
+       <property name="toolTip">
+        <string>Select, whether the rope autocompletion support shall be enabled.</string>
+       </property>
+       <property name="text">
+        <string>Enable autocompletion</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="0">
       <widget class="QLabel" name="label">
        <property name="text">
         <string>Number of errors to fix:</string>
        </property>
       </widget>
      </item>
-     <item row="0" column="1">
+     <item row="1" column="1">
       <widget class="QSpinBox" name="acMaxfixesSpinBox">
        <property name="toolTip">
         <string>Enter the number of errors to fix before giving up</string>
@@ -69,7 +69,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="2">
+     <item row="1" column="2">
       <spacer>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
@@ -82,54 +82,6 @@
        </property>
       </spacer>
      </item>
-     <item row="1" column="0">
-      <widget class="QLabel" name="label_2">
-       <property name="text">
-        <string>Time to wait for code assist:</string>
-       </property>
-      </widget>
-     </item>
-     <item row="1" column="1">
-      <widget class="QSpinBox" name="codeAssistTimeoutSpinBox">
-       <property name="toolTip">
-        <string>Enter the time in milliseconds after which a list with completion proposals shall be shown</string>
-       </property>
-       <property name="alignment">
-        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-       </property>
-       <property name="buttonSymbols">
-        <enum>QAbstractSpinBox::PlusMinus</enum>
-       </property>
-       <property name="correctionMode">
-        <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
-       </property>
-       <property name="suffix">
-        <string> ms</string>
-       </property>
-       <property name="minimum">
-        <number>0</number>
-       </property>
-       <property name="maximum">
-        <number>999</number>
-       </property>
-       <property name="singleStep">
-        <number>10</number>
-       </property>
-      </widget>
-     </item>
-     <item row="1" column="2">
-      <spacer>
-       <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>
@@ -150,7 +102,6 @@
  <tabstops>
   <tabstop>ropeAutocompletionCheckBox</tabstop>
   <tabstop>acMaxfixesSpinBox</tabstop>
-  <tabstop>codeAssistTimeoutSpinBox</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial