source: tspsg/ui/settingsdialog.ce.ui @ aecdf994f9

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

+ Settings are now saved and restored.
+ Font color selection in settings.
+ Primitive about dialog.
+ Automatic resizing of cells to its contents in wince.

  • No "Save window position" checkbox in wince.
  • Property mode set to 100644
File size: 10.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>235</width>
10    <height>264</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Параметры</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="../resources/tspsg.qrc">
18    <normaloff>:/images/Settings.png</normaloff>:/images/Settings.png</iconset>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout_2">
21   <property name="spacing">
22    <number>0</number>
23   </property>
24   <property name="margin">
25    <number>0</number>
26   </property>
27   <item>
28    <widget class="QWidget" name="background" native="true">
29     <property name="palette">
30      <palette>
31       <active>
32        <colorrole role="Base">
33         <brush brushstyle="SolidPattern">
34          <color alpha="255">
35           <red>255</red>
36           <green>255</green>
37           <blue>255</blue>
38          </color>
39         </brush>
40        </colorrole>
41        <colorrole role="Window">
42         <brush brushstyle="SolidPattern">
43          <color alpha="255">
44           <red>255</red>
45           <green>255</green>
46           <blue>255</blue>
47          </color>
48         </brush>
49        </colorrole>
50       </active>
51       <inactive>
52        <colorrole role="Base">
53         <brush brushstyle="SolidPattern">
54          <color alpha="255">
55           <red>255</red>
56           <green>255</green>
57           <blue>255</blue>
58          </color>
59         </brush>
60        </colorrole>
61        <colorrole role="Window">
62         <brush brushstyle="SolidPattern">
63          <color alpha="255">
64           <red>255</red>
65           <green>255</green>
66           <blue>255</blue>
67          </color>
68         </brush>
69        </colorrole>
70       </inactive>
71       <disabled>
72        <colorrole role="Base">
73         <brush brushstyle="SolidPattern">
74          <color alpha="255">
75           <red>255</red>
76           <green>255</green>
77           <blue>255</blue>
78          </color>
79         </brush>
80        </colorrole>
81        <colorrole role="Window">
82         <brush brushstyle="SolidPattern">
83          <color alpha="255">
84           <red>255</red>
85           <green>255</green>
86           <blue>255</blue>
87          </color>
88         </brush>
89        </colorrole>
90       </disabled>
91      </palette>
92     </property>
93     <property name="autoFillBackground">
94      <bool>true</bool>
95     </property>
96     <layout class="QVBoxLayout" name="verticalLayout">
97      <item>
98       <widget class="QGroupBox" name="groupRandomSettings">
99        <property name="title">
100         <string>Случайные значения:</string>
101        </property>
102        <layout class="QVBoxLayout">
103         <item>
104          <layout class="QHBoxLayout">
105           <item>
106            <widget class="QLabel" name="labelRandMin">
107             <property name="sizePolicy">
108              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
109               <horstretch>0</horstretch>
110               <verstretch>0</verstretch>
111              </sizepolicy>
112             </property>
113             <property name="text">
114              <string>Ми&amp;нимум:</string>
115             </property>
116             <property name="buddy">
117              <cstring>spinRandMin</cstring>
118             </property>
119            </widget>
120           </item>
121           <item>
122            <widget class="QSpinBox" name="spinRandMin">
123             <property name="cursor">
124              <cursorShape>PointingHandCursor</cursorShape>
125             </property>
126             <property name="statusTip">
127              <string>Нижняя граница для генерации случайных значений</string>
128             </property>
129             <property name="maximum">
130              <number>1000</number>
131             </property>
132             <property name="value">
133              <number>1</number>
134             </property>
135            </widget>
136           </item>
137          </layout>
138         </item>
139         <item>
140          <layout class="QHBoxLayout">
141           <item>
142            <widget class="QLabel" name="labelRandMax">
143             <property name="sizePolicy">
144              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
145               <horstretch>0</horstretch>
146               <verstretch>0</verstretch>
147              </sizepolicy>
148             </property>
149             <property name="text">
150              <string>&amp;Максимум:</string>
151             </property>
152             <property name="buddy">
153              <cstring>spinRandMax</cstring>
154             </property>
155            </widget>
156           </item>
157           <item>
158            <widget class="QSpinBox" name="spinRandMax">
159             <property name="cursor">
160              <cursorShape>PointingHandCursor</cursorShape>
161             </property>
162             <property name="statusTip">
163              <string>Верхняя граница для генерации случайных значений</string>
164             </property>
165             <property name="minimum">
166              <number>1</number>
167             </property>
168             <property name="maximum">
169              <number>1000</number>
170             </property>
171             <property name="value">
172              <number>10</number>
173             </property>
174            </widget>
175           </item>
176          </layout>
177         </item>
178        </layout>
179       </widget>
180      </item>
181      <item>
182       <layout class="QHBoxLayout" name="horizontalLayout_2">
183        <item>
184         <spacer name="horizontalSpacer_3">
185          <property name="orientation">
186           <enum>Qt::Horizontal</enum>
187          </property>
188          <property name="sizeHint" stdset="0">
189           <size>
190            <width>40</width>
191            <height>20</height>
192           </size>
193          </property>
194         </spacer>
195        </item>
196        <item>
197         <widget class="QPushButton" name="buttonColor">
198          <property name="text">
199           <string>&amp;Цвет...</string>
200          </property>
201          <property name="icon">
202           <iconset resource="../resources/tspsg.qrc">
203            <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset>
204          </property>
205         </widget>
206        </item>
207        <item>
208         <widget class="QPushButton" name="buttonFont">
209          <property name="cursor">
210           <cursorShape>PointingHandCursor</cursorShape>
211          </property>
212          <property name="statusTip">
213           <string>Задать параметры шрифта, используемого при печати</string>
214          </property>
215          <property name="text">
216           <string>&amp;Шрифт...</string>
217          </property>
218          <property name="icon">
219           <iconset resource="../resources/tspsg.qrc">
220            <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset>
221          </property>
222         </widget>
223        </item>
224       </layout>
225      </item>
226      <item>
227       <spacer name="verticalSpacer">
228        <property name="orientation">
229         <enum>Qt::Vertical</enum>
230        </property>
231        <property name="sizeHint" stdset="0">
232         <size>
233          <width>20</width>
234          <height>41</height>
235         </size>
236        </property>
237       </spacer>
238      </item>
239     </layout>
240    </widget>
241   </item>
242   <item>
243    <widget class="Line" name="lineHorizontal">
244     <property name="maximumSize">
245      <size>
246       <width>16777215</width>
247       <height>2</height>
248      </size>
249     </property>
250     <property name="frameShadow">
251      <enum>QFrame::Plain</enum>
252     </property>
253     <property name="lineWidth">
254      <number>2</number>
255     </property>
256     <property name="orientation">
257      <enum>Qt::Horizontal</enum>
258     </property>
259    </widget>
260   </item>
261   <item>
262    <layout class="QHBoxLayout">
263     <property name="spacing">
264      <number>6</number>
265     </property>
266     <property name="sizeConstraint">
267      <enum>QLayout::SetFixedSize</enum>
268     </property>
269     <property name="margin">
270      <number>6</number>
271     </property>
272     <item>
273      <widget class="QToolButton" name="toolButton">
274       <property name="cursor">
275        <cursorShape>PointingHandCursor</cursorShape>
276       </property>
277       <property name="toolTip">
278        <string>Справка</string>
279       </property>
280       <property name="statusTip">
281        <string>Получить помощь по настройкам</string>
282       </property>
283       <property name="text">
284        <string>Помощь</string>
285       </property>
286       <property name="icon">
287        <iconset resource="../resources/tspsg.qrc">
288         <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
289       </property>
290       <property name="autoRaise">
291        <bool>true</bool>
292       </property>
293      </widget>
294     </item>
295     <item>
296      <spacer name="horizontalSpacer_4">
297       <property name="orientation">
298        <enum>Qt::Horizontal</enum>
299       </property>
300       <property name="sizeHint" stdset="0">
301        <size>
302         <width>40</width>
303         <height>20</height>
304        </size>
305       </property>
306      </spacer>
307     </item>
308     <item>
309      <widget class="QPushButton" name="buttonOK">
310       <property name="cursor">
311        <cursorShape>PointingHandCursor</cursorShape>
312       </property>
313       <property name="statusTip">
314        <string>Сохранить новые параметры</string>
315       </property>
316       <property name="text">
317        <string>&amp;OK</string>
318       </property>
319       <property name="icon">
320        <iconset resource="../resources/tspsg.qrc">
321         <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
322       </property>
323       <property name="default">
324        <bool>true</bool>
325       </property>
326      </widget>
327     </item>
328     <item>
329      <widget class="QPushButton" name="buttonCancel">
330       <property name="cursor">
331        <cursorShape>PointingHandCursor</cursorShape>
332       </property>
333       <property name="statusTip">
334        <string>Закрыть окно без сохранения параметров</string>
335       </property>
336       <property name="text">
337        <string>&amp;Отмена</string>
338       </property>
339       <property name="icon">
340        <iconset resource="../resources/tspsg.qrc">
341         <normaloff>:/images/buttons/buttons/Critical.png</normaloff>:/images/buttons/buttons/Critical.png</iconset>
342       </property>
343      </widget>
344     </item>
345    </layout>
346   </item>
347  </layout>
348 </widget>
349 <resources>
350  <include location="../resources/tspsg.qrc"/>
351 </resources>
352 <connections/>
353</ui>
Note: See TracBrowser for help on using the repository browser.