4 <widget class="QDialog" name="ServerStartOptionsDialog"> |
4 <widget class="QDialog" name="ServerStartOptionsDialog"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>400</width> |
9 <width>500</width> |
10 <height>141</height> |
10 <height>187</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Server Parameters</string> |
14 <string>Server Parameters</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"> |
19 <layout class="QGridLayout" name="gridLayout"> |
20 <item> |
20 <item row="0" column="0" colspan="3"> |
21 <layout class="QGridLayout" name="gridLayout"> |
21 <widget class="QCheckBox" name="developmentCheckBox"> |
22 <item row="0" column="0" colspan="3"> |
22 <property name="toolTip"> |
23 <widget class="QCheckBox" name="developmentCheckBox"> |
23 <string>Select to start the server in development mode</string> |
24 <property name="toolTip"> |
24 </property> |
25 <string>Select to start the server in development mode</string> |
25 <property name="text"> |
26 </property> |
26 <string>Development Mode</string> |
27 <property name="text"> |
27 </property> |
28 <string>Development Mode</string> |
28 </widget> |
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> |
29 </item> |
87 <item> |
30 <item row="1" column="0"> |
|
31 <widget class="QLabel" name="label"> |
|
32 <property name="text"> |
|
33 <string>Host:</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="1" colspan="2"> |
|
38 <widget class="QLineEdit" name="hostEdit"> |
|
39 <property name="toolTip"> |
|
40 <string>Enter the interface to bind to</string> |
|
41 </property> |
|
42 <property name="clearButtonEnabled"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="2" column="0"> |
|
48 <widget class="QLabel" name="label_2"> |
|
49 <property name="text"> |
|
50 <string>Port:</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="1"> |
|
55 <widget class="QSpinBox" name="portSpinBox"> |
|
56 <property name="toolTip"> |
|
57 <string>Enter the port to bind to</string> |
|
58 </property> |
|
59 <property name="alignment"> |
|
60 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
61 </property> |
|
62 <property name="minimum"> |
|
63 <number>1025</number> |
|
64 </property> |
|
65 <property name="maximum"> |
|
66 <number>65565</number> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item row="2" column="2"> |
|
71 <spacer name="horizontalSpacer"> |
|
72 <property name="orientation"> |
|
73 <enum>Qt::Horizontal</enum> |
|
74 </property> |
|
75 <property name="sizeHint" stdset="0"> |
|
76 <size> |
|
77 <width>349</width> |
|
78 <height>20</height> |
|
79 </size> |
|
80 </property> |
|
81 </spacer> |
|
82 </item> |
|
83 <item row="3" column="0"> |
|
84 <widget class="QLabel" name="label_3"> |
|
85 <property name="text"> |
|
86 <string>Cert File:</string> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="3" column="1" colspan="2"> |
|
91 <widget class="E5PathPicker" name="certFilePicker" native="true"> |
|
92 <property name="sizePolicy"> |
|
93 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
94 <horstretch>0</horstretch> |
|
95 <verstretch>0</verstretch> |
|
96 </sizepolicy> |
|
97 </property> |
|
98 <property name="focusPolicy"> |
|
99 <enum>Qt::StrongFocus</enum> |
|
100 </property> |
|
101 <property name="toolTip"> |
|
102 <string>Enter the name of the certificate file</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="4" column="0"> |
|
107 <widget class="QLabel" name="label_4"> |
|
108 <property name="text"> |
|
109 <string>Key File:</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="4" column="1" colspan="2"> |
|
114 <widget class="E5PathPicker" name="keyFilePicker" native="true"> |
|
115 <property name="sizePolicy"> |
|
116 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
117 <horstretch>0</horstretch> |
|
118 <verstretch>0</verstretch> |
|
119 </sizepolicy> |
|
120 </property> |
|
121 <property name="focusPolicy"> |
|
122 <enum>Qt::StrongFocus</enum> |
|
123 </property> |
|
124 <property name="toolTip"> |
|
125 <string>Enter the name of the key file</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="5" column="0" colspan="3"> |
88 <widget class="QDialogButtonBox" name="buttonBox"> |
130 <widget class="QDialogButtonBox" name="buttonBox"> |
89 <property name="orientation"> |
131 <property name="orientation"> |
90 <enum>Qt::Horizontal</enum> |
132 <enum>Qt::Horizontal</enum> |
91 </property> |
133 </property> |
92 <property name="standardButtons"> |
134 <property name="standardButtons"> |