|
1 <ui version="4.0" > |
|
2 <class>XMLMessageDialog</class> |
|
3 <widget class="QDialog" name="XMLMessageDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>567</width> |
|
9 <height>253</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>XML Parse Messages</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <widget class="QTextEdit" name="messages" > |
|
21 <property name="readOnly" > |
|
22 <bool>true</bool> |
|
23 </property> |
|
24 </widget> |
|
25 </item> |
|
26 <item> |
|
27 <widget class="QDialogButtonBox" name="buttonBox" > |
|
28 <property name="orientation" > |
|
29 <enum>Qt::Horizontal</enum> |
|
30 </property> |
|
31 <property name="standardButtons" > |
|
32 <set>QDialogButtonBox::Ok</set> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 </layout> |
|
37 </widget> |
|
38 <layoutdefault spacing="6" margin="6" /> |
|
39 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
40 <resources/> |
|
41 <connections> |
|
42 <connection> |
|
43 <sender>buttonBox</sender> |
|
44 <signal>accepted()</signal> |
|
45 <receiver>XMLMessageDialog</receiver> |
|
46 <slot>accept()</slot> |
|
47 <hints> |
|
48 <hint type="sourcelabel" > |
|
49 <x>157</x> |
|
50 <y>231</y> |
|
51 </hint> |
|
52 <hint type="destinationlabel" > |
|
53 <x>157</x> |
|
54 <y>251</y> |
|
55 </hint> |
|
56 </hints> |
|
57 </connection> |
|
58 </connections> |
|
59 </ui> |