ProjectFlask/ServerStartOptionsDialog.ui

changeset 9
79094fb72c18
child 10
506c78268b18
equal deleted inserted replaced
8:cfbd3a2757fd 9:79094fb72c18
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ServerStartOptionsDialog</class>
4 <widget class="QDialog" name="ServerStartOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>141</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Server Parameters</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0" colspan="3">
23 <widget class="QCheckBox" name="developmentCheckBox">
24 <property name="toolTip">
25 <string>Select to start the server in development mode</string>
26 </property>
27 <property name="text">
28 <string>Development Mode</string>
29 </property>
30 </widget>
31 </item>
32 <item row="1" column="0">
33 <widget class="QLabel" name="label">
34 <property name="text">
35 <string>Host:</string>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="1" colspan="2">
40 <widget class="QLineEdit" name="hostEdit">
41 <property name="toolTip">
42 <string>Enter the interface to bind to</string>
43 </property>
44 <property name="clearButtonEnabled">
45 <bool>true</bool>
46 </property>
47 </widget>
48 </item>
49 <item row="2" column="0">
50 <widget class="QLabel" name="label_2">
51 <property name="text">
52 <string>Port:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="2" column="1">
57 <widget class="QSpinBox" name="portSpinBox">
58 <property name="toolTip">
59 <string>Enter the port to bind to</string>
60 </property>
61 <property name="alignment">
62 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
63 </property>
64 <property name="minimum">
65 <number>1025</number>
66 </property>
67 <property name="maximum">
68 <number>65565</number>
69 </property>
70 </widget>
71 </item>
72 <item row="2" column="2">
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>188</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 </layout>
86 </item>
87 <item>
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </widget>
99 <tabstops>
100 <tabstop>developmentCheckBox</tabstop>
101 <tabstop>hostEdit</tabstop>
102 <tabstop>portSpinBox</tabstop>
103 </tabstops>
104 <resources/>
105 <connections>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>accepted()</signal>
109 <receiver>ServerStartOptionsDialog</receiver>
110 <slot>accept()</slot>
111 <hints>
112 <hint type="sourcelabel">
113 <x>248</x>
114 <y>254</y>
115 </hint>
116 <hint type="destinationlabel">
117 <x>157</x>
118 <y>274</y>
119 </hint>
120 </hints>
121 </connection>
122 <connection>
123 <sender>buttonBox</sender>
124 <signal>rejected()</signal>
125 <receiver>ServerStartOptionsDialog</receiver>
126 <slot>reject()</slot>
127 <hints>
128 <hint type="sourcelabel">
129 <x>316</x>
130 <y>260</y>
131 </hint>
132 <hint type="destinationlabel">
133 <x>286</x>
134 <y>274</y>
135 </hint>
136 </hints>
137 </connection>
138 </connections>
139 </ui>

eric ide

mercurial