~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Preferences/ConfigurationPages/EditorCalltipsPage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>EditorCalltipsPage</class>
 
3
 <widget class="QWidget" name="EditorCalltipsPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>315</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <property name="margin" >
 
14
    <number>6</number>
 
15
   </property>
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <item>
 
20
    <widget class="QLabel" name="headerLabel" >
 
21
     <property name="text" >
 
22
      <string>&lt;b>Configure Calltips&lt;/b></string>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item>
 
27
    <widget class="Line" name="line18" >
 
28
     <property name="frameShape" >
 
29
      <enum>QFrame::HLine</enum>
 
30
     </property>
 
31
     <property name="frameShadow" >
 
32
      <enum>QFrame::Sunken</enum>
 
33
     </property>
 
34
     <property name="orientation" >
 
35
      <enum>Qt::Horizontal</enum>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QCheckBox" name="ctEnabledCheckBox" >
 
41
     <property name="toolTip" >
 
42
      <string>Select this to enable calltips</string>
 
43
     </property>
 
44
     <property name="text" >
 
45
      <string>Calltips Enabled</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item>
 
50
    <layout class="QHBoxLayout" >
 
51
     <property name="margin" >
 
52
      <number>0</number>
 
53
     </property>
 
54
     <property name="spacing" >
 
55
      <number>6</number>
 
56
     </property>
 
57
     <item>
 
58
      <widget class="QLabel" name="textLabel2" >
 
59
       <property name="enabled" >
 
60
        <bool>false</bool>
 
61
       </property>
 
62
       <property name="text" >
 
63
        <string>Visible calltips:</string>
 
64
       </property>
 
65
      </widget>
 
66
     </item>
 
67
     <item>
 
68
      <widget class="QSlider" name="ctVisibleSlider" >
 
69
       <property name="enabled" >
 
70
        <bool>false</bool>
 
71
       </property>
 
72
       <property name="toolTip" >
 
73
        <string>Move to set the maximum number of calltips shown (0 = all available)</string>
 
74
       </property>
 
75
       <property name="minimum" >
 
76
        <number>-1</number>
 
77
       </property>
 
78
       <property name="maximum" >
 
79
        <number>20</number>
 
80
       </property>
 
81
       <property name="orientation" >
 
82
        <enum>Qt::Horizontal</enum>
 
83
       </property>
 
84
       <property name="tickInterval" >
 
85
        <number>1</number>
 
86
       </property>
 
87
      </widget>
 
88
     </item>
 
89
     <item>
 
90
      <widget class="QLCDNumber" name="lCDNumber5" >
 
91
       <property name="enabled" >
 
92
        <bool>false</bool>
 
93
       </property>
 
94
       <property name="toolTip" >
 
95
        <string>Displays the maximum number of calltips to be shown</string>
 
96
       </property>
 
97
       <property name="numDigits" >
 
98
        <number>2</number>
 
99
       </property>
 
100
       <property name="segmentStyle" >
 
101
        <enum>QLCDNumber::Flat</enum>
 
102
       </property>
 
103
      </widget>
 
104
     </item>
 
105
    </layout>
 
106
   </item>
 
107
   <item>
 
108
    <widget class="QGroupBox" name="groupBox" >
 
109
     <property name="title" >
 
110
      <string>Context display options</string>
 
111
     </property>
 
112
     <layout class="QVBoxLayout" >
 
113
      <property name="margin" >
 
114
       <number>6</number>
 
115
      </property>
 
116
      <property name="spacing" >
 
117
       <number>6</number>
 
118
      </property>
 
119
      <item>
 
120
       <widget class="QRadioButton" name="ctNoContextButton" >
 
121
        <property name="toolTip" >
 
122
         <string>Select to display calltips without a context</string>
 
123
        </property>
 
124
        <property name="text" >
 
125
         <string>Don't show context information</string>
 
126
        </property>
 
127
       </widget>
 
128
      </item>
 
129
      <item>
 
130
       <widget class="QRadioButton" name="ctNoAutoCompletionButton" >
 
131
        <property name="toolTip" >
 
132
         <string>Select to display calltips with a context only if the user hasn't already implicitly identified the context using autocompletion</string>
 
133
        </property>
 
134
        <property name="text" >
 
135
         <string>Show context information, if no prior autocompletion</string>
 
136
        </property>
 
137
       </widget>
 
138
      </item>
 
139
      <item>
 
140
       <widget class="QRadioButton" name="ctContextButton" >
 
141
        <property name="toolTip" >
 
142
         <string>Select to display calltips with a context</string>
 
143
        </property>
 
144
        <property name="text" >
 
145
         <string>Show context information</string>
 
146
        </property>
 
147
       </widget>
 
148
      </item>
 
149
      <item>
 
150
       <widget class="Line" name="line" >
 
151
        <property name="orientation" >
 
152
         <enum>Qt::Horizontal</enum>
 
153
        </property>
 
154
       </widget>
 
155
      </item>
 
156
      <item>
 
157
       <widget class="QLabel" name="label" >
 
158
        <property name="text" >
 
159
         <string>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</string>
 
160
        </property>
 
161
        <property name="wordWrap" >
 
162
         <bool>true</bool>
 
163
        </property>
 
164
       </widget>
 
165
      </item>
 
166
     </layout>
 
167
    </widget>
 
168
   </item>
 
169
   <item>
 
170
    <spacer>
 
171
     <property name="orientation" >
 
172
      <enum>Qt::Vertical</enum>
 
173
     </property>
 
174
     <property name="sizeHint" >
 
175
      <size>
 
176
       <width>388</width>
 
177
       <height>21</height>
 
178
      </size>
 
179
     </property>
 
180
    </spacer>
 
181
   </item>
 
182
  </layout>
 
183
 </widget>
 
184
 <tabstops>
 
185
  <tabstop>ctEnabledCheckBox</tabstop>
 
186
 </tabstops>
 
187
 <resources/>
 
188
 <connections>
 
189
  <connection>
 
190
   <sender>ctEnabledCheckBox</sender>
 
191
   <signal>toggled(bool)</signal>
 
192
   <receiver>textLabel2</receiver>
 
193
   <slot>setEnabled(bool)</slot>
 
194
   <hints>
 
195
    <hint type="sourcelabel" >
 
196
     <x>35</x>
 
197
     <y>48</y>
 
198
    </hint>
 
199
    <hint type="destinationlabel" >
 
200
     <x>36</x>
 
201
     <y>75</y>
 
202
    </hint>
 
203
   </hints>
 
204
  </connection>
 
205
  <connection>
 
206
   <sender>ctEnabledCheckBox</sender>
 
207
   <signal>toggled(bool)</signal>
 
208
   <receiver>ctVisibleSlider</receiver>
 
209
   <slot>setEnabled(bool)</slot>
 
210
   <hints>
 
211
    <hint type="sourcelabel" >
 
212
     <x>151</x>
 
213
     <y>50</y>
 
214
    </hint>
 
215
    <hint type="destinationlabel" >
 
216
     <x>151</x>
 
217
     <y>77</y>
 
218
    </hint>
 
219
   </hints>
 
220
  </connection>
 
221
  <connection>
 
222
   <sender>ctEnabledCheckBox</sender>
 
223
   <signal>toggled(bool)</signal>
 
224
   <receiver>lCDNumber5</receiver>
 
225
   <slot>setEnabled(bool)</slot>
 
226
   <hints>
 
227
    <hint type="sourcelabel" >
 
228
     <x>381</x>
 
229
     <y>51</y>
 
230
    </hint>
 
231
    <hint type="destinationlabel" >
 
232
     <x>380</x>
 
233
     <y>75</y>
 
234
    </hint>
 
235
   </hints>
 
236
  </connection>
 
237
  <connection>
 
238
   <sender>ctVisibleSlider</sender>
 
239
   <signal>valueChanged(int)</signal>
 
240
   <receiver>lCDNumber5</receiver>
 
241
   <slot>display(int)</slot>
 
242
   <hints>
 
243
    <hint type="sourcelabel" >
 
244
     <x>226</x>
 
245
     <y>79</y>
 
246
    </hint>
 
247
    <hint type="destinationlabel" >
 
248
     <x>362</x>
 
249
     <y>81</y>
 
250
    </hint>
 
251
   </hints>
 
252
  </connection>
 
253
 </connections>
 
254
</ui>