|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MicroPythonProgressInfoDialog</class> |
|
4 <widget class="QDialog" name="MicroPythonProgressInfoDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Progress Information</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QPlainTextEdit" name="progressEdit"> |
|
22 <property name="tabChangesFocus"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="lineWrapMode"> |
|
26 <enum>QPlainTextEdit::NoWrap</enum> |
|
27 </property> |
|
28 <property name="readOnly"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 <property name="textInteractionFlags"> |
|
32 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QDialogButtonBox" name="buttonBox"> |
|
38 <property name="orientation"> |
|
39 <enum>Qt::Horizontal</enum> |
|
40 </property> |
|
41 <property name="standardButtons"> |
|
42 <set>QDialogButtonBox::Close</set> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 </layout> |
|
47 </widget> |
|
48 <resources/> |
|
49 <connections> |
|
50 <connection> |
|
51 <sender>buttonBox</sender> |
|
52 <signal>accepted()</signal> |
|
53 <receiver>MicroPythonProgressInfoDialog</receiver> |
|
54 <slot>accept()</slot> |
|
55 <hints> |
|
56 <hint type="sourcelabel"> |
|
57 <x>248</x> |
|
58 <y>254</y> |
|
59 </hint> |
|
60 <hint type="destinationlabel"> |
|
61 <x>157</x> |
|
62 <y>274</y> |
|
63 </hint> |
|
64 </hints> |
|
65 </connection> |
|
66 <connection> |
|
67 <sender>buttonBox</sender> |
|
68 <signal>rejected()</signal> |
|
69 <receiver>MicroPythonProgressInfoDialog</receiver> |
|
70 <slot>reject()</slot> |
|
71 <hints> |
|
72 <hint type="sourcelabel"> |
|
73 <x>316</x> |
|
74 <y>260</y> |
|
75 </hint> |
|
76 <hint type="destinationlabel"> |
|
77 <x>286</x> |
|
78 <y>274</y> |
|
79 </hint> |
|
80 </hints> |
|
81 </connection> |
|
82 </connections> |
|
83 </ui> |