AssistantEric/ConfigurationPages/CallTipsEricPage.ui

changeset 54
89d28458ff40
parent 2
89cbc07f4bf0
--- a/AssistantEric/ConfigurationPages/CallTipsEricPage.ui	Sun Feb 05 16:31:50 2012 +0100
+++ b/AssistantEric/ConfigurationPages/CallTipsEricPage.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>CallTipsEricPage</class>
- <widget class="QWidget" name="CallTipsEricPage" >
-  <property name="geometry" >
+ <widget class="QWidget" name="CallTipsEricPage">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,78 +10,72 @@
     <height>350</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2" >
-   <property name="spacing" >
-    <number>6</number>
-   </property>
-   <property name="margin" >
-    <number>6</number>
-   </property>
+  <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
-    <widget class="QLabel" name="headerLabel" >
-     <property name="text" >
-      <string>&lt;b>Configure Eric Calltips&lt;/b></string>
+    <widget class="QLabel" name="headerLabel">
+     <property name="text">
+      <string>&lt;b&gt;Configure Eric Calltips&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="calltipsCheckBox" >
-     <property name="toolTip" >
+    <widget class="QCheckBox" name="calltipsCheckBox">
+     <property name="toolTip">
       <string>Select, whether the eric calltips support shall be enabled.</string>
      </property>
-     <property name="text" >
+     <property name="text">
       <string>Enable calltips</string>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox" >
-     <property name="title" >
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
       <string>Context display options</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout" >
-      <property name="spacing" >
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <property name="spacing">
        <number>6</number>
       </property>
-      <property name="margin" >
+      <property name="margin">
        <number>6</number>
       </property>
       <item>
-       <widget class="QCheckBox" name="ctContextCheckBox" >
-        <property name="toolTip" >
+       <widget class="QCheckBox" name="ctContextCheckBox">
+        <property name="toolTip">
          <string>Select to display calltips with a context</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>Show context information</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="Line" name="line" >
-        <property name="orientation" >
+       <widget class="Line" name="line">
+        <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QLabel" name="label" >
-        <property name="text" >
+       <widget class="QLabel" name="label">
+        <property name="text">
          <string>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</string>
         </property>
-        <property name="wordWrap" >
+        <property name="wordWrap">
          <bool>true</bool>
         </property>
        </widget>
@@ -89,11 +84,21 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="hierarchyCheckBox">
+     <property name="toolTip">
+      <string>Select to search the complete class hierarchy for calltips</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>
@@ -103,6 +108,11 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>calltipsCheckBox</tabstop>
+  <tabstop>ctContextCheckBox</tabstop>
+  <tabstop>hierarchyCheckBox</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>

eric ide

mercurial