source: tspsg/ui/settingsdialog.ui @ 2fb523720a

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since 2fb523720a was 2fb523720a, checked in by Oleksii Serdiuk, 15 years ago

+ Created installation (INSTALLS and DEPLOYMENT) entries for *nix, windows and wince platforms in tspsg.pro file. Now qmake generates install rules in Makefile.
+ Automatic resize of columns after their content changes can be turned on/off in settings now.

  • Different search path for translations on different platforms.
  • Updated translations.
  • Property mode set to 100644
File size: 12.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SettingsDialog</class>
4 <widget class="QWidget" name="SettingsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>241</width>
10    <height>182</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Preferences</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="../resources/tspsg.qrc">
18    <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
19  </property>
20  <widget class="Line" name="lineHorizontal">
21   <property name="geometry">
22    <rect>
23     <x>0</x>
24     <y>130</y>
25     <width>241</width>
26     <height>2</height>
27    </rect>
28   </property>
29   <property name="maximumSize">
30    <size>
31     <width>16777215</width>
32     <height>2</height>
33    </size>
34   </property>
35   <property name="frameShadow">
36    <enum>QFrame::Plain</enum>
37   </property>
38   <property name="lineWidth">
39    <number>2</number>
40   </property>
41   <property name="orientation">
42    <enum>Qt::Horizontal</enum>
43   </property>
44  </widget>
45  <widget class="QWidget" name="bgGrey" native="true">
46   <property name="geometry">
47    <rect>
48     <x>0</x>
49     <y>140</y>
50     <width>241</width>
51     <height>41</height>
52    </rect>
53   </property>
54   <property name="sizePolicy">
55    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
56     <horstretch>0</horstretch>
57     <verstretch>0</verstretch>
58    </sizepolicy>
59   </property>
60   <property name="palette">
61    <palette>
62     <active>
63      <colorrole role="Base">
64       <brush brushstyle="SolidPattern">
65        <color alpha="255">
66         <red>240</red>
67         <green>240</green>
68         <blue>240</blue>
69        </color>
70       </brush>
71      </colorrole>
72      <colorrole role="Window">
73       <brush brushstyle="SolidPattern">
74        <color alpha="255">
75         <red>240</red>
76         <green>240</green>
77         <blue>240</blue>
78        </color>
79       </brush>
80      </colorrole>
81     </active>
82     <inactive>
83      <colorrole role="Base">
84       <brush brushstyle="SolidPattern">
85        <color alpha="255">
86         <red>240</red>
87         <green>240</green>
88         <blue>240</blue>
89        </color>
90       </brush>
91      </colorrole>
92      <colorrole role="Window">
93       <brush brushstyle="SolidPattern">
94        <color alpha="255">
95         <red>240</red>
96         <green>240</green>
97         <blue>240</blue>
98        </color>
99       </brush>
100      </colorrole>
101     </inactive>
102     <disabled>
103      <colorrole role="Base">
104       <brush brushstyle="SolidPattern">
105        <color alpha="255">
106         <red>240</red>
107         <green>240</green>
108         <blue>240</blue>
109        </color>
110       </brush>
111      </colorrole>
112      <colorrole role="Window">
113       <brush brushstyle="SolidPattern">
114        <color alpha="255">
115         <red>240</red>
116         <green>240</green>
117         <blue>240</blue>
118        </color>
119       </brush>
120      </colorrole>
121     </disabled>
122    </palette>
123   </property>
124   <property name="autoFillBackground">
125    <bool>true</bool>
126   </property>
127   <widget class="QPushButton" name="buttonCancel">
128    <property name="geometry">
129     <rect>
130      <x>160</x>
131      <y>10</y>
132      <width>75</width>
133      <height>24</height>
134     </rect>
135    </property>
136    <property name="cursor">
137     <cursorShape>PointingHandCursor</cursorShape>
138    </property>
139    <property name="statusTip">
140     <string>Close without saving preferences</string>
141    </property>
142    <property name="text">
143     <string>&amp;Cancel</string>
144    </property>
145    <property name="icon">
146     <iconset resource="../resources/tspsg.qrc">
147      <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset>
148    </property>
149   </widget>
150   <widget class="QPushButton" name="buttonOK">
151    <property name="geometry">
152     <rect>
153      <x>80</x>
154      <y>10</y>
155      <width>77</width>
156      <height>26</height>
157     </rect>
158    </property>
159    <property name="cursor">
160     <cursorShape>PointingHandCursor</cursorShape>
161    </property>
162    <property name="statusTip">
163     <string>Save new preferences</string>
164    </property>
165    <property name="text">
166     <string>&amp;OK</string>
167    </property>
168    <property name="icon">
169     <iconset resource="../resources/tspsg.qrc">
170      <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
171    </property>
172    <property name="default">
173     <bool>true</bool>
174    </property>
175   </widget>
176   <widget class="QLabel" name="labelHint">
177    <property name="geometry">
178     <rect>
179      <x>50</x>
180      <y>10</y>
181      <width>16</width>
182      <height>28</height>
183     </rect>
184    </property>
185    <property name="sizePolicy">
186     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
187      <horstretch>0</horstretch>
188      <verstretch>0</verstretch>
189     </sizepolicy>
190    </property>
191    <property name="minimumSize">
192     <size>
193      <width>0</width>
194      <height>28</height>
195     </size>
196    </property>
197    <property name="maximumSize">
198     <size>
199      <width>16777215</width>
200      <height>28</height>
201     </size>
202    </property>
203    <property name="statusTip">
204     <string>Hover mouse pointer over dialog elements to get additional help</string>
205    </property>
206    <property name="text">
207     <string/>
208    </property>
209    <property name="textFormat">
210     <enum>Qt::PlainText</enum>
211    </property>
212    <property name="alignment">
213     <set>Qt::AlignJustify|Qt::AlignTop</set>
214    </property>
215    <property name="wordWrap">
216     <bool>true</bool>
217    </property>
218   </widget>
219   <widget class="QToolButton" name="buttonHelp">
220    <property name="enabled">
221     <bool>false</bool>
222    </property>
223    <property name="geometry">
224     <rect>
225      <x>10</x>
226      <y>10</y>
227      <width>23</width>
228      <height>22</height>
229     </rect>
230    </property>
231    <property name="cursor">
232     <cursorShape>PointingHandCursor</cursorShape>
233    </property>
234    <property name="toolTip">
235     <string>Help</string>
236    </property>
237    <property name="statusTip">
238     <string>Get preferences help</string>
239    </property>
240    <property name="text">
241     <string>Help</string>
242    </property>
243    <property name="icon">
244     <iconset resource="../resources/tspsg.qrc">
245      <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
246    </property>
247    <property name="autoRaise">
248     <bool>true</bool>
249    </property>
250   </widget>
251  </widget>
252  <widget class="QWidget" name="bgWhite" native="true">
253   <property name="geometry">
254    <rect>
255     <x>0</x>
256     <y>0</y>
257     <width>239</width>
258     <height>121</height>
259    </rect>
260   </property>
261   <property name="palette">
262    <palette>
263     <active>
264      <colorrole role="Base">
265       <brush brushstyle="SolidPattern">
266        <color alpha="255">
267         <red>255</red>
268         <green>255</green>
269         <blue>255</blue>
270        </color>
271       </brush>
272      </colorrole>
273      <colorrole role="Window">
274       <brush brushstyle="SolidPattern">
275        <color alpha="255">
276         <red>255</red>
277         <green>255</green>
278         <blue>255</blue>
279        </color>
280       </brush>
281      </colorrole>
282     </active>
283     <inactive>
284      <colorrole role="Base">
285       <brush brushstyle="SolidPattern">
286        <color alpha="255">
287         <red>255</red>
288         <green>255</green>
289         <blue>255</blue>
290        </color>
291       </brush>
292      </colorrole>
293      <colorrole role="Window">
294       <brush brushstyle="SolidPattern">
295        <color alpha="255">
296         <red>255</red>
297         <green>255</green>
298         <blue>255</blue>
299        </color>
300       </brush>
301      </colorrole>
302     </inactive>
303     <disabled>
304      <colorrole role="Base">
305       <brush brushstyle="SolidPattern">
306        <color alpha="255">
307         <red>255</red>
308         <green>255</green>
309         <blue>255</blue>
310        </color>
311       </brush>
312      </colorrole>
313      <colorrole role="Window">
314       <brush brushstyle="SolidPattern">
315        <color alpha="255">
316         <red>255</red>
317         <green>255</green>
318         <blue>255</blue>
319        </color>
320       </brush>
321      </colorrole>
322     </disabled>
323    </palette>
324   </property>
325   <property name="autoFillBackground">
326    <bool>true</bool>
327   </property>
328   <widget class="QGroupBox" name="groupRandomSettings">
329    <property name="geometry">
330     <rect>
331      <x>10</x>
332      <y>10</y>
333      <width>115</width>
334      <height>84</height>
335     </rect>
336    </property>
337    <property name="title">
338     <string>Random values:</string>
339    </property>
340    <layout class="QVBoxLayout">
341     <item>
342      <layout class="QHBoxLayout">
343       <item>
344        <widget class="QLabel" name="labelRandMin">
345         <property name="text">
346          <string>&amp;Minimal:</string>
347         </property>
348         <property name="buddy">
349          <cstring>spinRandMin</cstring>
350         </property>
351        </widget>
352       </item>
353       <item>
354        <widget class="QSpinBox" name="spinRandMin">
355         <property name="sizePolicy">
356          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
357           <horstretch>0</horstretch>
358           <verstretch>0</verstretch>
359          </sizepolicy>
360         </property>
361         <property name="cursor">
362          <cursorShape>PointingHandCursor</cursorShape>
363         </property>
364         <property name="statusTip">
365          <string>Minimum for random number generation</string>
366         </property>
367        </widget>
368       </item>
369      </layout>
370     </item>
371     <item>
372      <layout class="QHBoxLayout">
373       <item>
374        <widget class="QLabel" name="labelRandMax">
375         <property name="text">
376          <string>Ma&amp;ximal:</string>
377         </property>
378         <property name="buddy">
379          <cstring>spinRandMax</cstring>
380         </property>
381        </widget>
382       </item>
383       <item>
384        <widget class="QSpinBox" name="spinRandMax">
385         <property name="sizePolicy">
386          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
387           <horstretch>0</horstretch>
388           <verstretch>0</verstretch>
389          </sizepolicy>
390         </property>
391         <property name="cursor">
392          <cursorShape>PointingHandCursor</cursorShape>
393         </property>
394         <property name="statusTip">
395          <string>Maximum for random number generation</string>
396         </property>
397        </widget>
398       </item>
399      </layout>
400     </item>
401    </layout>
402   </widget>
403   <widget class="QGroupBox" name="groupOutputSettings">
404    <property name="geometry">
405     <rect>
406      <x>131</x>
407      <y>10</y>
408      <width>95</width>
409      <height>88</height>
410     </rect>
411    </property>
412    <property name="title">
413     <string>Output settings:</string>
414    </property>
415    <widget class="QPushButton" name="buttonFont">
416     <property name="geometry">
417      <rect>
418       <x>10</x>
419       <y>24</y>
420       <width>75</width>
421       <height>24</height>
422      </rect>
423     </property>
424     <property name="cursor">
425      <cursorShape>PointingHandCursor</cursorShape>
426     </property>
427     <property name="statusTip">
428      <string>Font face for printing</string>
429     </property>
430     <property name="text">
431      <string>&amp;Font...</string>
432     </property>
433     <property name="icon">
434      <iconset resource="../resources/tspsg.qrc">
435       <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
436     </property>
437    </widget>
438    <widget class="QPushButton" name="buttonColor">
439     <property name="geometry">
440      <rect>
441       <x>10</x>
442       <y>54</y>
443       <width>75</width>
444       <height>24</height>
445      </rect>
446     </property>
447     <property name="cursor">
448      <cursorShape>PointingHandCursor</cursorShape>
449     </property>
450     <property name="statusTip">
451      <string>Font color for printing</string>
452     </property>
453     <property name="text">
454      <string>&amp;Color...</string>
455     </property>
456     <property name="icon">
457      <iconset resource="../resources/tspsg.qrc">
458       <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
459     </property>
460    </widget>
461   </widget>
462   <widget class="QCheckBox" name="cbAutosize">
463    <property name="geometry">
464     <rect>
465      <x>10</x>
466      <y>90</y>
467      <width>247</width>
468      <height>19</height>
469     </rect>
470    </property>
471    <property name="statusTip">
472     <string>Automatically resize rows and columns when content changes</string>
473    </property>
474    <property name="text">
475     <string>Automatically resize rows and columns</string>
476    </property>
477   </widget>
478  </widget>
479 </widget>
480 <resources>
481  <include location="../resources/tspsg.qrc"/>
482 </resources>
483 <connections/>
484</ui>
Note: See TracBrowser for help on using the repository browser.