AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui

changeset 54
89d28458ff40
parent 2
89cbc07f4bf0
diff -r cc91f2132635 -r 89d28458ff40 AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui
--- a/AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui	Sun Feb 05 16:31:50 2012 +0100
+++ b/AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui	Sat May 19 18:32:26 2012 +0200
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>AutoCompletionEricPage</class>
- <widget class="QWidget" name="AutoCompletionEricPage" >
-  <property name="geometry" >
+ <widget class="QWidget" name="AutoCompletionEricPage">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,81 +10,75 @@
     <height>350</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout" >
-   <property name="spacing" >
-    <number>6</number>
-   </property>
-   <property name="margin" >
-    <number>6</number>
-   </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QLabel" name="headerLabel" >
-     <property name="text" >
-      <string>&lt;b>Configure Eric  Autocompletion&lt;/b></string>
+    <widget class="QLabel" name="headerLabel">
+     <property name="text">
+      <string>&lt;b&gt;Configure Eric  Autocompletion&lt;/b&gt;</string>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="Line" name="line15" >
-     <property name="frameShape" >
+    <widget class="Line" name="line15">
+     <property name="frameShape">
       <enum>QFrame::HLine</enum>
      </property>
-     <property name="frameShadow" >
+     <property name="frameShadow">
       <enum>QFrame::Sunken</enum>
      </property>
-     <property name="orientation" >
+     <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="autocompletionCheckBox" >
-     <property name="toolTip" >
+    <widget class="QCheckBox" name="autocompletionCheckBox">
+     <property name="toolTip">
       <string>Select, whether the eric autocompletion support shall be enabled.</string>
      </property>
-     <property name="text" >
+     <property name="text">
       <string>Enable autocompletion</string>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox" >
-     <property name="title" >
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
       <string>Source</string>
      </property>
-     <layout class="QGridLayout" name="gridLayout" >
-      <property name="margin" >
+     <layout class="QGridLayout" name="gridLayout">
+      <property name="margin">
        <number>6</number>
       </property>
-      <property name="spacing" >
+      <property name="spacing">
        <number>6</number>
       </property>
-      <item row="0" column="0" >
-       <widget class="QCheckBox" name="apisCheckBox" >
-        <property name="toolTip" >
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="apisCheckBox">
+        <property name="toolTip">
          <string>Select this to get autocompletion from installed APIs</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>from API files</string>
         </property>
        </widget>
       </item>
-      <item row="0" column="1" >
-       <widget class="QCheckBox" name="documentCheckBox" >
-        <property name="toolTip" >
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="documentCheckBox">
+        <property name="toolTip">
          <string>Select this to get autocompletion from current document</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>from Document</string>
         </property>
        </widget>
       </item>
-      <item row="0" column="2" >
-       <widget class="QCheckBox" name="projectCheckBox" >
-        <property name="toolTip" >
+      <item row="0" column="2">
+       <widget class="QCheckBox" name="projectCheckBox">
+        <property name="toolTip">
          <string>Select this to get autocompletion from current project</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>from Project</string>
         </property>
        </widget>
@@ -92,11 +87,21 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="hierarchyCheckBox">
+     <property name="toolTip">
+      <string>Select to search the complete class hierarchy for completions</string>
+     </property>
+     <property name="text">
+      <string>Search class hierarchy</string>
+     </property>
+    </widget>
+   </item>
+   <item>
     <spacer>
-     <property name="orientation" >
+     <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
-     <property name="sizeHint" stdset="0" >
+     <property name="sizeHint" stdset="0">
       <size>
        <width>221</width>
        <height>82</height>
@@ -106,6 +111,13 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>autocompletionCheckBox</tabstop>
+  <tabstop>apisCheckBox</tabstop>
+  <tabstop>documentCheckBox</tabstop>
+  <tabstop>projectCheckBox</tabstop>
+  <tabstop>hierarchyCheckBox</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>

eric ide

mercurial