Rev 21057 | Rev 24326 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13761 | cbradney | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>Prefs_OperatorTools</class> |
||
4 | <widget class="QWidget" name="Prefs_OperatorTools"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>579</width> |
||
10 | <height>495</height> |
||
11 | </rect> |
||
12 | </property> |
||
13 | <property name="windowTitle"> |
||
21057 | craig | 14 | <string notr="true">Form</string> |
13761 | cbradney | 15 | </property> |
16 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
17 | <item> |
||
18 | <widget class="QLabel" name="label"> |
||
19 | <property name="font"> |
||
20 | <font> |
||
21 | <pointsize>14</pointsize> |
||
22 | <weight>75</weight> |
||
23 | <bold>true</bold> |
||
24 | </font> |
||
25 | </property> |
||
26 | <property name="text"> |
||
27 | <string>Operator Tools</string> |
||
28 | </property> |
||
29 | </widget> |
||
30 | </item> |
||
31 | <item> |
||
32 | <widget class="Line" name="line"> |
||
33 | <property name="orientation"> |
||
34 | <enum>Qt::Horizontal</enum> |
||
35 | </property> |
||
36 | </widget> |
||
37 | </item> |
||
38 | <item> |
||
39 | <widget class="QTabWidget" name="tabWidget"> |
||
40 | <property name="tabPosition"> |
||
41 | <enum>QTabWidget::North</enum> |
||
42 | </property> |
||
43 | <property name="tabShape"> |
||
44 | <enum>QTabWidget::Rounded</enum> |
||
45 | </property> |
||
46 | <property name="currentIndex"> |
||
14332 | cbradney | 47 | <number>0</number> |
13761 | cbradney | 48 | </property> |
49 | <property name="elideMode"> |
||
50 | <enum>Qt::ElideRight</enum> |
||
51 | </property> |
||
52 | <property name="usesScrollButtons"> |
||
53 | <bool>false</bool> |
||
54 | </property> |
||
55 | <widget class="QWidget" name="tab_4"> |
||
56 | <attribute name="title"> |
||
57 | <string>Zoom</string> |
||
58 | </attribute> |
||
59 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
60 | <item> |
||
15173 | cbradney | 61 | <layout class="QFormLayout" name="formLayout"> |
62 | <property name="formAlignment"> |
||
63 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
13761 | cbradney | 64 | </property> |
15173 | cbradney | 65 | <item row="0" column="0"> |
66 | <widget class="QLabel" name="label_2"> |
||
67 | <property name="text"> |
||
68 | <string>Minimum:</string> |
||
69 | </property> |
||
70 | </widget> |
||
71 | </item> |
||
72 | <item row="1" column="0"> |
||
73 | <widget class="QLabel" name="label_3"> |
||
74 | <property name="text"> |
||
75 | <string>Maximum:</string> |
||
76 | </property> |
||
77 | </widget> |
||
78 | </item> |
||
79 | <item row="2" column="0"> |
||
80 | <widget class="QLabel" name="label_4"> |
||
81 | <property name="text"> |
||
82 | <string>Stepping:</string> |
||
83 | </property> |
||
84 | </widget> |
||
85 | </item> |
||
86 | <item row="0" column="1"> |
||
87 | <widget class="ScrSpinBox" name="zoomMinimumSpinBox"> |
||
88 | <property name="suffix"> |
||
89 | <string> %</string> |
||
90 | </property> |
||
91 | <property name="minimum"> |
||
92 | <number>1</number> |
||
93 | </property> |
||
94 | <property name="maximum"> |
||
95 | <number>3200</number> |
||
96 | </property> |
||
97 | </widget> |
||
98 | </item> |
||
99 | <item row="1" column="1"> |
||
100 | <widget class="QSpinBox" name="zoomMaximumSpinBox"> |
||
101 | <property name="suffix"> |
||
102 | <string> %</string> |
||
103 | </property> |
||
104 | <property name="minimum"> |
||
105 | <number>10</number> |
||
106 | </property> |
||
107 | <property name="maximum"> |
||
18963 | fschmid | 108 | <number>32000</number> |
15173 | cbradney | 109 | </property> |
110 | </widget> |
||
111 | </item> |
||
112 | <item row="2" column="1"> |
||
113 | <widget class="QSpinBox" name="zoomSteppingSpinBox"> |
||
114 | <property name="suffix"> |
||
115 | <string> %</string> |
||
116 | </property> |
||
117 | <property name="minimum"> |
||
19811 | craig | 118 | <number>1</number> |
15173 | cbradney | 119 | </property> |
120 | <property name="maximum"> |
||
121 | <number>500</number> |
||
122 | </property> |
||
123 | </widget> |
||
124 | </item> |
||
125 | </layout> |
||
13761 | cbradney | 126 | </item> |
15173 | cbradney | 127 | <item> |
128 | <spacer name="verticalSpacer"> |
||
129 | <property name="orientation"> |
||
130 | <enum>Qt::Vertical</enum> |
||
131 | </property> |
||
132 | <property name="sizeHint" stdset="0"> |
||
133 | <size> |
||
134 | <width>20</width> |
||
135 | <height>231</height> |
||
136 | </size> |
||
137 | </property> |
||
138 | </spacer> |
||
139 | </item> |
||
13761 | cbradney | 140 | </layout> |
141 | </widget> |
||
142 | <widget class="QWidget" name="tab_5"> |
||
143 | <attribute name="title"> |
||
144 | <string>Miscellaneous</string> |
||
145 | </attribute> |
||
146 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
147 | <item> |
||
15173 | cbradney | 148 | <widget class="QLabel" name="label_5"> |
149 | <property name="font"> |
||
150 | <font> |
||
151 | <weight>75</weight> |
||
152 | <bold>true</bold> |
||
153 | </font> |
||
13761 | cbradney | 154 | </property> |
15173 | cbradney | 155 | <property name="text"> |
156 | <string>Item Duplicate</string> |
||
157 | </property> |
||
13761 | cbradney | 158 | </widget> |
159 | </item> |
||
15173 | cbradney | 160 | <item> |
161 | <widget class="Line" name="line_2"> |
||
162 | <property name="orientation"> |
||
163 | <enum>Qt::Horizontal</enum> |
||
164 | </property> |
||
165 | </widget> |
||
166 | </item> |
||
167 | <item> |
||
168 | <layout class="QFormLayout" name="formLayout_2"> |
||
169 | <property name="formAlignment"> |
||
170 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
171 | </property> |
||
172 | <item row="0" column="0"> |
||
173 | <widget class="QLabel" name="label_6"> |
||
174 | <property name="text"> |
||
175 | <string>X Displacement:</string> |
||
176 | </property> |
||
177 | </widget> |
||
178 | </item> |
||
179 | <item row="1" column="0"> |
||
180 | <widget class="QLabel" name="label_7"> |
||
181 | <property name="text"> |
||
182 | <string>Y Displacement:</string> |
||
183 | </property> |
||
184 | </widget> |
||
185 | </item> |
||
186 | <item row="0" column="1"> |
||
187 | <widget class="ScrSpinBox" name="itemDuplicateXDispSpinBox"/> |
||
188 | </item> |
||
189 | <item row="1" column="1"> |
||
190 | <widget class="ScrSpinBox" name="itemDuplicateYDispSpinBox"/> |
||
191 | </item> |
||
192 | </layout> |
||
193 | </item> |
||
194 | <item> |
||
195 | <spacer name="verticalSpacer_2"> |
||
196 | <property name="orientation"> |
||
197 | <enum>Qt::Vertical</enum> |
||
198 | </property> |
||
199 | <property name="sizeType"> |
||
200 | <enum>QSizePolicy::Fixed</enum> |
||
201 | </property> |
||
202 | <property name="sizeHint" stdset="0"> |
||
203 | <size> |
||
204 | <width>20</width> |
||
205 | <height>20</height> |
||
206 | </size> |
||
207 | </property> |
||
208 | </spacer> |
||
209 | </item> |
||
210 | <item> |
||
211 | <widget class="QLabel" name="label_8"> |
||
212 | <property name="font"> |
||
213 | <font> |
||
214 | <weight>75</weight> |
||
215 | <bold>true</bold> |
||
216 | </font> |
||
217 | </property> |
||
218 | <property name="text"> |
||
219 | <string>Rotation Tool</string> |
||
220 | </property> |
||
221 | </widget> |
||
222 | </item> |
||
223 | <item> |
||
224 | <widget class="Line" name="line_3"> |
||
225 | <property name="orientation"> |
||
226 | <enum>Qt::Horizontal</enum> |
||
227 | </property> |
||
228 | </widget> |
||
229 | </item> |
||
230 | <item> |
||
231 | <layout class="QFormLayout" name="formLayout_3"> |
||
232 | <property name="formAlignment"> |
||
233 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
234 | </property> |
||
235 | <item row="0" column="0"> |
||
236 | <widget class="QLabel" name="label_9"> |
||
237 | <property name="text"> |
||
238 | <string>Constrain To:</string> |
||
239 | </property> |
||
240 | </widget> |
||
241 | </item> |
||
242 | <item row="0" column="1"> |
||
243 | <widget class="ScrSpinBox" name="rotationConstraintSpinBox"/> |
||
244 | </item> |
||
245 | </layout> |
||
246 | </item> |
||
247 | <item> |
||
248 | <spacer name="verticalSpacer_3"> |
||
249 | <property name="orientation"> |
||
250 | <enum>Qt::Vertical</enum> |
||
251 | </property> |
||
252 | <property name="sizeHint" stdset="0"> |
||
253 | <size> |
||
254 | <width>20</width> |
||
255 | <height>112</height> |
||
256 | </size> |
||
257 | </property> |
||
258 | </spacer> |
||
259 | </item> |
||
13761 | cbradney | 260 | </layout> |
261 | </widget> |
||
262 | </widget> |
||
263 | </item> |
||
264 | </layout> |
||
265 | </widget> |
||
266 | <customwidgets> |
||
267 | <customwidget> |
||
268 | <class>ScrSpinBox</class> |
||
23717 | jghali | 269 | <extends>QDoubleSpinBox</extends> |
13761 | cbradney | 270 | <header location="global">ui/scrspinbox.h</header> |
271 | </customwidget> |
||
272 | </customwidgets> |
||
273 | <resources/> |
||
274 | <connections/> |
||
275 | </ui> |