1 <ui version="4.0" > |
|
2 <class>UnittestStacktraceDialog</class> |
|
3 <widget class="QDialog" name="UnittestStacktraceDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>600</width> |
|
9 <height>250</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" > |
|
13 <item> |
|
14 <widget class="QLabel" name="testLabel" /> |
|
15 </item> |
|
16 <item> |
|
17 <widget class="QTextEdit" name="traceback" > |
|
18 <property name="readOnly" > |
|
19 <bool>true</bool> |
|
20 </property> |
|
21 <property name="acceptRichText" > |
|
22 <bool>false</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::Close</set> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 </layout> |
|
37 </widget> |
|
38 <resources/> |
|
39 <connections> |
|
40 <connection> |
|
41 <sender>buttonBox</sender> |
|
42 <signal>accepted()</signal> |
|
43 <receiver>UnittestStacktraceDialog</receiver> |
|
44 <slot>accept()</slot> |
|
45 <hints> |
|
46 <hint type="sourcelabel" > |
|
47 <x>33</x> |
|
48 <y>235</y> |
|
49 </hint> |
|
50 <hint type="destinationlabel" > |
|
51 <x>33</x> |
|
52 <y>249</y> |
|
53 </hint> |
|
54 </hints> |
|
55 </connection> |
|
56 <connection> |
|
57 <sender>buttonBox</sender> |
|
58 <signal>rejected()</signal> |
|
59 <receiver>UnittestStacktraceDialog</receiver> |
|
60 <slot>reject()</slot> |
|
61 <hints> |
|
62 <hint type="sourcelabel" > |
|
63 <x>94</x> |
|
64 <y>226</y> |
|
65 </hint> |
|
66 <hint type="destinationlabel" > |
|
67 <x>95</x> |
|
68 <y>249</y> |
|
69 </hint> |
|
70 </hints> |
|
71 </connection> |
|
72 </connections> |
|
73 </ui> |
|