30 <string>Enter the result variable name</string> |
30 <string>Enter the result variable name</string> |
31 </property> |
31 </property> |
32 </widget> |
32 </widget> |
33 </item> |
33 </item> |
34 <item> |
34 <item> |
|
35 <widget class="QLabel" name="textLabel1"> |
|
36 <property name="text"> |
|
37 <string>Title:</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QLineEdit" name="eCaption"> |
|
43 <property name="toolTip"> |
|
44 <string>Enter the title for the message box</string> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QGroupBox" name="parentGroup"> |
|
50 <property name="title"> |
|
51 <string>Parent</string> |
|
52 </property> |
|
53 <layout class="QGridLayout" name="gridLayout_3"> |
|
54 <item row="0" column="0"> |
|
55 <widget class="QRadioButton" name="parentSelf"> |
|
56 <property name="toolTip"> |
|
57 <string>Select "self" as parent</string> |
|
58 </property> |
|
59 <property name="text"> |
|
60 <string>self</string> |
|
61 </property> |
|
62 <property name="checked"> |
|
63 <bool>true</bool> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="0" column="1"> |
|
68 <widget class="QRadioButton" name="parentNone"> |
|
69 <property name="toolTip"> |
|
70 <string>Select "None" as parent</string> |
|
71 </property> |
|
72 <property name="text"> |
|
73 <string>None</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="1" column="0" colspan="2"> |
|
78 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
79 <item> |
|
80 <widget class="QRadioButton" name="parentOther"> |
|
81 <property name="toolTip"> |
|
82 <string>Select to enter a parent expression</string> |
|
83 </property> |
|
84 <property name="text"> |
|
85 <string>Expression:</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QLineEdit" name="parentEdit"> |
|
91 <property name="enabled"> |
|
92 <bool>false</bool> |
|
93 </property> |
|
94 <property name="toolTip"> |
|
95 <string>Enter the parent expression</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </item> |
|
101 </layout> |
|
102 </widget> |
|
103 </item> |
|
104 <item> |
35 <layout class="QHBoxLayout"> |
105 <layout class="QHBoxLayout"> |
36 <item> |
106 <item> |
37 <spacer> |
107 <spacer> |
38 <property name="orientation"> |
108 <property name="orientation"> |
39 <enum>Qt::Horizontal</enum> |
109 <enum>Qt::Horizontal</enum> |
105 </widget> |
175 </widget> |
106 <layoutdefault spacing="6" margin="11"/> |
176 <layoutdefault spacing="6" margin="11"/> |
107 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
177 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
108 <tabstops> |
178 <tabstops> |
109 <tabstop>eResultVar</tabstop> |
179 <tabstop>eResultVar</tabstop> |
|
180 <tabstop>eCaption</tabstop> |
|
181 <tabstop>parentSelf</tabstop> |
|
182 <tabstop>parentNone</tabstop> |
|
183 <tabstop>parentOther</tabstop> |
|
184 <tabstop>parentEdit</tabstop> |
110 <tabstop>fontButton</tabstop> |
185 <tabstop>fontButton</tabstop> |
111 <tabstop>eVariable</tabstop> |
186 <tabstop>eVariable</tabstop> |
112 <tabstop>buttonBox</tabstop> |
187 <tabstop>buttonBox</tabstop> |
113 </tabstops> |
188 </tabstops> |
114 <resources/> |
189 <resources/> |
118 <signal>accepted()</signal> |
193 <signal>accepted()</signal> |
119 <receiver>FontDialogWizardDialog</receiver> |
194 <receiver>FontDialogWizardDialog</receiver> |
120 <slot>accept()</slot> |
195 <slot>accept()</slot> |
121 <hints> |
196 <hints> |
122 <hint type="sourcelabel"> |
197 <hint type="sourcelabel"> |
123 <x>20</x> |
198 <x>29</x> |
124 <y>97</y> |
199 <y>281</y> |
125 </hint> |
200 </hint> |
126 <hint type="destinationlabel"> |
201 <hint type="destinationlabel"> |
127 <x>20</x> |
202 <x>20</x> |
128 <y>120</y> |
203 <y>120</y> |
129 </hint> |
204 </hint> |
134 <signal>rejected()</signal> |
209 <signal>rejected()</signal> |
135 <receiver>FontDialogWizardDialog</receiver> |
210 <receiver>FontDialogWizardDialog</receiver> |
136 <slot>reject()</slot> |
211 <slot>reject()</slot> |
137 <hints> |
212 <hints> |
138 <hint type="sourcelabel"> |
213 <hint type="sourcelabel"> |
139 <x>76</x> |
214 <x>85</x> |
140 <y>100</y> |
215 <y>281</y> |
141 </hint> |
216 </hint> |
142 <hint type="destinationlabel"> |
217 <hint type="destinationlabel"> |
143 <x>76</x> |
218 <x>76</x> |
144 <y>119</y> |
219 <y>119</y> |
|
220 </hint> |
|
221 </hints> |
|
222 </connection> |
|
223 <connection> |
|
224 <sender>parentOther</sender> |
|
225 <signal>toggled(bool)</signal> |
|
226 <receiver>parentEdit</receiver> |
|
227 <slot>setEnabled(bool)</slot> |
|
228 <hints> |
|
229 <hint type="sourcelabel"> |
|
230 <x>61</x> |
|
231 <y>156</y> |
|
232 </hint> |
|
233 <hint type="destinationlabel"> |
|
234 <x>130</x> |
|
235 <y>157</y> |
145 </hint> |
236 </hint> |
146 </hints> |
237 </hints> |
147 </connection> |
238 </connection> |
148 </connections> |
239 </connections> |
149 </ui> |
240 </ui> |