Preferences/ConfigurationPages/EditorCalltipsPage.ui

changeset 2262
2371836c3c45
parent 2102
a9218946b0bd
child 4153
95b18307079f
child 4203
d18603cecdaa
--- a/Preferences/ConfigurationPages/EditorCalltipsPage.ui	Mon Dec 10 20:15:52 2012 +0100
+++ b/Preferences/ConfigurationPages/EditorCalltipsPage.ui	Tue Dec 11 19:32:52 2012 +0100
@@ -10,7 +10,7 @@
     <height>369</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2">
+  <layout class="QVBoxLayout" name="verticalLayout_3">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -50,13 +50,18 @@
       <property name="margin">
        <number>0</number>
       </property>
-      <item>
-       <widget class="QLabel" name="textLabel2">
-        <property name="text">
-         <string>Visible calltips:</string>
-        </property>
-       </widget>
-      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="groupBox_4">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="title">
+      <string>Visible Calltips</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
       <item>
        <widget class="QSlider" name="ctVisibleSlider">
         <property name="toolTip">
@@ -90,6 +95,25 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="calltipsPositionBox">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="title">
+      <string>Calltips Position</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <item>
+       <widget class="QComboBox" name="positionComboBox">
+        <property name="toolTip">
+         <string>Select the position for the calltips</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_2">
      <property name="enabled">
       <bool>false</bool>
@@ -139,6 +163,9 @@
    </item>
    <item>
     <widget class="QGroupBox" name="groupBox">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
      <property name="title">
       <string>Plug-In Behavior</string>
      </property>
@@ -176,57 +203,88 @@
  </widget>
  <tabstops>
   <tabstop>ctEnabledCheckBox</tabstop>
-  <tabstop>ctVisibleSlider</tabstop>
   <tabstop>calltipsBackgroundButton</tabstop>
   <tabstop>ctScintillaCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections>
   <connection>
+   <sender>ctVisibleSlider</sender>
+   <signal>valueChanged(int)</signal>
+   <receiver>lCDNumber5</receiver>
+   <slot>display(int)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>102</x>
+     <y>109</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>386</x>
+     <y>111</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>ctEnabledCheckBox</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>groupBox_4</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>45</x>
+     <y>44</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>50</x>
+     <y>71</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>ctEnabledCheckBox</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>calltipsPositionBox</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>124</x>
+     <y>44</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>134</x>
+     <y>131</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
    <sender>ctEnabledCheckBox</sender>
    <signal>toggled(bool)</signal>
    <receiver>groupBox_2</receiver>
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>68</x>
-     <y>48</y>
+     <x>173</x>
+     <y>46</y>
     </hint>
     <hint type="destinationlabel">
-     <x>77</x>
-     <y>148</y>
+     <x>182</x>
+     <y>192</y>
     </hint>
    </hints>
   </connection>
   <connection>
    <sender>ctEnabledCheckBox</sender>
    <signal>toggled(bool)</signal>
-   <receiver>frame</receiver>
+   <receiver>groupBox</receiver>
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>199</x>
-     <y>47</y>
+     <x>232</x>
+     <y>46</y>
     </hint>
     <hint type="destinationlabel">
-     <x>199</x>
-     <y>75</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>ctVisibleSlider</sender>
-   <signal>valueChanged(int)</signal>
-   <receiver>lCDNumber5</receiver>
-   <slot>display(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>285</x>
-     <y>75</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>372</x>
-     <y>77</y>
+     <x>245</x>
+     <y>257</y>
     </hint>
    </hints>
   </connection>

eric ide

mercurial