Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ui/kimo2chprefsdialog.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (show annotations) (download)
Thu Jul 15 14:45:50 2010 UTC (13 years, 10 months ago) by mip
File size: 7916 byte(s)
New thread post feature
and some bug fix

1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>prefsDialog</class>
4 <widget class="QDialog" name="prefsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>399</width>
10 <height>486</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>kimo2ch preferences</string>
15 </property>
16 <widget class="QDialogButtonBox" name="buttonBox">
17 <property name="geometry">
18 <rect>
19 <x>0</x>
20 <y>450</y>
21 <width>382</width>
22 <height>32</height>
23 </rect>
24 </property>
25 <property name="standardButtons">
26 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27 </property>
28 </widget>
29 <widget class="QGroupBox" name="boardGroupBox">
30 <property name="geometry">
31 <rect>
32 <x>0</x>
33 <y>10</y>
34 <width>391</width>
35 <height>91</height>
36 </rect>
37 </property>
38 <property name="title">
39 <string>Board list settings</string>
40 </property>
41 <widget class="QLineEdit" name="boardURL">
42 <property name="geometry">
43 <rect>
44 <x>120</x>
45 <y>30</y>
46 <width>261</width>
47 <height>28</height>
48 </rect>
49 </property>
50 </widget>
51 <widget class="QLabel" name="boardListLabel">
52 <property name="geometry">
53 <rect>
54 <x>20</x>
55 <y>40</y>
56 <width>91</width>
57 <height>16</height>
58 </rect>
59 </property>
60 <property name="text">
61 <string>Board list URL</string>
62 </property>
63 </widget>
64 <widget class="QCheckBox" name="rebuildCheck">
65 <property name="geometry">
66 <rect>
67 <x>20</x>
68 <y>60</y>
69 <width>261</width>
70 <height>23</height>
71 </rect>
72 </property>
73 <property name="text">
74 <string>Rebuild board list on startup</string>
75 </property>
76 </widget>
77 </widget>
78 <widget class="QGroupBox" name="fontGroupBox">
79 <property name="geometry">
80 <rect>
81 <x>0</x>
82 <y>110</y>
83 <width>391</width>
84 <height>71</height>
85 </rect>
86 </property>
87 <property name="title">
88 <string>Thread read settings</string>
89 </property>
90 <widget class="QFontComboBox" name="browserFontBox">
91 <property name="geometry">
92 <rect>
93 <x>90</x>
94 <y>30</y>
95 <width>184</width>
96 <height>25</height>
97 </rect>
98 </property>
99 </widget>
100 <widget class="QLabel" name="fontLabel">
101 <property name="geometry">
102 <rect>
103 <x>20</x>
104 <y>30</y>
105 <width>81</width>
106 <height>21</height>
107 </rect>
108 </property>
109 <property name="text">
110 <string>Browser font</string>
111 </property>
112 </widget>
113 <widget class="QSpinBox" name="browserFontSizeBox">
114 <property name="geometry">
115 <rect>
116 <x>310</x>
117 <y>30</y>
118 <width>58</width>
119 <height>26</height>
120 </rect>
121 </property>
122 <property name="minimum">
123 <number>9</number>
124 </property>
125 <property name="value">
126 <number>12</number>
127 </property>
128 </widget>
129 <widget class="QLabel" name="sizeLabel">
130 <property name="geometry">
131 <rect>
132 <x>280</x>
133 <y>30</y>
134 <width>41</width>
135 <height>21</height>
136 </rect>
137 </property>
138 <property name="text">
139 <string>Size</string>
140 </property>
141 </widget>
142 </widget>
143 <widget class="QGroupBox" name="postGroupBox">
144 <property name="geometry">
145 <rect>
146 <x>0</x>
147 <y>190</y>
148 <width>391</width>
149 <height>121</height>
150 </rect>
151 </property>
152 <property name="title">
153 <string>Message post settings</string>
154 </property>
155 <widget class="QLabel" name="initialNameLabel">
156 <property name="geometry">
157 <rect>
158 <x>20</x>
159 <y>40</y>
160 <width>111</width>
161 <height>16</height>
162 </rect>
163 </property>
164 <property name="text">
165 <string>Initial name</string>
166 </property>
167 </widget>
168 <widget class="QLineEdit" name="name">
169 <property name="geometry">
170 <rect>
171 <x>120</x>
172 <y>30</y>
173 <width>241</width>
174 <height>28</height>
175 </rect>
176 </property>
177 <property name="text">
178 <string/>
179 </property>
180 <property name="echoMode">
181 <enum>QLineEdit::Normal</enum>
182 </property>
183 </widget>
184 <widget class="QLabel" name="initialMailLabel">
185 <property name="geometry">
186 <rect>
187 <x>20</x>
188 <y>70</y>
189 <width>151</width>
190 <height>16</height>
191 </rect>
192 </property>
193 <property name="text">
194 <string>Initial mail address</string>
195 </property>
196 </widget>
197 <widget class="QLineEdit" name="mail">
198 <property name="geometry">
199 <rect>
200 <x>170</x>
201 <y>60</y>
202 <width>121</width>
203 <height>28</height>
204 </rect>
205 </property>
206 </widget>
207 <widget class="QCheckBox" name="sageCheck">
208 <property name="geometry">
209 <rect>
210 <x>300</x>
211 <y>60</y>
212 <width>81</width>
213 <height>31</height>
214 </rect>
215 </property>
216 <property name="text">
217 <string>sage</string>
218 </property>
219 </widget>
220 <widget class="QCheckBox" name="reloadAfterPostCheck">
221 <property name="geometry">
222 <rect>
223 <x>40</x>
224 <y>90</y>
225 <width>261</width>
226 <height>23</height>
227 </rect>
228 </property>
229 <property name="text">
230 <string>Reload after post at auto reloading.</string>
231 </property>
232 </widget>
233 </widget>
234 <widget class="QGroupBox" name="proxyGroupBox">
235 <property name="geometry">
236 <rect>
237 <x>0</x>
238 <y>320</y>
239 <width>391</width>
240 <height>131</height>
241 </rect>
242 </property>
243 <property name="title">
244 <string>Proxy setting</string>
245 </property>
246 <widget class="QCheckBox" name="useProxyCheck">
247 <property name="geometry">
248 <rect>
249 <x>10</x>
250 <y>30</y>
251 <width>281</width>
252 <height>23</height>
253 </rect>
254 </property>
255 <property name="text">
256 <string>UseProxy</string>
257 </property>
258 </widget>
259 <widget class="QLineEdit" name="hostEdit">
260 <property name="geometry">
261 <rect>
262 <x>70</x>
263 <y>60</y>
264 <width>311</width>
265 <height>24</height>
266 </rect>
267 </property>
268 </widget>
269 <widget class="QLabel" name="hostLabel">
270 <property name="geometry">
271 <rect>
272 <x>10</x>
273 <y>60</y>
274 <width>61</width>
275 <height>21</height>
276 </rect>
277 </property>
278 <property name="text">
279 <string>Host:</string>
280 </property>
281 <property name="alignment">
282 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
283 </property>
284 </widget>
285 <widget class="QLabel" name="portLabel">
286 <property name="geometry">
287 <rect>
288 <x>10</x>
289 <y>90</y>
290 <width>61</width>
291 <height>21</height>
292 </rect>
293 </property>
294 <property name="text">
295 <string>Port:</string>
296 </property>
297 <property name="alignment">
298 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
299 </property>
300 </widget>
301 <widget class="QLineEdit" name="portEdit">
302 <property name="geometry">
303 <rect>
304 <x>70</x>
305 <y>90</y>
306 <width>113</width>
307 <height>24</height>
308 </rect>
309 </property>
310 <property name="inputMask">
311 <string notr="true"/>
312 </property>
313 </widget>
314 </widget>
315 </widget>
316 <resources/>
317 <connections>
318 <connection>
319 <sender>buttonBox</sender>
320 <signal>accepted()</signal>
321 <receiver>prefsDialog</receiver>
322 <slot>accept()</slot>
323 <hints>
324 <hint type="sourcelabel">
325 <x>200</x>
326 <y>375</y>
327 </hint>
328 <hint type="destinationlabel">
329 <x>199</x>
330 <y>201</y>
331 </hint>
332 </hints>
333 </connection>
334 <connection>
335 <sender>buttonBox</sender>
336 <signal>rejected()</signal>
337 <receiver>prefsDialog</receiver>
338 <slot>deleteLater()</slot>
339 <hints>
340 <hint type="sourcelabel">
341 <x>200</x>
342 <y>375</y>
343 </hint>
344 <hint type="destinationlabel">
345 <x>199</x>
346 <y>201</y>
347 </hint>
348 </hints>
349 </connection>
350 </connections>
351 </ui>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26