|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FontDialogWizardDialog</class> |
|
4 <widget class="QDialog" name="FontDialogWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>377</width> |
|
10 <height>355</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>QFontDialog Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Result:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <widget class="QLineEdit" name="eResultVar"> |
|
29 <property name="toolTip"> |
|
30 <string>Enter the result variable name</string> |
|
31 </property> |
|
32 </widget> |
|
33 </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> |
|
105 <layout class="QHBoxLayout"> |
|
106 <item> |
|
107 <spacer> |
|
108 <property name="orientation"> |
|
109 <enum>Qt::Horizontal</enum> |
|
110 </property> |
|
111 <property name="sizeType"> |
|
112 <enum>QSizePolicy::Expanding</enum> |
|
113 </property> |
|
114 <property name="sizeHint" stdset="0"> |
|
115 <size> |
|
116 <width>30</width> |
|
117 <height>0</height> |
|
118 </size> |
|
119 </property> |
|
120 </spacer> |
|
121 </item> |
|
122 <item> |
|
123 <widget class="QPushButton" name="fontButton"> |
|
124 <property name="toolTip"> |
|
125 <string>Press to select a font via a dialog</string> |
|
126 </property> |
|
127 <property name="text"> |
|
128 <string>Select Font ...</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <widget class="QPushButton" name="optionsButton"> |
|
134 <property name="toolTip"> |
|
135 <string>Press to configure the font dialog options</string> |
|
136 </property> |
|
137 <property name="text"> |
|
138 <string>Select Options...</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <spacer> |
|
144 <property name="orientation"> |
|
145 <enum>Qt::Horizontal</enum> |
|
146 </property> |
|
147 <property name="sizeType"> |
|
148 <enum>QSizePolicy::Expanding</enum> |
|
149 </property> |
|
150 <property name="sizeHint" stdset="0"> |
|
151 <size> |
|
152 <width>30</width> |
|
153 <height>0</height> |
|
154 </size> |
|
155 </property> |
|
156 </spacer> |
|
157 </item> |
|
158 </layout> |
|
159 </item> |
|
160 <item> |
|
161 <widget class="QLabel" name="TextLabel1"> |
|
162 <property name="text"> |
|
163 <string>Font Variable:</string> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 <item> |
|
168 <widget class="QLineEdit" name="eVariable"> |
|
169 <property name="toolTip"> |
|
170 <string>Enter a variable name</string> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item> |
|
175 <widget class="QDialogButtonBox" name="buttonBox"> |
|
176 <property name="orientation"> |
|
177 <enum>Qt::Horizontal</enum> |
|
178 </property> |
|
179 <property name="standardButtons"> |
|
180 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 </layout> |
|
185 </widget> |
|
186 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
187 <tabstops> |
|
188 <tabstop>eResultVar</tabstop> |
|
189 <tabstop>eCaption</tabstop> |
|
190 <tabstop>parentSelf</tabstop> |
|
191 <tabstop>parentNone</tabstop> |
|
192 <tabstop>parentOther</tabstop> |
|
193 <tabstop>parentEdit</tabstop> |
|
194 <tabstop>fontButton</tabstop> |
|
195 <tabstop>optionsButton</tabstop> |
|
196 <tabstop>eVariable</tabstop> |
|
197 </tabstops> |
|
198 <resources/> |
|
199 <connections> |
|
200 <connection> |
|
201 <sender>buttonBox</sender> |
|
202 <signal>accepted()</signal> |
|
203 <receiver>FontDialogWizardDialog</receiver> |
|
204 <slot>accept()</slot> |
|
205 <hints> |
|
206 <hint type="sourcelabel"> |
|
207 <x>29</x> |
|
208 <y>281</y> |
|
209 </hint> |
|
210 <hint type="destinationlabel"> |
|
211 <x>20</x> |
|
212 <y>120</y> |
|
213 </hint> |
|
214 </hints> |
|
215 </connection> |
|
216 <connection> |
|
217 <sender>buttonBox</sender> |
|
218 <signal>rejected()</signal> |
|
219 <receiver>FontDialogWizardDialog</receiver> |
|
220 <slot>reject()</slot> |
|
221 <hints> |
|
222 <hint type="sourcelabel"> |
|
223 <x>85</x> |
|
224 <y>281</y> |
|
225 </hint> |
|
226 <hint type="destinationlabel"> |
|
227 <x>76</x> |
|
228 <y>119</y> |
|
229 </hint> |
|
230 </hints> |
|
231 </connection> |
|
232 <connection> |
|
233 <sender>parentOther</sender> |
|
234 <signal>toggled(bool)</signal> |
|
235 <receiver>parentEdit</receiver> |
|
236 <slot>setEnabled(bool)</slot> |
|
237 <hints> |
|
238 <hint type="sourcelabel"> |
|
239 <x>61</x> |
|
240 <y>156</y> |
|
241 </hint> |
|
242 <hint type="destinationlabel"> |
|
243 <x>130</x> |
|
244 <y>157</y> |
|
245 </hint> |
|
246 </hints> |
|
247 </connection> |
|
248 </connections> |
|
249 </ui> |