1 | <ui version="4.0" > |
---|
2 | <class>SettingsDialog</class> |
---|
3 | <widget class="QDialog" name="SettingsDialog" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>469</width> |
---|
9 | <height>146</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="sizePolicy" > |
---|
13 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > |
---|
14 | <horstretch>0</horstretch> |
---|
15 | <verstretch>0</verstretch> |
---|
16 | </sizepolicy> |
---|
17 | </property> |
---|
18 | <property name="windowTitle" > |
---|
19 | <string>Settings</string> |
---|
20 | </property> |
---|
21 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
22 | <item> |
---|
23 | <widget class="QGroupBox" name="groupBox"> |
---|
24 | <property name="title"> |
---|
25 | <string>Proxy Settings</string> |
---|
26 | </property> |
---|
27 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
---|
28 | <item> |
---|
29 | <widget class="QCheckBox" name="directConnection" > |
---|
30 | <property name="text" > |
---|
31 | <string>Direct connection</string> |
---|
32 | </property> |
---|
33 | <property name="checked" > |
---|
34 | <bool>true</bool> |
---|
35 | </property> |
---|
36 | </widget> |
---|
37 | </item> |
---|
38 | <item> |
---|
39 | <widget class="QWidget" native="1" name="proxyWidget" > |
---|
40 | <layout class="QHBoxLayout" name="horizontalLayout_3" > |
---|
41 | <item> |
---|
42 | <widget class="QLabel" name="label" > |
---|
43 | <property name="text" > |
---|
44 | <string>Address: </string> |
---|
45 | </property> |
---|
46 | </widget> |
---|
47 | </item> |
---|
48 | <item> |
---|
49 | <widget class="QLineEdit" name="address" /> |
---|
50 | </item> |
---|
51 | <item> |
---|
52 | <widget class="QLabel" name="label_2" > |
---|
53 | <property name="text" > |
---|
54 | <string>Port:</string> |
---|
55 | </property> |
---|
56 | </widget> |
---|
57 | </item> |
---|
58 | <item> |
---|
59 | <widget class="QSpinBox" name="port" > |
---|
60 | <property name="maximum" > |
---|
61 | <number>9999</number> |
---|
62 | </property> |
---|
63 | <property name="value" > |
---|
64 | <number>8080</number> |
---|
65 | </property> |
---|
66 | </widget> |
---|
67 | </item> |
---|
68 | </layout> |
---|
69 | </widget> |
---|
70 | </item> |
---|
71 | <item> |
---|
72 | <spacer name="verticalSpacer" > |
---|
73 | <property name="orientation" > |
---|
74 | <enum>Qt::Vertical</enum> |
---|
75 | </property> |
---|
76 | <property name="sizeHint" stdset="0" > |
---|
77 | <size> |
---|
78 | <width>20</width> |
---|
79 | <height>24</height> |
---|
80 | </size> |
---|
81 | </property> |
---|
82 | </spacer> |
---|
83 | </item> |
---|
84 | <item> |
---|
85 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
86 | <item> |
---|
87 | <spacer name="horizontalSpacer" > |
---|
88 | <property name="orientation" > |
---|
89 | <enum>Qt::Horizontal</enum> |
---|
90 | </property> |
---|
91 | <property name="sizeHint" stdset="0" > |
---|
92 | <size> |
---|
93 | <width>40</width> |
---|
94 | <height>20</height> |
---|
95 | </size> |
---|
96 | </property> |
---|
97 | </spacer> |
---|
98 | </item> |
---|
99 | <item> |
---|
100 | <widget class="QPushButton" name="okButton" > |
---|
101 | <property name="text" > |
---|
102 | <string>OK</string> |
---|
103 | </property> |
---|
104 | </widget> |
---|
105 | </item> |
---|
106 | </layout> |
---|
107 | </item> |
---|
108 | </layout> |
---|
109 | </widget> |
---|
110 | </item> |
---|
111 | </layout> |
---|
112 | </widget> |
---|
113 | <resources/> |
---|
114 | <connections/> |
---|
115 | </ui> |
---|