Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui

changeset 0
de9c2efb9d02
child 5508
30626def80dc
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>QRegExpWizardRepeatDialog</class>
3 <widget class="QDialog" name="QRegExpWizardRepeatDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>331</width>
9 <height>197</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Number of repetitions</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QGroupBox" name="groupBox" >
21 <property name="title" >
22 <string/>
23 </property>
24 <property name="flat" >
25 <bool>true</bool>
26 </property>
27 <layout class="QGridLayout" >
28 <property name="margin" >
29 <number>0</number>
30 </property>
31 <item row="2" column="2" >
32 <widget class="QLabel" name="textLabel1_6" >
33 <property name="text" >
34 <string>times</string>
35 </property>
36 </widget>
37 </item>
38 <item row="3" column="2" >
39 <widget class="QLabel" name="textLabel1_7" >
40 <property name="text" >
41 <string>times</string>
42 </property>
43 </widget>
44 </item>
45 <item row="1" column="2" >
46 <widget class="QLabel" name="textLabel1_5" >
47 <property name="text" >
48 <string>times</string>
49 </property>
50 </widget>
51 </item>
52 <item row="4" column="1" >
53 <widget class="QSpinBox" name="lowerSpin" >
54 <property name="enabled" >
55 <bool>false</bool>
56 </property>
57 <property name="alignment" >
58 <set>Qt::AlignRight</set>
59 </property>
60 <property name="value" >
61 <number>1</number>
62 </property>
63 </widget>
64 </item>
65 <item row="4" column="3" >
66 <widget class="QSpinBox" name="upperSpin" >
67 <property name="enabled" >
68 <bool>false</bool>
69 </property>
70 <property name="alignment" >
71 <set>Qt::AlignRight</set>
72 </property>
73 <property name="value" >
74 <number>1</number>
75 </property>
76 </widget>
77 </item>
78 <item row="4" column="2" >
79 <widget class="QLabel" name="textLabel6" >
80 <property name="text" >
81 <string>and</string>
82 </property>
83 </widget>
84 </item>
85 <item row="4" column="0" >
86 <widget class="QRadioButton" name="betweenButton" >
87 <property name="text" >
88 <string>Between</string>
89 </property>
90 </widget>
91 </item>
92 <item row="3" column="1" >
93 <widget class="QSpinBox" name="exactSpin" >
94 <property name="enabled" >
95 <bool>false</bool>
96 </property>
97 <property name="alignment" >
98 <set>Qt::AlignRight</set>
99 </property>
100 <property name="value" >
101 <number>1</number>
102 </property>
103 </widget>
104 </item>
105 <item row="3" column="0" >
106 <widget class="QRadioButton" name="exactButton" >
107 <property name="text" >
108 <string>Exactly</string>
109 </property>
110 </widget>
111 </item>
112 <item row="2" column="1" >
113 <widget class="QSpinBox" name="maxSpin" >
114 <property name="enabled" >
115 <bool>false</bool>
116 </property>
117 <property name="alignment" >
118 <set>Qt::AlignRight</set>
119 </property>
120 <property name="value" >
121 <number>1</number>
122 </property>
123 </widget>
124 </item>
125 <item row="2" column="0" >
126 <widget class="QRadioButton" name="maxButton" >
127 <property name="text" >
128 <string>Maximum</string>
129 </property>
130 </widget>
131 </item>
132 <item row="1" column="0" >
133 <widget class="QRadioButton" name="minButton" >
134 <property name="text" >
135 <string>Minimum</string>
136 </property>
137 </widget>
138 </item>
139 <item row="1" column="1" >
140 <widget class="QSpinBox" name="minSpin" >
141 <property name="enabled" >
142 <bool>false</bool>
143 </property>
144 <property name="alignment" >
145 <set>Qt::AlignRight</set>
146 </property>
147 <property name="value" >
148 <number>1</number>
149 </property>
150 </widget>
151 </item>
152 <item row="0" column="0" colspan="4" >
153 <widget class="QRadioButton" name="unlimitedButton" >
154 <property name="text" >
155 <string>Unlimited (incl. zero times)</string>
156 </property>
157 </widget>
158 </item>
159 </layout>
160 </widget>
161 </item>
162 <item>
163 <widget class="QDialogButtonBox" name="buttonBox" >
164 <property name="orientation" >
165 <enum>Qt::Horizontal</enum>
166 </property>
167 <property name="standardButtons" >
168 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
169 </property>
170 </widget>
171 </item>
172 </layout>
173 </widget>
174 <layoutdefault spacing="6" margin="6" />
175 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
176 <tabstops>
177 <tabstop>unlimitedButton</tabstop>
178 <tabstop>minButton</tabstop>
179 <tabstop>minSpin</tabstop>
180 <tabstop>maxButton</tabstop>
181 <tabstop>maxSpin</tabstop>
182 <tabstop>exactButton</tabstop>
183 <tabstop>exactSpin</tabstop>
184 <tabstop>betweenButton</tabstop>
185 <tabstop>lowerSpin</tabstop>
186 <tabstop>upperSpin</tabstop>
187 </tabstops>
188 <resources/>
189 <connections>
190 <connection>
191 <sender>minButton</sender>
192 <signal>toggled(bool)</signal>
193 <receiver>minSpin</receiver>
194 <slot>setEnabled(bool)</slot>
195 <hints>
196 <hint type="sourcelabel" >
197 <x>53</x>
198 <y>43</y>
199 </hint>
200 <hint type="destinationlabel" >
201 <x>121</x>
202 <y>47</y>
203 </hint>
204 </hints>
205 </connection>
206 <connection>
207 <sender>maxButton</sender>
208 <signal>toggled(bool)</signal>
209 <receiver>maxSpin</receiver>
210 <slot>setEnabled(bool)</slot>
211 <hints>
212 <hint type="sourcelabel" >
213 <x>58</x>
214 <y>68</y>
215 </hint>
216 <hint type="destinationlabel" >
217 <x>117</x>
218 <y>67</y>
219 </hint>
220 </hints>
221 </connection>
222 <connection>
223 <sender>exactButton</sender>
224 <signal>toggled(bool)</signal>
225 <receiver>exactSpin</receiver>
226 <slot>setEnabled(bool)</slot>
227 <hints>
228 <hint type="sourcelabel" >
229 <x>53</x>
230 <y>99</y>
231 </hint>
232 <hint type="destinationlabel" >
233 <x>116</x>
234 <y>98</y>
235 </hint>
236 </hints>
237 </connection>
238 <connection>
239 <sender>betweenButton</sender>
240 <signal>toggled(bool)</signal>
241 <receiver>lowerSpin</receiver>
242 <slot>setEnabled(bool)</slot>
243 <hints>
244 <hint type="sourcelabel" >
245 <x>52</x>
246 <y>126</y>
247 </hint>
248 <hint type="destinationlabel" >
249 <x>119</x>
250 <y>124</y>
251 </hint>
252 </hints>
253 </connection>
254 <connection>
255 <sender>betweenButton</sender>
256 <signal>toggled(bool)</signal>
257 <receiver>upperSpin</receiver>
258 <slot>setEnabled(bool)</slot>
259 <hints>
260 <hint type="sourcelabel" >
261 <x>53</x>
262 <y>125</y>
263 </hint>
264 <hint type="destinationlabel" >
265 <x>282</x>
266 <y>125</y>
267 </hint>
268 </hints>
269 </connection>
270 <connection>
271 <sender>buttonBox</sender>
272 <signal>accepted()</signal>
273 <receiver>QRegExpWizardRepeatDialog</receiver>
274 <slot>accept()</slot>
275 <hints>
276 <hint type="sourcelabel" >
277 <x>16</x>
278 <y>164</y>
279 </hint>
280 <hint type="destinationlabel" >
281 <x>16</x>
282 <y>185</y>
283 </hint>
284 </hints>
285 </connection>
286 <connection>
287 <sender>buttonBox</sender>
288 <signal>rejected()</signal>
289 <receiver>QRegExpWizardRepeatDialog</receiver>
290 <slot>reject()</slot>
291 <hints>
292 <hint type="sourcelabel" >
293 <x>72</x>
294 <y>167</y>
295 </hint>
296 <hint type="destinationlabel" >
297 <x>72</x>
298 <y>181</y>
299 </hint>
300 </hints>
301 </connection>
302 </connections>
303 </ui>

eric ide

mercurial