Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui

changeset 563
e35d2cda9a74
parent 561
c4315307961b
child 3122
4bcf6c0f4432
equal deleted inserted replaced
562:8bf0dbc1ca6a 563:e35d2cda9a74
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>521</height> 10 <height>539</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>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox"> 21 <widget class="QGroupBox" name="groupBox">
22 <property name="title"> 22 <property name="title">
23 <string>Type</string> 23 <string>Type</string>
24 </property> 24 </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="parentGroup">
140 <property name="title">
141 <string>Parent</string>
142 </property>
143 <layout class="QGridLayout" name="gridLayout_3">
144 <item row="0" column="0">
145 <widget class="QRadioButton" name="parentSelf">
146 <property name="toolTip">
147 <string>Select &quot;self&quot; as parent</string>
148 </property>
149 <property name="text">
150 <string>self</string>
151 </property>
152 <property name="checked">
153 <bool>true</bool>
154 </property>
155 </widget>
156 </item>
157 <item row="0" column="1">
158 <widget class="QRadioButton" name="parentNone">
159 <property name="toolTip">
160 <string>Select &quot;None&quot; as parent</string>
161 </property>
162 <property name="text">
163 <string>None</string>
164 </property>
165 </widget>
166 </item>
167 <item row="1" column="0" colspan="2">
168 <layout class="QHBoxLayout" name="horizontalLayout_2">
169 <item>
170 <widget class="QRadioButton" name="parentOther">
171 <property name="toolTip">
172 <string>Select to enter a parent expression</string>
173 </property>
174 <property name="text">
175 <string>Expression:</string>
176 </property>
177 </widget>
178 </item>
179 <item>
180 <widget class="QLineEdit" name="parentEdit">
181 <property name="enabled">
182 <bool>false</bool>
183 </property>
184 <property name="toolTip">
185 <string>Enter the parent expression</string>
186 </property>
187 </widget>
188 </item>
189 </layout>
190 </item>
191 </layout>
136 </widget> 192 </widget>
137 </item> 193 </item>
138 <item> 194 <item>
139 <widget class="QGroupBox" name="standardButtons"> 195 <widget class="QGroupBox" name="standardButtons">
140 <property name="title"> 196 <property name="title">
319 <tabstop>rCritical</tabstop> 375 <tabstop>rCritical</tabstop>
320 <tabstop>rAbout</tabstop> 376 <tabstop>rAbout</tabstop>
321 <tabstop>rAboutQt</tabstop> 377 <tabstop>rAboutQt</tabstop>
322 <tabstop>eCaption</tabstop> 378 <tabstop>eCaption</tabstop>
323 <tabstop>eMessage</tabstop> 379 <tabstop>eMessage</tabstop>
380 <tabstop>parentSelf</tabstop>
381 <tabstop>parentNone</tabstop>
382 <tabstop>parentOther</tabstop>
383 <tabstop>parentEdit</tabstop>
324 <tabstop>abortCheck</tabstop> 384 <tabstop>abortCheck</tabstop>
325 <tabstop>applyCheck</tabstop> 385 <tabstop>applyCheck</tabstop>
326 <tabstop>cancelCheck</tabstop> 386 <tabstop>cancelCheck</tabstop>
327 <tabstop>closeCheck</tabstop> 387 <tabstop>closeCheck</tabstop>
328 <tabstop>discardCheck</tabstop> 388 <tabstop>discardCheck</tabstop>
338 <tabstop>saveCheck</tabstop> 398 <tabstop>saveCheck</tabstop>
339 <tabstop>saveallCheck</tabstop> 399 <tabstop>saveallCheck</tabstop>
340 <tabstop>yesCheck</tabstop> 400 <tabstop>yesCheck</tabstop>
341 <tabstop>yestoallCheck</tabstop> 401 <tabstop>yestoallCheck</tabstop>
342 <tabstop>defaultCombo</tabstop> 402 <tabstop>defaultCombo</tabstop>
403 <tabstop>buttonBox</tabstop>
343 </tabstops> 404 </tabstops>
344 <resources/> 405 <resources/>
345 <connections> 406 <connections>
346 <connection> 407 <connection>
347 <sender>buttonBox</sender> 408 <sender>buttonBox</sender>
348 <signal>accepted()</signal> 409 <signal>accepted()</signal>
349 <receiver>MessageBoxWizardDialog</receiver> 410 <receiver>MessageBoxWizardDialog</receiver>
350 <slot>accept()</slot> 411 <slot>accept()</slot>
351 <hints> 412 <hints>
352 <hint type="sourcelabel"> 413 <hint type="sourcelabel">
353 <x>34</x> 414 <x>43</x>
354 <y>582</y> 415 <y>529</y>
355 </hint> 416 </hint>
356 <hint type="destinationlabel"> 417 <hint type="destinationlabel">
357 <x>34</x> 418 <x>34</x>
358 <y>604</y> 419 <y>538</y>
359 </hint> 420 </hint>
360 </hints> 421 </hints>
361 </connection> 422 </connection>
362 <connection> 423 <connection>
363 <sender>buttonBox</sender> 424 <sender>buttonBox</sender>
364 <signal>rejected()</signal> 425 <signal>rejected()</signal>
365 <receiver>MessageBoxWizardDialog</receiver> 426 <receiver>MessageBoxWizardDialog</receiver>
366 <slot>reject()</slot> 427 <slot>reject()</slot>
367 <hints> 428 <hints>
368 <hint type="sourcelabel"> 429 <hint type="sourcelabel">
369 <x>126</x> 430 <x>135</x>
370 <y>584</y> 431 <y>529</y>
371 </hint> 432 </hint>
372 <hint type="destinationlabel"> 433 <hint type="destinationlabel">
373 <x>126</x> 434 <x>126</x>
374 <y>605</y> 435 <y>538</y>
436 </hint>
437 </hints>
438 </connection>
439 <connection>
440 <sender>parentOther</sender>
441 <signal>toggled(bool)</signal>
442 <receiver>parentEdit</receiver>
443 <slot>setEnabled(bool)</slot>
444 <hints>
445 <hint type="sourcelabel">
446 <x>90</x>
447 <y>305</y>
448 </hint>
449 <hint type="destinationlabel">
450 <x>140</x>
451 <y>309</y>
375 </hint> 452 </hint>
376 </hints> 453 </hints>
377 </connection> 454 </connection>
378 </connections> 455 </connections>
379 </ui> 456 </ui>

eric ide

mercurial