14 <string>Flask Server</string> |
14 <string>Flask Server</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout_3"> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
20 <item> |
20 <item> |
21 <widget class="QGroupBox" name="groupBox"> |
21 <widget class="QGroupBox" name="groupBox"> |
22 <property name="title"> |
22 <property name="title"> |
23 <string>Output</string> |
23 <string>Output</string> |
24 </property> |
24 </property> |
41 </item> |
41 </item> |
42 </layout> |
42 </layout> |
43 </widget> |
43 </widget> |
44 </item> |
44 </item> |
45 <item> |
45 <item> |
46 <widget class="QDialogButtonBox" name="buttonBox"> |
46 <layout class="QHBoxLayout" name="horizontalLayout"> |
47 <property name="orientation"> |
47 <item> |
48 <enum>Qt::Horizontal</enum> |
48 <widget class="QPushButton" name="startBrowserButton"> |
49 </property> |
49 <property name="enabled"> |
50 <property name="standardButtons"> |
50 <bool>false</bool> |
51 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
51 </property> |
52 </property> |
52 <property name="toolTip"> |
53 </widget> |
53 <string>Press to start a web browser with the server URL.</string> |
|
54 </property> |
|
55 <property name="text"> |
|
56 <string>Start Browser</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QPushButton" name="stopServerButton"> |
|
62 <property name="enabled"> |
|
63 <bool>false</bool> |
|
64 </property> |
|
65 <property name="toolTip"> |
|
66 <string>Press to stop the running server</string> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>Stop Server</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <spacer name="horizontalSpacer"> |
|
75 <property name="orientation"> |
|
76 <enum>Qt::Horizontal</enum> |
|
77 </property> |
|
78 <property name="sizeHint" stdset="0"> |
|
79 <size> |
|
80 <width>40</width> |
|
81 <height>20</height> |
|
82 </size> |
|
83 </property> |
|
84 </spacer> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QDialogButtonBox" name="buttonBox"> |
|
88 <property name="orientation"> |
|
89 <enum>Qt::Horizontal</enum> |
|
90 </property> |
|
91 <property name="standardButtons"> |
|
92 <set>QDialogButtonBox::Close</set> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 </layout> |
54 </item> |
97 </item> |
55 </layout> |
98 </layout> |
56 </widget> |
99 </widget> |
|
100 <tabstops> |
|
101 <tabstop>outputEdit</tabstop> |
|
102 <tabstop>startBrowserButton</tabstop> |
|
103 <tabstop>stopServerButton</tabstop> |
|
104 </tabstops> |
57 <resources/> |
105 <resources/> |
58 <connections/> |
106 <connections> |
|
107 <connection> |
|
108 <sender>buttonBox</sender> |
|
109 <signal>rejected()</signal> |
|
110 <receiver>RunServerDialog</receiver> |
|
111 <slot>reject()</slot> |
|
112 <hints> |
|
113 <hint type="sourcelabel"> |
|
114 <x>505</x> |
|
115 <y>474</y> |
|
116 </hint> |
|
117 <hint type="destinationlabel"> |
|
118 <x>593</x> |
|
119 <y>419</y> |
|
120 </hint> |
|
121 </hints> |
|
122 </connection> |
|
123 </connections> |
59 </ui> |
124 </ui> |