|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FlaskCommandDialog</class> |
|
4 <widget class="QDialog" name="FlaskCommandDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>500</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Flask Command</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Output</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="QPlainTextEdit" name="outputEdit"> |
|
28 <property name="sizePolicy"> |
|
29 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
30 <horstretch>0</horstretch> |
|
31 <verstretch>0</verstretch> |
|
32 </sizepolicy> |
|
33 </property> |
|
34 <property name="lineWrapMode"> |
|
35 <enum>QPlainTextEdit::NoWrap</enum> |
|
36 </property> |
|
37 <property name="readOnly"> |
|
38 <bool>true</bool> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 </layout> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QDialogButtonBox" name="buttonBox"> |
|
47 <property name="orientation"> |
|
48 <enum>Qt::Horizontal</enum> |
|
49 </property> |
|
50 <property name="standardButtons"> |
|
51 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 </layout> |
|
56 </widget> |
|
57 <tabstops> |
|
58 <tabstop>outputEdit</tabstop> |
|
59 </tabstops> |
|
60 <resources/> |
|
61 <connections> |
|
62 <connection> |
|
63 <sender>buttonBox</sender> |
|
64 <signal>rejected()</signal> |
|
65 <receiver>FlaskCommandDialog</receiver> |
|
66 <slot>reject()</slot> |
|
67 <hints> |
|
68 <hint type="sourcelabel"> |
|
69 <x>505</x> |
|
70 <y>474</y> |
|
71 </hint> |
|
72 <hint type="destinationlabel"> |
|
73 <x>593</x> |
|
74 <y>419</y> |
|
75 </hint> |
|
76 </hints> |
|
77 </connection> |
|
78 </connections> |
|
79 </ui> |