0
|
1 |
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
2 |
<class>ConnectDialog</class>
|
|
3 |
<widget class="QDialog">
|
|
4 |
<property name="name">
|
|
5 |
<cstring>ConnectDialog</cstring>
|
|
6 |
</property>
|
|
7 |
<property name="geometry">
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>384</width>
|
|
12 |
<height>165</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="caption">
|
|
16 |
<string>Choose host to connect to</string>
|
|
17 |
</property>
|
|
18 |
<property name="sizeGripEnabled">
|
|
19 |
<bool>true</bool>
|
|
20 |
</property>
|
|
21 |
<vbox>
|
|
22 |
<property name="name">
|
|
23 |
<cstring>unnamed</cstring>
|
|
24 |
</property>
|
|
25 |
<widget class="QFrame">
|
|
26 |
<property name="name">
|
|
27 |
<cstring>Frame3</cstring>
|
|
28 |
</property>
|
|
29 |
<property name="frameShape">
|
|
30 |
<enum>StyledPanel</enum>
|
|
31 |
</property>
|
|
32 |
<property name="frameShadow">
|
|
33 |
<enum>Raised</enum>
|
|
34 |
</property>
|
|
35 |
<grid>
|
|
36 |
<property name="name">
|
|
37 |
<cstring>unnamed</cstring>
|
|
38 |
</property>
|
|
39 |
<widget class="QLabel" row="0" column="0">
|
|
40 |
<property name="name">
|
|
41 |
<cstring>TextLabel2</cstring>
|
|
42 |
</property>
|
|
43 |
<property name="text">
|
|
44 |
<string>&Remote Host:</string>
|
|
45 |
</property>
|
|
46 |
<property name="buddy" stdset="0">
|
|
47 |
<cstring>host</cstring>
|
|
48 |
</property>
|
|
49 |
</widget>
|
|
50 |
<widget class="QLabel" row="1" column="0">
|
|
51 |
<property name="name">
|
|
52 |
<cstring>TextLabel5</cstring>
|
|
53 |
</property>
|
|
54 |
<property name="text">
|
|
55 |
<string>&Username:</string>
|
|
56 |
</property>
|
|
57 |
<property name="buddy" stdset="0">
|
|
58 |
<cstring>username</cstring>
|
|
59 |
</property>
|
|
60 |
</widget>
|
|
61 |
<widget class="QLabel" row="2" column="0">
|
|
62 |
<property name="name">
|
|
63 |
<cstring>TextLabel6</cstring>
|
|
64 |
</property>
|
|
65 |
<property name="text">
|
|
66 |
<string>&Password:</string>
|
|
67 |
</property>
|
|
68 |
<property name="buddy" stdset="0">
|
|
69 |
<cstring>password</cstring>
|
|
70 |
</property>
|
|
71 |
</widget>
|
|
72 |
<widget class="QLineEdit" row="2" column="1">
|
|
73 |
<property name="name">
|
|
74 |
<cstring>password</cstring>
|
|
75 |
</property>
|
|
76 |
<property name="text">
|
|
77 |
<string></string>
|
|
78 |
</property>
|
|
79 |
<property name="echoMode">
|
|
80 |
<enum>Password</enum>
|
|
81 |
</property>
|
|
82 |
</widget>
|
|
83 |
<widget class="QLineEdit" row="1" column="1">
|
|
84 |
<property name="name">
|
|
85 |
<cstring>username</cstring>
|
|
86 |
</property>
|
|
87 |
<property name="text">
|
|
88 |
<string>anonymous</string>
|
|
89 |
</property>
|
|
90 |
</widget>
|
|
91 |
<widget class="QLayoutWidget" row="0" column="1">
|
|
92 |
<property name="name">
|
|
93 |
<cstring>Layout21</cstring>
|
|
94 |
</property>
|
|
95 |
<hbox>
|
|
96 |
<property name="name">
|
|
97 |
<cstring>unnamed</cstring>
|
|
98 |
</property>
|
|
99 |
<widget class="QLineEdit">
|
|
100 |
<property name="name">
|
|
101 |
<cstring>host</cstring>
|
|
102 |
</property>
|
|
103 |
</widget>
|
|
104 |
<widget class="QLabel">
|
|
105 |
<property name="name">
|
|
106 |
<cstring>TextLabel3</cstring>
|
|
107 |
</property>
|
|
108 |
<property name="text">
|
|
109 |
<string>P&ort:</string>
|
|
110 |
</property>
|
|
111 |
<property name="buddy" stdset="0">
|
|
112 |
<cstring>port</cstring>
|
|
113 |
</property>
|
|
114 |
</widget>
|
|
115 |
<widget class="QSpinBox">
|
|
116 |
<property name="name">
|
|
117 |
<cstring>port</cstring>
|
|
118 |
</property>
|
|
119 |
<property name="sizePolicy">
|
|
120 |
<sizepolicy>
|
|
121 |
<hsizetype>1</hsizetype>
|
|
122 |
<vsizetype>0</vsizetype>
|
|
123 |
<horstretch>0</horstretch>
|
|
124 |
<verstretch>0</verstretch>
|
|
125 |
</sizepolicy>
|
|
126 |
</property>
|
|
127 |
<property name="maxValue">
|
|
128 |
<number>1000</number>
|
|
129 |
</property>
|
|
130 |
<property name="value">
|
|
131 |
<number>21</number>
|
|
132 |
</property>
|
|
133 |
</widget>
|
|
134 |
</hbox>
|
|
135 |
</widget>
|
|
136 |
</grid>
|
|
137 |
</widget>
|
|
138 |
<spacer>
|
|
139 |
<property name="name">
|
|
140 |
<cstring>Spacer5</cstring>
|
|
141 |
</property>
|
|
142 |
<property name="orientation">
|
|
143 |
<enum>Vertical</enum>
|
|
144 |
</property>
|
|
145 |
<property name="sizeType">
|
|
146 |
<enum>Expanding</enum>
|
|
147 |
</property>
|
|
148 |
<property name="sizeHint">
|
|
149 |
<size>
|
|
150 |
<width>31</width>
|
|
151 |
<height>0</height>
|
|
152 |
</size>
|
|
153 |
</property>
|
|
154 |
</spacer>
|
|
155 |
<widget class="QLayoutWidget">
|
|
156 |
<property name="name">
|
|
157 |
<cstring>Layout1</cstring>
|
|
158 |
</property>
|
|
159 |
<hbox>
|
|
160 |
<property name="name">
|
|
161 |
<cstring>unnamed</cstring>
|
|
162 |
</property>
|
|
163 |
<property name="margin">
|
|
164 |
<number>0</number>
|
|
165 |
</property>
|
|
166 |
<property name="spacing">
|
|
167 |
<number>6</number>
|
|
168 |
</property>
|
|
169 |
<spacer>
|
|
170 |
<property name="name">
|
|
171 |
<cstring>Horizontal Spacing2</cstring>
|
|
172 |
</property>
|
|
173 |
<property name="orientation">
|
|
174 |
<enum>Horizontal</enum>
|
|
175 |
</property>
|
|
176 |
<property name="sizeType">
|
|
177 |
<enum>Expanding</enum>
|
|
178 |
</property>
|
|
179 |
<property name="sizeHint">
|
|
180 |
<size>
|
|
181 |
<width>0</width>
|
|
182 |
<height>20</height>
|
|
183 |
</size>
|
|
184 |
</property>
|
|
185 |
</spacer>
|
|
186 |
<widget class="QPushButton">
|
|
187 |
<property name="name">
|
|
188 |
<cstring>buttonOk</cstring>
|
|
189 |
</property>
|
|
190 |
<property name="text">
|
|
191 |
<string>OK</string>
|
|
192 |
</property>
|
|
193 |
<property name="accel">
|
|
194 |
<number>0</number>
|
|
195 |
</property>
|
|
196 |
<property name="autoDefault">
|
|
197 |
<bool>true</bool>
|
|
198 |
</property>
|
|
199 |
<property name="default">
|
|
200 |
<bool>true</bool>
|
|
201 |
</property>
|
|
202 |
</widget>
|
|
203 |
<widget class="QPushButton">
|
|
204 |
<property name="name">
|
|
205 |
<cstring>buttonCancel</cstring>
|
|
206 |
</property>
|
|
207 |
<property name="text">
|
|
208 |
<string>Cancel</string>
|
|
209 |
</property>
|
|
210 |
<property name="accel">
|
|
211 |
<number>0</number>
|
|
212 |
</property>
|
|
213 |
<property name="autoDefault">
|
|
214 |
<bool>true</bool>
|
|
215 |
</property>
|
|
216 |
</widget>
|
|
217 |
</hbox>
|
|
218 |
</widget>
|
|
219 |
</vbox>
|
|
220 |
</widget>
|
|
221 |
<connections>
|
|
222 |
<connection>
|
|
223 |
<sender>buttonOk</sender>
|
|
224 |
<signal>clicked()</signal>
|
|
225 |
<receiver>ConnectDialog</receiver>
|
|
226 |
<slot>accept()</slot>
|
|
227 |
</connection>
|
|
228 |
<connection>
|
|
229 |
<sender>buttonCancel</sender>
|
|
230 |
<signal>clicked()</signal>
|
|
231 |
<receiver>ConnectDialog</receiver>
|
|
232 |
<slot>reject()</slot>
|
|
233 |
</connection>
|
|
234 |
</connections>
|
|
235 |
<tabstops>
|
|
236 |
<tabstop>host</tabstop>
|
|
237 |
<tabstop>port</tabstop>
|
|
238 |
<tabstop>username</tabstop>
|
|
239 |
<tabstop>password</tabstop>
|
|
240 |
<tabstop>buttonOk</tabstop>
|
|
241 |
<tabstop>buttonCancel</tabstop>
|
|
242 |
</tabstops>
|
|
243 |
<layoutdefaults spacing="6" margin="11"/>
|
|
244 |
</UI>
|