source: tspsg/ui/settingsdialog.ui @ 6b3d3c1bbb

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

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

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