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