Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui

branch
5_0_x
changeset 566
374af4e0c9d5
parent 0
de9c2efb9d02
equal deleted inserted replaced
557:143bcdc7a959 566:374af4e0c9d5
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>535</width> 9 <width>535</width>
10 <height>658</height> 10 <height>520</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>QMessageBox Wizard</string> 14 <string>QMessageBox Wizard</string>
15 </property> 15 </property>
131 <string>Enter the message to be shown in the QMessageBox</string> 131 <string>Enter the message to be shown in the QMessageBox</string>
132 </property> 132 </property>
133 <property name="tabChangesFocus"> 133 <property name="tabChangesFocus">
134 <bool>true</bool> 134 <bool>true</bool>
135 </property> 135 </property>
136 </widget>
137 </item>
138 <item>
139 <widget class="QGroupBox" name="buttons">
140 <property name="enabled">
141 <bool>false</bool>
142 </property>
143 <property name="title">
144 <string>Buttons</string>
145 </property>
146 <layout class="QVBoxLayout">
147 <item>
148 <layout class="QGridLayout">
149 <item row="1" column="1">
150 <widget class="QComboBox" name="cButton1">
151 <property name="enabled">
152 <bool>false</bool>
153 </property>
154 <property name="toolTip">
155 <string>Enter the text of button 1</string>
156 </property>
157 <property name="editable">
158 <bool>true</bool>
159 </property>
160 <item>
161 <property name="text">
162 <string/>
163 </property>
164 </item>
165 <item>
166 <property name="text">
167 <string>&amp;OK</string>
168 </property>
169 </item>
170 <item>
171 <property name="text">
172 <string>&amp;Cancel</string>
173 </property>
174 </item>
175 <item>
176 <property name="text">
177 <string>&amp;Yes</string>
178 </property>
179 </item>
180 <item>
181 <property name="text">
182 <string>&amp;No</string>
183 </property>
184 </item>
185 <item>
186 <property name="text">
187 <string>&amp;Abort</string>
188 </property>
189 </item>
190 <item>
191 <property name="text">
192 <string>&amp;Retry</string>
193 </property>
194 </item>
195 <item>
196 <property name="text">
197 <string>&amp;Ignore</string>
198 </property>
199 </item>
200 </widget>
201 </item>
202 <item row="1" column="0">
203 <widget class="QComboBox" name="cButton0">
204 <property name="toolTip">
205 <string>Enter the text of button 0</string>
206 </property>
207 <property name="editable">
208 <bool>true</bool>
209 </property>
210 <item>
211 <property name="text">
212 <string/>
213 </property>
214 </item>
215 <item>
216 <property name="text">
217 <string>&amp;OK</string>
218 </property>
219 </item>
220 <item>
221 <property name="text">
222 <string>&amp;Cancel</string>
223 </property>
224 </item>
225 <item>
226 <property name="text">
227 <string>&amp;Yes</string>
228 </property>
229 </item>
230 <item>
231 <property name="text">
232 <string>&amp;No</string>
233 </property>
234 </item>
235 <item>
236 <property name="text">
237 <string>&amp;Abort</string>
238 </property>
239 </item>
240 <item>
241 <property name="text">
242 <string>&amp;Retry</string>
243 </property>
244 </item>
245 <item>
246 <property name="text">
247 <string>&amp;Ignore</string>
248 </property>
249 </item>
250 </widget>
251 </item>
252 <item row="0" column="2">
253 <widget class="QLabel" name="textLabel3_2_2">
254 <property name="text">
255 <string>Button 2</string>
256 </property>
257 </widget>
258 </item>
259 <item row="1" column="2">
260 <widget class="QComboBox" name="cButton2">
261 <property name="enabled">
262 <bool>false</bool>
263 </property>
264 <property name="toolTip">
265 <string>Enter the text of button 2</string>
266 </property>
267 <property name="editable">
268 <bool>true</bool>
269 </property>
270 <item>
271 <property name="text">
272 <string/>
273 </property>
274 </item>
275 <item>
276 <property name="text">
277 <string>&amp;OK</string>
278 </property>
279 </item>
280 <item>
281 <property name="text">
282 <string>&amp;Cancel</string>
283 </property>
284 </item>
285 <item>
286 <property name="text">
287 <string>&amp;Yes</string>
288 </property>
289 </item>
290 <item>
291 <property name="text">
292 <string>&amp;No</string>
293 </property>
294 </item>
295 <item>
296 <property name="text">
297 <string>&amp;Abort</string>
298 </property>
299 </item>
300 <item>
301 <property name="text">
302 <string>&amp;Retry</string>
303 </property>
304 </item>
305 <item>
306 <property name="text">
307 <string>&amp;Ignore</string>
308 </property>
309 </item>
310 </widget>
311 </item>
312 <item row="0" column="1">
313 <widget class="QLabel" name="textLabel3_2">
314 <property name="text">
315 <string>Button 1</string>
316 </property>
317 </widget>
318 </item>
319 <item row="0" column="0">
320 <widget class="QLabel" name="textLabel3">
321 <property name="text">
322 <string>Button 0</string>
323 </property>
324 </widget>
325 </item>
326 </layout>
327 </item>
328 <item>
329 <layout class="QHBoxLayout">
330 <item>
331 <widget class="QLabel" name="TextLabel1">
332 <property name="text">
333 <string>Default Button:</string>
334 </property>
335 </widget>
336 </item>
337 <item>
338 <widget class="QSpinBox" name="sDefault">
339 <property name="toolTip">
340 <string>Enter the index of the default button</string>
341 </property>
342 <property name="maximum">
343 <number>0</number>
344 </property>
345 </widget>
346 </item>
347 <item>
348 <widget class="QLabel" name="TextLabel2">
349 <property name="text">
350 <string>Escape Button:</string>
351 </property>
352 </widget>
353 </item>
354 <item>
355 <widget class="QSpinBox" name="sEscape">
356 <property name="toolTip">
357 <string>Enter the index of the button to be activated upon pressing Esc or -1 to ignore</string>
358 </property>
359 <property name="minimum">
360 <number>-1</number>
361 </property>
362 <property name="maximum">
363 <number>0</number>
364 </property>
365 <property name="value">
366 <number>-1</number>
367 </property>
368 </widget>
369 </item>
370 </layout>
371 </item>
372 </layout>
373 </widget> 136 </widget>
374 </item> 137 </item>
375 <item> 138 <item>
376 <widget class="QGroupBox" name="standardButtons"> 139 <widget class="QGroupBox" name="standardButtons">
377 <property name="title"> 140 <property name="title">
556 <tabstop>rCritical</tabstop> 319 <tabstop>rCritical</tabstop>
557 <tabstop>rAbout</tabstop> 320 <tabstop>rAbout</tabstop>
558 <tabstop>rAboutQt</tabstop> 321 <tabstop>rAboutQt</tabstop>
559 <tabstop>eCaption</tabstop> 322 <tabstop>eCaption</tabstop>
560 <tabstop>eMessage</tabstop> 323 <tabstop>eMessage</tabstop>
561 <tabstop>cButton0</tabstop>
562 <tabstop>cButton1</tabstop>
563 <tabstop>cButton2</tabstop>
564 <tabstop>sDefault</tabstop>
565 <tabstop>sEscape</tabstop>
566 <tabstop>abortCheck</tabstop> 324 <tabstop>abortCheck</tabstop>
567 <tabstop>applyCheck</tabstop> 325 <tabstop>applyCheck</tabstop>
568 <tabstop>cancelCheck</tabstop> 326 <tabstop>cancelCheck</tabstop>
569 <tabstop>closeCheck</tabstop> 327 <tabstop>closeCheck</tabstop>
570 <tabstop>discardCheck</tabstop> 328 <tabstop>discardCheck</tabstop>

eric ide

mercurial