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

« back to all changes in this revision

Viewing changes to eric/Preferences/ConfigurationPages/EditorAutocompletionPage.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>EditorAutocompletionPage</class>
 
3
 <widget class="QWidget" name="EditorAutocompletionPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>506</width>
 
9
    <height>294</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 Autocompletion&lt;/b></string>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item>
 
27
    <widget class="Line" name="line6" >
 
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="acEnabledCheckBox" >
 
41
     <property name="toolTip" >
 
42
      <string>Select this to enable autocompletion</string>
 
43
     </property>
 
44
     <property name="text" >
 
45
      <string>Autocompletion Enabled</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item>
 
50
    <widget class="QFrame" name="autocompletionFrame" >
 
51
     <property name="enabled" >
 
52
      <bool>false</bool>
 
53
     </property>
 
54
     <property name="frameShape" >
 
55
      <enum>QFrame::NoFrame</enum>
 
56
     </property>
 
57
     <layout class="QGridLayout" >
 
58
      <property name="margin" >
 
59
       <number>6</number>
 
60
      </property>
 
61
      <property name="spacing" >
 
62
       <number>6</number>
 
63
      </property>
 
64
      <item row="1" column="1" >
 
65
       <widget class="QCheckBox" name="acFillupsCheckBox" >
 
66
        <property name="toolTip" >
 
67
         <string>Select to enable the use of fill-up characters to autocomplete the current word</string>
 
68
        </property>
 
69
        <property name="whatsThis" >
 
70
         <string>&lt;b>Use fill-up characters&lt;/b>&lt;p>Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.&lt;/p></string>
 
71
        </property>
 
72
        <property name="text" >
 
73
         <string>Use fill-up characters</string>
 
74
        </property>
 
75
       </widget>
 
76
      </item>
 
77
      <item row="3" column="0" colspan="2" >
 
78
       <widget class="QGroupBox" name="groupBox" >
 
79
        <property name="title" >
 
80
         <string>Source</string>
 
81
        </property>
 
82
        <layout class="QHBoxLayout" >
 
83
         <property name="margin" >
 
84
          <number>6</number>
 
85
         </property>
 
86
         <property name="spacing" >
 
87
          <number>6</number>
 
88
         </property>
 
89
         <item>
 
90
          <widget class="QRadioButton" name="acSourceDocumentRadioButton" >
 
91
           <property name="toolTip" >
 
92
            <string>Select this to get autocompletion from current document</string>
 
93
           </property>
 
94
           <property name="text" >
 
95
            <string>from Document</string>
 
96
           </property>
 
97
          </widget>
 
98
         </item>
 
99
         <item>
 
100
          <widget class="QRadioButton" name="acSourceAPIsRadioButton" >
 
101
           <property name="toolTip" >
 
102
            <string>Select this to get autocompletion from installed APIs</string>
 
103
           </property>
 
104
           <property name="text" >
 
105
            <string>from API files</string>
 
106
           </property>
 
107
          </widget>
 
108
         </item>
 
109
         <item>
 
110
          <widget class="QRadioButton" name="acSourceAllRadioButton" >
 
111
           <property name="toolTip" >
 
112
            <string>Select this to get autocompletion from current document and installed APIs</string>
 
113
           </property>
 
114
           <property name="text" >
 
115
            <string>from Document and API files</string>
 
116
           </property>
 
117
          </widget>
 
118
         </item>
 
119
        </layout>
 
120
       </widget>
 
121
      </item>
 
122
      <item row="0" column="1" >
 
123
       <widget class="QCheckBox" name="acShowSingleCheckBox" >
 
124
        <property name="toolTip" >
 
125
         <string>Select this, if single entries shall be inserted automatically</string>
 
126
        </property>
 
127
        <property name="text" >
 
128
         <string>Show single</string>
 
129
        </property>
 
130
       </widget>
 
131
      </item>
 
132
      <item row="1" column="0" >
 
133
       <widget class="QCheckBox" name="acReplaceWordCheckBox" >
 
134
        <property name="toolTip" >
 
135
         <string>Select this, if the word to the right should be replaced by the selected entry</string>
 
136
        </property>
 
137
        <property name="text" >
 
138
         <string>Replace word</string>
 
139
        </property>
 
140
       </widget>
 
141
      </item>
 
142
      <item row="2" column="0" colspan="2" >
 
143
       <layout class="QHBoxLayout" >
 
144
        <property name="margin" >
 
145
         <number>0</number>
 
146
        </property>
 
147
        <property name="spacing" >
 
148
         <number>6</number>
 
149
        </property>
 
150
        <item>
 
151
         <widget class="QLabel" name="textLabel1_2" >
 
152
          <property name="text" >
 
153
           <string>Threshold:</string>
 
154
          </property>
 
155
         </widget>
 
156
        </item>
 
157
        <item>
 
158
         <widget class="QSlider" name="acThresholdSlider" >
 
159
          <property name="toolTip" >
 
160
           <string>Move to set the threshold for display of an autocompletion list</string>
 
161
          </property>
 
162
          <property name="maximum" >
 
163
           <number>10</number>
 
164
          </property>
 
165
          <property name="value" >
 
166
           <number>2</number>
 
167
          </property>
 
168
          <property name="orientation" >
 
169
           <enum>Qt::Horizontal</enum>
 
170
          </property>
 
171
          <property name="tickInterval" >
 
172
           <number>1</number>
 
173
          </property>
 
174
         </widget>
 
175
        </item>
 
176
        <item>
 
177
         <widget class="QLCDNumber" name="lCDNumber4" >
 
178
          <property name="toolTip" >
 
179
           <string>Displays the selected autocompletion threshold</string>
 
180
          </property>
 
181
          <property name="numDigits" >
 
182
           <number>2</number>
 
183
          </property>
 
184
          <property name="segmentStyle" >
 
185
           <enum>QLCDNumber::Flat</enum>
 
186
          </property>
 
187
          <property name="value" stdset="0" >
 
188
           <double>2.000000000000000</double>
 
189
          </property>
 
190
         </widget>
 
191
        </item>
 
192
       </layout>
 
193
      </item>
 
194
      <item row="0" column="0" >
 
195
       <widget class="QCheckBox" name="acCaseSensitivityCheckBox" >
 
196
        <property name="toolTip" >
 
197
         <string>Select this to have case sensitive auto-completion lists</string>
 
198
        </property>
 
199
        <property name="text" >
 
200
         <string>Case sensitive</string>
 
201
        </property>
 
202
       </widget>
 
203
      </item>
 
204
     </layout>
 
205
    </widget>
 
206
   </item>
 
207
   <item>
 
208
    <spacer>
 
209
     <property name="orientation" >
 
210
      <enum>Qt::Vertical</enum>
 
211
     </property>
 
212
     <property name="sizeHint" >
 
213
      <size>
 
214
       <width>456</width>
 
215
       <height>51</height>
 
216
      </size>
 
217
     </property>
 
218
    </spacer>
 
219
   </item>
 
220
  </layout>
 
221
 </widget>
 
222
 <tabstops>
 
223
  <tabstop>acEnabledCheckBox</tabstop>
 
224
  <tabstop>acCaseSensitivityCheckBox</tabstop>
 
225
  <tabstop>acReplaceWordCheckBox</tabstop>
 
226
  <tabstop>acShowSingleCheckBox</tabstop>
 
227
  <tabstop>acFillupsCheckBox</tabstop>
 
228
  <tabstop>acThresholdSlider</tabstop>
 
229
  <tabstop>acSourceDocumentRadioButton</tabstop>
 
230
  <tabstop>acSourceAPIsRadioButton</tabstop>
 
231
  <tabstop>acSourceAllRadioButton</tabstop>
 
232
 </tabstops>
 
233
 <resources/>
 
234
 <connections>
 
235
  <connection>
 
236
   <sender>acThresholdSlider</sender>
 
237
   <signal>valueChanged(int)</signal>
 
238
   <receiver>lCDNumber4</receiver>
 
239
   <slot>display(int)</slot>
 
240
   <hints>
 
241
    <hint type="sourcelabel" >
 
242
     <x>269</x>
 
243
     <y>133</y>
 
244
    </hint>
 
245
    <hint type="destinationlabel" >
 
246
     <x>443</x>
 
247
     <y>135</y>
 
248
    </hint>
 
249
   </hints>
 
250
  </connection>
 
251
  <connection>
 
252
   <sender>acEnabledCheckBox</sender>
 
253
   <signal>toggled(bool)</signal>
 
254
   <receiver>autocompletionFrame</receiver>
 
255
   <slot>setEnabled(bool)</slot>
 
256
   <hints>
 
257
    <hint type="sourcelabel" >
 
258
     <x>140</x>
 
259
     <y>46</y>
 
260
    </hint>
 
261
    <hint type="destinationlabel" >
 
262
     <x>389</x>
 
263
     <y>99</y>
 
264
    </hint>
 
265
   </hints>
 
266
  </connection>
 
267
 </connections>
 
268
</ui>