source: tspsg/ui/settingsdialog.ui @ 5515c2c2a7

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

Initial upload...

  • Property mode set to 100644
File size: 12.8 KB
Line 
1<ui version="4.0" >
2 <class>SettingsDialog</class>
3 <widget class="QWidget" name="SettingsDialog" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>436</width>
9    <height>172</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Параметры</string>
14  </property>
15  <property name="windowIcon" >
16   <iconset resource="../resources/tspsg.qrc" >:/images/Settings.png</iconset>
17  </property>
18  <layout class="QVBoxLayout" >
19   <property name="spacing" >
20    <number>0</number>
21   </property>
22   <property name="leftMargin" >
23    <number>0</number>
24   </property>
25   <property name="topMargin" >
26    <number>0</number>
27   </property>
28   <property name="rightMargin" >
29    <number>0</number>
30   </property>
31   <property name="bottomMargin" >
32    <number>0</number>
33   </property>
34   <item>
35    <layout class="QHBoxLayout" >
36     <property name="spacing" >
37      <number>0</number>
38     </property>
39     <item>
40      <widget class="QLabel" name="imageSide" >
41       <property name="minimumSize" >
42        <size>
43         <width>130</width>
44         <height>0</height>
45        </size>
46       </property>
47       <property name="styleSheet" >
48        <string>background-color: #0080C0</string>
49       </property>
50       <property name="frameShape" >
51        <enum>QFrame::StyledPanel</enum>
52       </property>
53       <property name="lineWidth" >
54        <number>0</number>
55       </property>
56       <property name="text" >
57        <string/>
58       </property>
59       <property name="pixmap" >
60        <pixmap resource="../resources/tspsg.qrc" >:/images/Settings.png</pixmap>
61       </property>
62       <property name="alignment" >
63        <set>Qt::AlignCenter</set>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <widget class="Line" name="lineVertical" >
69       <property name="frameShadow" >
70        <enum>QFrame::Plain</enum>
71       </property>
72       <property name="lineWidth" >
73        <number>2</number>
74       </property>
75       <property name="orientation" >
76        <enum>Qt::Vertical</enum>
77       </property>
78      </widget>
79     </item>
80     <item>
81      <widget class="QWidget" native="1" name="background" >
82       <property name="palette" >
83        <palette>
84         <active>
85          <colorrole role="Base" >
86           <brush brushstyle="SolidPattern" >
87            <color alpha="255" >
88             <red>255</red>
89             <green>255</green>
90             <blue>255</blue>
91            </color>
92           </brush>
93          </colorrole>
94          <colorrole role="Window" >
95           <brush brushstyle="SolidPattern" >
96            <color alpha="255" >
97             <red>255</red>
98             <green>255</green>
99             <blue>255</blue>
100            </color>
101           </brush>
102          </colorrole>
103         </active>
104         <inactive>
105          <colorrole role="Base" >
106           <brush brushstyle="SolidPattern" >
107            <color alpha="255" >
108             <red>255</red>
109             <green>255</green>
110             <blue>255</blue>
111            </color>
112           </brush>
113          </colorrole>
114          <colorrole role="Window" >
115           <brush brushstyle="SolidPattern" >
116            <color alpha="255" >
117             <red>255</red>
118             <green>255</green>
119             <blue>255</blue>
120            </color>
121           </brush>
122          </colorrole>
123         </inactive>
124         <disabled>
125          <colorrole role="Base" >
126           <brush brushstyle="SolidPattern" >
127            <color alpha="255" >
128             <red>255</red>
129             <green>255</green>
130             <blue>255</blue>
131            </color>
132           </brush>
133          </colorrole>
134          <colorrole role="Window" >
135           <brush brushstyle="SolidPattern" >
136            <color alpha="255" >
137             <red>255</red>
138             <green>255</green>
139             <blue>255</blue>
140            </color>
141           </brush>
142          </colorrole>
143         </disabled>
144        </palette>
145       </property>
146       <property name="autoFillBackground" >
147        <bool>true</bool>
148       </property>
149       <layout class="QVBoxLayout" >
150        <item>
151         <layout class="QHBoxLayout" >
152          <property name="spacing" >
153           <number>6</number>
154          </property>
155          <item>
156           <widget class="QGroupBox" name="groupRandomSettings" >
157            <property name="title" >
158             <string>Случайные значения:</string>
159            </property>
160            <layout class="QVBoxLayout" >
161             <item>
162              <layout class="QHBoxLayout" >
163               <item>
164                <widget class="QLabel" name="labelRandMin" >
165                 <property name="sizePolicy" >
166                  <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
167                   <horstretch>0</horstretch>
168                   <verstretch>0</verstretch>
169                  </sizepolicy>
170                 </property>
171                 <property name="text" >
172                  <string>Ми&amp;нимум:</string>
173                 </property>
174                 <property name="buddy" >
175                  <cstring>spinRandMin</cstring>
176                 </property>
177                </widget>
178               </item>
179               <item>
180                <widget class="QSpinBox" name="spinRandMin" >
181                 <property name="cursor" >
182                  <cursorShape>PointingHandCursor</cursorShape>
183                 </property>
184                 <property name="maximum" >
185                  <number>1000</number>
186                 </property>
187                 <property name="value" >
188                  <number>1</number>
189                 </property>
190                </widget>
191               </item>
192              </layout>
193             </item>
194             <item>
195              <layout class="QHBoxLayout" >
196               <item>
197                <widget class="QLabel" name="labelRandMax" >
198                 <property name="sizePolicy" >
199                  <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
200                   <horstretch>0</horstretch>
201                   <verstretch>0</verstretch>
202                  </sizepolicy>
203                 </property>
204                 <property name="text" >
205                  <string>&amp;Максимум:</string>
206                 </property>
207                 <property name="buddy" >
208                  <cstring>spinRandMax</cstring>
209                 </property>
210                </widget>
211               </item>
212               <item>
213                <widget class="QSpinBox" name="spinRandMax" >
214                 <property name="cursor" >
215                  <cursorShape>PointingHandCursor</cursorShape>
216                 </property>
217                 <property name="minimum" >
218                  <number>1</number>
219                 </property>
220                 <property name="maximum" >
221                  <number>1000</number>
222                 </property>
223                 <property name="value" >
224                  <number>10</number>
225                 </property>
226                </widget>
227               </item>
228              </layout>
229             </item>
230            </layout>
231           </widget>
232          </item>
233          <item>
234           <widget class="QGroupBox" name="groupPrintSetup" >
235            <property name="title" >
236             <string>Настройки печати:</string>
237            </property>
238            <layout class="QVBoxLayout" >
239             <item>
240              <layout class="QHBoxLayout" >
241               <item>
242                <widget class="QLabel" name="labelLeftMargin" >
243                 <property name="text" >
244                  <string>&amp;Левый отступ:</string>
245                 </property>
246                 <property name="buddy" >
247                  <cstring>spinLeftMargin</cstring>
248                 </property>
249                </widget>
250               </item>
251               <item>
252                <widget class="QSpinBox" name="spinLeftMargin" >
253                 <property name="cursor" >
254                  <cursorShape>PointingHandCursor</cursorShape>
255                 </property>
256                 <property name="maximum" >
257                  <number>999</number>
258                 </property>
259                 <property name="singleStep" >
260                  <number>10</number>
261                 </property>
262                 <property name="value" >
263                  <number>100</number>
264                 </property>
265                </widget>
266               </item>
267              </layout>
268             </item>
269             <item>
270              <widget class="QPushButton" name="buttonFont" >
271               <property name="cursor" >
272                <cursorShape>PointingHandCursor</cursorShape>
273               </property>
274               <property name="text" >
275                <string>&amp;Шрифт...</string>
276               </property>
277               <property name="icon" >
278                <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Font.png</iconset>
279               </property>
280              </widget>
281             </item>
282            </layout>
283           </widget>
284          </item>
285         </layout>
286        </item>
287        <item>
288         <widget class="QCheckBox" name="checkBox" >
289          <property name="cursor" >
290           <cursorShape>PointingHandCursor</cursorShape>
291          </property>
292          <property name="text" >
293           <string>Сохранять состояние и положение главного окна</string>
294          </property>
295         </widget>
296        </item>
297       </layout>
298      </widget>
299     </item>
300    </layout>
301   </item>
302   <item>
303    <widget class="Line" name="lineHorizontal" >
304     <property name="maximumSize" >
305      <size>
306       <width>16777215</width>
307       <height>2</height>
308      </size>
309     </property>
310     <property name="frameShadow" >
311      <enum>QFrame::Plain</enum>
312     </property>
313     <property name="lineWidth" >
314      <number>2</number>
315     </property>
316     <property name="orientation" >
317      <enum>Qt::Horizontal</enum>
318     </property>
319    </widget>
320   </item>
321   <item>
322    <layout class="QHBoxLayout" >
323     <property name="spacing" >
324      <number>6</number>
325     </property>
326     <property name="leftMargin" >
327      <number>6</number>
328     </property>
329     <property name="topMargin" >
330      <number>6</number>
331     </property>
332     <property name="rightMargin" >
333      <number>6</number>
334     </property>
335     <property name="bottomMargin" >
336      <number>6</number>
337     </property>
338     <item>
339      <widget class="QToolButton" name="toolButton" >
340       <property name="cursor" >
341        <cursorShape>PointingHandCursor</cursorShape>
342       </property>
343       <property name="toolTip" >
344        <string>Помощь</string>
345       </property>
346       <property name="statusTip" >
347        <string>Получить помощь по настройкам</string>
348       </property>
349       <property name="text" >
350        <string>Помощь</string>
351       </property>
352       <property name="icon" >
353        <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Help.png</iconset>
354       </property>
355       <property name="autoRaise" >
356        <bool>true</bool>
357       </property>
358      </widget>
359     </item>
360     <item>
361      <widget class="QLabel" name="labelHint" >
362       <property name="sizePolicy" >
363        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
364         <horstretch>0</horstretch>
365         <verstretch>0</verstretch>
366        </sizepolicy>
367       </property>
368       <property name="text" >
369        <string>Подсказка</string>
370       </property>
371       <property name="textFormat" >
372        <enum>Qt::PlainText</enum>
373       </property>
374       <property name="alignment" >
375        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
376       </property>
377       <property name="wordWrap" >
378        <bool>true</bool>
379       </property>
380      </widget>
381     </item>
382     <item>
383      <widget class="QPushButton" name="buttonOK" >
384       <property name="cursor" >
385        <cursorShape>PointingHandCursor</cursorShape>
386       </property>
387       <property name="text" >
388        <string>&amp;OK</string>
389       </property>
390       <property name="icon" >
391        <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/OK.png</iconset>
392       </property>
393       <property name="default" >
394        <bool>true</bool>
395       </property>
396      </widget>
397     </item>
398     <item>
399      <widget class="QPushButton" name="buttonCancel" >
400       <property name="cursor" >
401        <cursorShape>PointingHandCursor</cursorShape>
402       </property>
403       <property name="text" >
404        <string>&amp;Отмена</string>
405       </property>
406       <property name="icon" >
407        <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Critical.png</iconset>
408       </property>
409      </widget>
410     </item>
411    </layout>
412   </item>
413  </layout>
414 </widget>
415 <resources>
416  <include location="../resources/tspsg.qrc" />
417 </resources>
418 <connections/>
419</ui>
Note: See TracBrowser for help on using the repository browser.