source: psi/trunk/src/options/opt_application-ui.ui

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 12.2 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>OptApplicationUI</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>OptApplicationUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>294</width>
12 <height>500</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>OptApplicationUI</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>0</number>
24 </property>
25 <widget class="QCheckBox">
26 <property name="name">
27 <cstring>ck_alwaysOnTop</cstring>
28 </property>
29 <property name="text">
30 <string>Roster window always on top</string>
31 </property>
32 </widget>
33 <widget class="QCheckBox">
34 <property name="name">
35 <cstring>ck_autoRosterSize</cstring>
36 </property>
37 <property name="text">
38 <string>Auto-resize contact list</string>
39 </property>
40 </widget>
41 <widget class="QCheckBox">
42 <property name="name">
43 <cstring>ck_keepSizes</cstring>
44 </property>
45 <property name="text">
46 <string>Remember Window Sizes</string>
47 </property>
48 </widget>
49 <widget class="QCheckBox">
50 <property name="name">
51 <cstring>ck_useleft</cstring>
52 </property>
53 <property name="enabled">
54 <bool>true</bool>
55 </property>
56 <property name="text">
57 <string>Use left-click for menu</string>
58 </property>
59 </widget>
60 <widget class="QCheckBox">
61 <property name="name">
62 <cstring>ck_hideMenubar</cstring>
63 </property>
64 <property name="text">
65 <string>Hide menubar</string>
66 </property>
67 </widget>
68 <widget class="QGroupBox">
69 <property name="name">
70 <cstring>gb_links</cstring>
71 </property>
72 <property name="title">
73 <string>Links</string>
74 </property>
75 <vbox>
76 <property name="name">
77 <cstring>unnamed</cstring>
78 </property>
79 <property name="margin">
80 <number>11</number>
81 </property>
82 <property name="spacing">
83 <number>6</number>
84 </property>
85 <widget class="QLayoutWidget">
86 <property name="name">
87 <cstring>Layout18</cstring>
88 </property>
89 <hbox>
90 <property name="name">
91 <cstring>unnamed</cstring>
92 </property>
93 <property name="margin">
94 <number>0</number>
95 </property>
96 <property name="spacing">
97 <number>6</number>
98 </property>
99 <widget class="QLabel">
100 <property name="name">
101 <cstring>TextLabel2_3</cstring>
102 </property>
103 <property name="text">
104 <string>Open With:</string>
105 </property>
106 </widget>
107 <widget class="QComboBox">
108 <property name="name">
109 <cstring>cb_link</cstring>
110 </property>
111 <property name="sizePolicy">
112 <sizepolicy>
113 <hsizetype>7</hsizetype>
114 <vsizetype>0</vsizetype>
115 <horstretch>0</horstretch>
116 <verstretch>0</verstretch>
117 </sizepolicy>
118 </property>
119 </widget>
120 </hbox>
121 </widget>
122 <widget class="QGroupBox">
123 <property name="name">
124 <cstring>gb_linkCustom</cstring>
125 </property>
126 <property name="title">
127 <string>Custom</string>
128 </property>
129 <grid>
130 <property name="name">
131 <cstring>unnamed</cstring>
132 </property>
133 <property name="margin">
134 <number>11</number>
135 </property>
136 <property name="spacing">
137 <number>6</number>
138 </property>
139 <widget class="QLineEdit" row="1" column="1">
140 <property name="name">
141 <cstring>le_linkMailer</cstring>
142 </property>
143 </widget>
144 <widget class="QLineEdit" row="0" column="1">
145 <property name="name">
146 <cstring>le_linkBrowser</cstring>
147 </property>
148 </widget>
149 <widget class="QLabel" row="1" column="0">
150 <property name="name">
151 <cstring>TextLabel4</cstring>
152 </property>
153 <property name="text">
154 <string>Mailer</string>
155 </property>
156 </widget>
157 <widget class="QLabel" row="0" column="0">
158 <property name="name">
159 <cstring>TextLabel3_2</cstring>
160 </property>
161 <property name="text">
162 <string>Browser</string>
163 </property>
164 </widget>
165 </grid>
166 </widget>
167 </vbox>
168 </widget>
169 <widget class="QCheckBox">
170 <property name="name">
171 <cstring>ck_docklet</cstring>
172 </property>
173 <property name="text">
174 <string>Enable Docklet</string>
175 </property>
176 <property name="checked">
177 <bool>true</bool>
178 </property>
179 </widget>
180 <widget class="QGroupBox">
181 <property name="name">
182 <cstring>gb_docklet</cstring>
183 </property>
184 <property name="title">
185 <string>Docklet</string>
186 </property>
187 <vbox>
188 <property name="name">
189 <cstring>unnamed</cstring>
190 </property>
191 <widget class="QCheckBox">
192 <property name="name">
193 <cstring>ck_dockDCstyle</cstring>
194 </property>
195 <property name="text">
196 <string>Use "Double-click" style (like Mirabilis ICQ)</string>
197 </property>
198 </widget>
199 <widget class="QCheckBox">
200 <property name="name">
201 <cstring>ck_dockHideMW</cstring>
202 </property>
203 <property name="text">
204 <string>Hide roster window on startup</string>
205 </property>
206 </widget>
207 <widget class="QCheckBox">
208 <property name="name">
209 <cstring>ck_dockToolMW</cstring>
210 </property>
211 <property name="text">
212 <string>Make roster window a "Tool-Window"</string>
213 </property>
214 </widget>
215 <widget class="QCheckBox">
216 <property name="name">
217 <cstring>ck_dockUseWM</cstring>
218 </property>
219 <property name="text">
220 <string>Use WindowMaker docklet</string>
221 </property>
222 </widget>
223 </vbox>
224 </widget>
225 <widget class="QLayoutWidget">
226 <property name="name">
227 <cstring>layout15</cstring>
228 </property>
229 <hbox>
230 <property name="name">
231 <cstring>unnamed</cstring>
232 </property>
233 <widget class="QLabel">
234 <property name="name">
235 <cstring>textLabel1</cstring>
236 </property>
237 <property name="text">
238 <string>Data Transfer Port:</string>
239 </property>
240 </widget>
241 <widget class="QLineEdit">
242 <property name="name">
243 <cstring>le_dtPort</cstring>
244 </property>
245 <property name="minimumSize">
246 <size>
247 <width>56</width>
248 <height>0</height>
249 </size>
250 </property>
251 <property name="maximumSize">
252 <size>
253 <width>56</width>
254 <height>32767</height>
255 </size>
256 </property>
257 </widget>
258 <spacer>
259 <property name="name">
260 <cstring>spacer10</cstring>
261 </property>
262 <property name="orientation">
263 <enum>Horizontal</enum>
264 </property>
265 <property name="sizeType">
266 <enum>Expanding</enum>
267 </property>
268 <property name="sizeHint">
269 <size>
270 <width>40</width>
271 <height>20</height>
272 </size>
273 </property>
274 </spacer>
275 </hbox>
276 </widget>
277 <widget class="QLayoutWidget">
278 <property name="name">
279 <cstring>layout3</cstring>
280 </property>
281 <hbox>
282 <property name="name">
283 <cstring>unnamed</cstring>
284 </property>
285 <widget class="QLabel">
286 <property name="name">
287 <cstring>textLabel2</cstring>
288 </property>
289 <property name="text">
290 <string>Data Transfer External Address:</string>
291 </property>
292 </widget>
293 <widget class="QLineEdit">
294 <property name="name">
295 <cstring>le_dtExternal</cstring>
296 </property>
297 </widget>
298 </hbox>
299 </widget>
300 </vbox>
301</widget>
302<connections>
303 <connection>
304 <sender>ck_docklet</sender>
305 <signal>toggled(bool)</signal>
306 <receiver>gb_docklet</receiver>
307 <slot>setEnabled(bool)</slot>
308 </connection>
309</connections>
310<tabstops>
311 <tabstop>ck_alwaysOnTop</tabstop>
312 <tabstop>ck_autoRosterSize</tabstop>
313 <tabstop>ck_keepSizes</tabstop>
314 <tabstop>ck_useleft</tabstop>
315 <tabstop>ck_hideMenubar</tabstop>
316 <tabstop>cb_link</tabstop>
317 <tabstop>le_linkBrowser</tabstop>
318 <tabstop>le_linkMailer</tabstop>
319 <tabstop>ck_docklet</tabstop>
320 <tabstop>ck_dockDCstyle</tabstop>
321 <tabstop>ck_dockHideMW</tabstop>
322 <tabstop>ck_dockToolMW</tabstop>
323 <tabstop>ck_dockUseWM</tabstop>
324 <tabstop>le_dtPort</tabstop>
325 <tabstop>le_dtExternal</tabstop>
326</tabstops>
327<layoutdefaults spacing="6" margin="11"/>
328</UI>
Note: See TracBrowser for help on using the repository browser.