|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BombBox</class> |
|
4 <widget class="QDialog" name="BombBox"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>676</width> |
|
10 <height>569</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Fatal Error</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
19 <item> |
|
20 <layout class="QVBoxLayout" name="verticalLayout"> |
|
21 <item> |
|
22 <widget class="QLabel" name="label"> |
|
23 <property name="text"> |
|
24 <string/> |
|
25 </property> |
|
26 <property name="pixmap"> |
|
27 <pixmap resource="../ldforge.qrc">:/icons/bomb.png</pixmap> |
|
28 </property> |
|
29 </widget> |
|
30 </item> |
|
31 <item> |
|
32 <spacer name="verticalSpacer"> |
|
33 <property name="orientation"> |
|
34 <enum>Qt::Vertical</enum> |
|
35 </property> |
|
36 <property name="sizeHint" stdset="0"> |
|
37 <size> |
|
38 <width>20</width> |
|
39 <height>138</height> |
|
40 </size> |
|
41 </property> |
|
42 </spacer> |
|
43 </item> |
|
44 </layout> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QTextEdit" name="m_text"> |
|
48 <property name="readOnly"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 </layout> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QDialogButtonBox" name="buttonBox"> |
|
57 <property name="orientation"> |
|
58 <enum>Qt::Horizontal</enum> |
|
59 </property> |
|
60 <property name="standardButtons"> |
|
61 <set>QDialogButtonBox::Close</set> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 <resources> |
|
68 <include location="../ldforge.qrc"/> |
|
69 </resources> |
|
70 <connections> |
|
71 <connection> |
|
72 <sender>buttonBox</sender> |
|
73 <signal>accepted()</signal> |
|
74 <receiver>BombBox</receiver> |
|
75 <slot>accept()</slot> |
|
76 <hints> |
|
77 <hint type="sourcelabel"> |
|
78 <x>248</x> |
|
79 <y>254</y> |
|
80 </hint> |
|
81 <hint type="destinationlabel"> |
|
82 <x>157</x> |
|
83 <y>274</y> |
|
84 </hint> |
|
85 </hints> |
|
86 </connection> |
|
87 <connection> |
|
88 <sender>buttonBox</sender> |
|
89 <signal>rejected()</signal> |
|
90 <receiver>BombBox</receiver> |
|
91 <slot>reject()</slot> |
|
92 <hints> |
|
93 <hint type="sourcelabel"> |
|
94 <x>316</x> |
|
95 <y>260</y> |
|
96 </hint> |
|
97 <hint type="destinationlabel"> |
|
98 <x>286</x> |
|
99 <y>274</y> |
|
100 </hint> |
|
101 </hints> |
|
102 </connection> |
|
103 </connections> |
|
104 </ui> |