Rev 7116 | Rev 7159 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6438 | subik | 1 | <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> |
2 | <class>CWDialogBase</class> |
||
3 | <comment>Base class for color wheel dialog</comment> |
||
4 | <author>Petr Vanek <petr@scribus.info></author> |
||
5 | <widget class="QDialog"> |
||
6 | <property name="name"> |
||
7 | <cstring>CWDialogBase</cstring> |
||
8 | </property> |
||
9 | <property name="geometry"> |
||
10 | <rect> |
||
11 | <x>0</x> |
||
12 | <y>0</y> |
||
7125 | subik | 13 | <width>604</width> |
14 | <height>669</height> |
||
6438 | subik | 15 | </rect> |
16 | </property> |
||
17 | <property name="caption"> |
||
18 | <string>Color Wheel</string> |
||
19 | </property> |
||
20 | <grid> |
||
21 | <property name="name"> |
||
22 | <cstring>unnamed</cstring> |
||
23 | </property> |
||
24 | <widget class="QLayoutWidget" row="0" column="0"> |
||
25 | <property name="name"> |
||
7125 | subik | 26 | <cstring>layout44</cstring> |
6438 | subik | 27 | </property> |
28 | <vbox> |
||
29 | <property name="name"> |
||
30 | <cstring>unnamed</cstring> |
||
31 | </property> |
||
32 | <widget class="QLayoutWidget"> |
||
33 | <property name="name"> |
||
7125 | subik | 34 | <cstring>layout43</cstring> |
6438 | subik | 35 | </property> |
36 | <hbox> |
||
37 | <property name="name"> |
||
38 | <cstring>unnamed</cstring> |
||
39 | </property> |
||
7116 | subik | 40 | <widget class="QLayoutWidget"> |
6438 | subik | 41 | <property name="name"> |
7125 | subik | 42 | <cstring>layout38</cstring> |
6438 | subik | 43 | </property> |
7116 | subik | 44 | <vbox> |
6438 | subik | 45 | <property name="name"> |
7116 | subik | 46 | <cstring>unnamed</cstring> |
6438 | subik | 47 | </property> |
7116 | subik | 48 | <widget class="ColorWheel"> |
6438 | subik | 49 | <property name="name"> |
7116 | subik | 50 | <cstring>colorWheel</cstring> |
6438 | subik | 51 | </property> |
7116 | subik | 52 | <property name="sizePolicy"> |
53 | <sizepolicy> |
||
54 | <hsizetype>0</hsizetype> |
||
55 | <vsizetype>0</vsizetype> |
||
56 | <horstretch>0</horstretch> |
||
57 | <verstretch>0</verstretch> |
||
58 | </sizepolicy> |
||
59 | </property> |
||
60 | <property name="minimumSize"> |
||
61 | <size> |
||
62 | <width>300</width> |
||
63 | <height>300</height> |
||
64 | </size> |
||
65 | </property> |
||
7125 | subik | 66 | <property name="maximumSize"> |
67 | <size> |
||
68 | <width>300</width> |
||
69 | <height>300</height> |
||
70 | </size> |
||
71 | </property> |
||
7116 | subik | 72 | <property name="toolTip" stdset="0"> |
73 | <string>Click the wheel to get the base color. Its color model depends on the chosen tab.</string> |
||
74 | </property> |
||
75 | </widget> |
||
7125 | subik | 76 | <widget class="QGroupBox"> |
7116 | subik | 77 | <property name="name"> |
7125 | subik | 78 | <cstring>groupBox3_2</cstring> |
7116 | subik | 79 | </property> |
7125 | subik | 80 | <property name="title"> |
81 | <string>Color Scheme Method</string> |
||
82 | </property> |
||
83 | <grid> |
||
6438 | subik | 84 | <property name="name"> |
7116 | subik | 85 | <cstring>unnamed</cstring> |
6438 | subik | 86 | </property> |
7125 | subik | 87 | <widget class="QLayoutWidget" row="0" column="0"> |
6438 | subik | 88 | <property name="name"> |
7125 | subik | 89 | <cstring>layout36</cstring> |
6438 | subik | 90 | </property> |
7125 | subik | 91 | <vbox> |
6438 | subik | 92 | <property name="name"> |
7116 | subik | 93 | <cstring>unnamed</cstring> |
6438 | subik | 94 | </property> |
7116 | subik | 95 | <widget class="QComboBox"> |
96 | <property name="name"> |
||
97 | <cstring>typeCombo</cstring> |
||
98 | </property> |
||
7125 | subik | 99 | <property name="maximumSize"> |
100 | <size> |
||
101 | <width>300</width> |
||
102 | <height>32767</height> |
||
103 | </size> |
||
104 | </property> |
||
7116 | subik | 105 | <property name="toolTip" stdset="0"> |
106 | <string>Select one of the methods to create a color scheme. Refer to documentation for more information.</string> |
||
107 | </property> |
||
108 | </widget> |
||
7125 | subik | 109 | <widget class="QLayoutWidget"> |
110 | <property name="name"> |
||
111 | <cstring>layout19</cstring> |
||
112 | </property> |
||
113 | <hbox> |
||
114 | <property name="name"> |
||
115 | <cstring>unnamed</cstring> |
||
116 | </property> |
||
117 | <widget class="QLabel"> |
||
118 | <property name="name"> |
||
119 | <cstring>angleLabel</cstring> |
||
120 | </property> |
||
121 | <property name="maximumSize"> |
||
122 | <size> |
||
123 | <width>100</width> |
||
124 | <height>32767</height> |
||
125 | </size> |
||
126 | </property> |
||
127 | <property name="text"> |
||
128 | <string>Angle:</string> |
||
129 | </property> |
||
130 | </widget> |
||
131 | <widget class="QSpinBox"> |
||
132 | <property name="name"> |
||
133 | <cstring>angleSpin</cstring> |
||
134 | </property> |
||
135 | <property name="toolTip" stdset="0"> |
||
136 | <string>Difference between the selected value and the counted ones. Refer to documentation for more information.</string> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </hbox> |
||
140 | </widget> |
||
141 | </vbox> |
||
7116 | subik | 142 | </widget> |
7125 | subik | 143 | </grid> |
144 | </widget> |
||
145 | <widget class="QGroupBox"> |
||
146 | <property name="name"> |
||
147 | <cstring>groupBox2</cstring> |
||
148 | </property> |
||
149 | <property name="title"> |
||
150 | <string>Preview:</string> |
||
151 | </property> |
||
152 | <grid> |
||
153 | <property name="name"> |
||
154 | <cstring>unnamed</cstring> |
||
155 | </property> |
||
156 | <widget class="QLayoutWidget" row="0" column="0"> |
||
7116 | subik | 157 | <property name="name"> |
7125 | subik | 158 | <cstring>layout37</cstring> |
7116 | subik | 159 | </property> |
7125 | subik | 160 | <vbox> |
6438 | subik | 161 | <property name="name"> |
7116 | subik | 162 | <cstring>unnamed</cstring> |
6438 | subik | 163 | </property> |
7116 | subik | 164 | <widget class="QLabel"> |
6438 | subik | 165 | <property name="name"> |
7125 | subik | 166 | <cstring>textLabel1</cstring> |
6438 | subik | 167 | </property> |
7116 | subik | 168 | <property name="text"> |
7125 | subik | 169 | <string>Vision Defect Type:</string> |
7116 | subik | 170 | </property> |
171 | </widget> |
||
7125 | subik | 172 | <widget class="QComboBox"> |
7116 | subik | 173 | <property name="name"> |
7125 | subik | 174 | <cstring>defectCombo</cstring> |
7116 | subik | 175 | </property> |
176 | <property name="toolTip" stdset="0"> |
||
7125 | subik | 177 | <string>Simulate common vision defects here. Select type of the defect.</string> |
7116 | subik | 178 | </property> |
179 | </widget> |
||
7125 | subik | 180 | <widget class="QLabel"> |
7116 | subik | 181 | <property name="name"> |
7125 | subik | 182 | <cstring>previewLabel</cstring> |
7116 | subik | 183 | </property> |
7125 | subik | 184 | <property name="minimumSize"> |
185 | <size> |
||
186 | <width>280</width> |
||
187 | <height>100</height> |
||
188 | </size> |
||
189 | </property> |
||
190 | <property name="maximumSize"> |
||
191 | <size> |
||
192 | <width>280</width> |
||
193 | <height>100</height> |
||
194 | </size> |
||
195 | </property> |
||
196 | <property name="frameShape"> |
||
197 | <enum>Box</enum> |
||
198 | </property> |
||
199 | <property name="toolTip" stdset="0"> |
||
200 | <string>Sample color scheme.</string> |
||
201 | </property> |
||
7116 | subik | 202 | </widget> |
7125 | subik | 203 | </vbox> |
7116 | subik | 204 | </widget> |
7125 | subik | 205 | </grid> |
7116 | subik | 206 | </widget> |
7125 | subik | 207 | <spacer> |
208 | <property name="name"> |
||
209 | <cstring>spacer5</cstring> |
||
210 | </property> |
||
211 | <property name="orientation"> |
||
212 | <enum>Vertical</enum> |
||
213 | </property> |
||
214 | <property name="sizeType"> |
||
215 | <enum>Expanding</enum> |
||
216 | </property> |
||
217 | <property name="sizeHint"> |
||
218 | <size> |
||
219 | <width>20</width> |
||
220 | <height>16</height> |
||
221 | </size> |
||
222 | </property> |
||
223 | </spacer> |
||
7116 | subik | 224 | </vbox> |
225 | </widget> |
||
226 | <widget class="QLayoutWidget"> |
||
227 | <property name="name"> |
||
7125 | subik | 228 | <cstring>layout42</cstring> |
7116 | subik | 229 | </property> |
230 | <vbox> |
||
231 | <property name="name"> |
||
232 | <cstring>unnamed</cstring> |
||
233 | </property> |
||
234 | <widget class="QTabWidget"> |
||
235 | <property name="name"> |
||
236 | <cstring>colorspaceTab</cstring> |
||
237 | </property> |
||
238 | <widget class="QWidget"> |
||
239 | <property name="name"> |
||
240 | <cstring>tabCMYK</cstring> |
||
241 | </property> |
||
242 | <attribute name="title"> |
||
243 | <string>CMYK</string> |
||
244 | </attribute> |
||
245 | <grid> |
||
246 | <property name="name"> |
||
247 | <cstring>unnamed</cstring> |
||
248 | </property> |
||
249 | <widget class="QLayoutWidget" row="0" column="0"> |
||
6438 | subik | 250 | <property name="name"> |
7116 | subik | 251 | <cstring>layout38</cstring> |
6438 | subik | 252 | </property> |
7116 | subik | 253 | <vbox> |
6438 | subik | 254 | <property name="name"> |
255 | <cstring>unnamed</cstring> |
||
256 | </property> |
||
7116 | subik | 257 | <widget class="QLayoutWidget"> |
6438 | subik | 258 | <property name="name"> |
7116 | subik | 259 | <cstring>layout9</cstring> |
6438 | subik | 260 | </property> |
7116 | subik | 261 | <hbox> |
262 | <property name="name"> |
||
263 | <cstring>unnamed</cstring> |
||
264 | </property> |
||
265 | <widget class="QLabel"> |
||
266 | <property name="name"> |
||
267 | <cstring>textLabel4</cstring> |
||
268 | </property> |
||
269 | <property name="text"> |
||
270 | <string>C:</string> |
||
271 | </property> |
||
272 | </widget> |
||
273 | <widget class="QSpinBox"> |
||
274 | <property name="name"> |
||
275 | <cstring>cSpin</cstring> |
||
276 | </property> |
||
277 | <property name="maxValue"> |
||
278 | <number>255</number> |
||
279 | </property> |
||
280 | </widget> |
||
281 | </hbox> |
||
282 | </widget> |
||
283 | <widget class="QLayoutWidget"> |
||
284 | <property name="name"> |
||
285 | <cstring>layout8</cstring> |
||
6438 | subik | 286 | </property> |
7116 | subik | 287 | <hbox> |
288 | <property name="name"> |
||
289 | <cstring>unnamed</cstring> |
||
290 | </property> |
||
291 | <widget class="QLabel"> |
||
292 | <property name="name"> |
||
293 | <cstring>textLabel5</cstring> |
||
294 | </property> |
||
295 | <property name="text"> |
||
296 | <string>M:</string> |
||
297 | </property> |
||
298 | </widget> |
||
299 | <widget class="QSpinBox"> |
||
300 | <property name="name"> |
||
301 | <cstring>mSpin</cstring> |
||
302 | </property> |
||
303 | <property name="maxValue"> |
||
304 | <number>255</number> |
||
305 | </property> |
||
306 | </widget> |
||
307 | </hbox> |
||
6438 | subik | 308 | </widget> |
7116 | subik | 309 | <widget class="QLayoutWidget"> |
6438 | subik | 310 | <property name="name"> |
7116 | subik | 311 | <cstring>layout7</cstring> |
6438 | subik | 312 | </property> |
7116 | subik | 313 | <hbox> |
314 | <property name="name"> |
||
315 | <cstring>unnamed</cstring> |
||
316 | </property> |
||
317 | <widget class="QLabel"> |
||
318 | <property name="name"> |
||
319 | <cstring>textLabel6</cstring> |
||
320 | </property> |
||
321 | <property name="text"> |
||
322 | <string>Y:</string> |
||
323 | </property> |
||
324 | </widget> |
||
325 | <widget class="QSpinBox"> |
||
326 | <property name="name"> |
||
327 | <cstring>ySpin</cstring> |
||
328 | </property> |
||
329 | <property name="maxValue"> |
||
330 | <number>255</number> |
||
331 | </property> |
||
332 | </widget> |
||
333 | </hbox> |
||
6438 | subik | 334 | </widget> |
7116 | subik | 335 | <widget class="QLayoutWidget"> |
6438 | subik | 336 | <property name="name"> |
7116 | subik | 337 | <cstring>layout6</cstring> |
6438 | subik | 338 | </property> |
7116 | subik | 339 | <hbox> |
340 | <property name="name"> |
||
341 | <cstring>unnamed</cstring> |
||
342 | </property> |
||
343 | <widget class="QLabel"> |
||
344 | <property name="name"> |
||
345 | <cstring>textLabel7</cstring> |
||
346 | </property> |
||
347 | <property name="text"> |
||
348 | <string>K:</string> |
||
349 | </property> |
||
350 | </widget> |
||
351 | <widget class="QSpinBox"> |
||
352 | <property name="name"> |
||
353 | <cstring>kSpin</cstring> |
||
354 | </property> |
||
355 | <property name="maxValue"> |
||
356 | <number>255</number> |
||
357 | </property> |
||
358 | </widget> |
||
359 | </hbox> |
||
6438 | subik | 360 | </widget> |
7116 | subik | 361 | <widget class="QLayoutWidget"> |
6438 | subik | 362 | <property name="name"> |
7116 | subik | 363 | <cstring>layout20</cstring> |
6438 | subik | 364 | </property> |
7116 | subik | 365 | <hbox> |
366 | <property name="name"> |
||
367 | <cstring>unnamed</cstring> |
||
368 | </property> |
||
369 | <widget class="QLabel"> |
||
370 | <property name="name"> |
||
371 | <cstring>textLabel1_2</cstring> |
||
372 | </property> |
||
373 | <property name="text"> |
||
374 | <string>RGB:</string> |
||
375 | </property> |
||
376 | </widget> |
||
377 | <widget class="QLabel"> |
||
378 | <property name="name"> |
||
379 | <cstring>rgbLabel</cstring> |
||
380 | </property> |
||
381 | <property name="frameShape"> |
||
382 | <enum>Box</enum> |
||
383 | </property> |
||
384 | <property name="frameShadow"> |
||
385 | <enum>Plain</enum> |
||
386 | </property> |
||
387 | <property name="text"> |
||
388 | <string></string> |
||
389 | </property> |
||
390 | </widget> |
||
391 | </hbox> |
||
6438 | subik | 392 | </widget> |
7116 | subik | 393 | <widget class="QLayoutWidget"> |
6438 | subik | 394 | <property name="name"> |
7116 | subik | 395 | <cstring>layout37</cstring> |
6438 | subik | 396 | </property> |
7116 | subik | 397 | <hbox> |
398 | <property name="name"> |
||
399 | <cstring>unnamed</cstring> |
||
400 | </property> |
||
401 | <widget class="QLabel"> |
||
402 | <property name="name"> |
||
403 | <cstring>textLabel1_2_2</cstring> |
||
404 | </property> |
||
405 | <property name="text"> |
||
406 | <string>HSV:</string> |
||
407 | </property> |
||
408 | </widget> |
||
409 | <widget class="QLabel"> |
||
410 | <property name="name"> |
||
411 | <cstring>hsvLabel</cstring> |
||
412 | </property> |
||
413 | <property name="frameShape"> |
||
414 | <enum>Box</enum> |
||
415 | </property> |
||
416 | <property name="frameShadow"> |
||
417 | <enum>Plain</enum> |
||
418 | </property> |
||
419 | <property name="text"> |
||
420 | <string></string> |
||
421 | </property> |
||
422 | </widget> |
||
423 | </hbox> |
||
6438 | subik | 424 | </widget> |
7116 | subik | 425 | <spacer> |
6438 | subik | 426 | <property name="name"> |
7116 | subik | 427 | <cstring>spacer3</cstring> |
6438 | subik | 428 | </property> |
7116 | subik | 429 | <property name="orientation"> |
430 | <enum>Vertical</enum> |
||
6438 | subik | 431 | </property> |
7116 | subik | 432 | <property name="sizeType"> |
433 | <enum>Expanding</enum> |
||
6438 | subik | 434 | </property> |
7116 | subik | 435 | <property name="sizeHint"> |
436 | <size> |
||
437 | <width>20</width> |
||
438 | <height>40</height> |
||
439 | </size> |
||
6438 | subik | 440 | </property> |
7116 | subik | 441 | </spacer> |
442 | </vbox> |
||
6438 | subik | 443 | </widget> |
7116 | subik | 444 | </grid> |
6438 | subik | 445 | </widget> |
7116 | subik | 446 | <widget class="QWidget"> |
6438 | subik | 447 | <property name="name"> |
7116 | subik | 448 | <cstring>tabRGB</cstring> |
6438 | subik | 449 | </property> |
7116 | subik | 450 | <attribute name="title"> |
451 | <string>RGB</string> |
||
452 | </attribute> |
||
453 | <grid> |
||
6438 | subik | 454 | <property name="name"> |
455 | <cstring>unnamed</cstring> |
||
456 | </property> |
||
7116 | subik | 457 | <widget class="QLayoutWidget" row="0" column="0"> |
6438 | subik | 458 | <property name="name"> |
7116 | subik | 459 | <cstring>layout41</cstring> |
6438 | subik | 460 | </property> |
7116 | subik | 461 | <vbox> |
6438 | subik | 462 | <property name="name"> |
463 | <cstring>unnamed</cstring> |
||
464 | </property> |
||
7116 | subik | 465 | <widget class="QLayoutWidget"> |
6438 | subik | 466 | <property name="name"> |
7116 | subik | 467 | <cstring>layout11</cstring> |
6438 | subik | 468 | </property> |
7116 | subik | 469 | <hbox> |
470 | <property name="name"> |
||
471 | <cstring>unnamed</cstring> |
||
472 | </property> |
||
473 | <widget class="QLabel"> |
||
474 | <property name="name"> |
||
475 | <cstring>textLabel8</cstring> |
||
476 | </property> |
||
477 | <property name="text"> |
||
478 | <string>R:</string> |
||
479 | </property> |
||
480 | </widget> |
||
481 | <widget class="QSpinBox"> |
||
482 | <property name="name"> |
||
483 | <cstring>rSpin</cstring> |
||
484 | </property> |
||
485 | <property name="maxValue"> |
||
486 | <number>255</number> |
||
487 | </property> |
||
488 | </widget> |
||
489 | </hbox> |
||
6438 | subik | 490 | </widget> |
7116 | subik | 491 | <widget class="QLayoutWidget"> |
6438 | subik | 492 | <property name="name"> |
7116 | subik | 493 | <cstring>layout12</cstring> |
6438 | subik | 494 | </property> |
7116 | subik | 495 | <hbox> |
496 | <property name="name"> |
||
497 | <cstring>unnamed</cstring> |
||
498 | </property> |
||
499 | <widget class="QLabel"> |
||
500 | <property name="name"> |
||
501 | <cstring>textLabel9</cstring> |
||
502 | </property> |
||
503 | <property name="text"> |
||
504 | <string>G:</string> |
||
505 | </property> |
||
506 | </widget> |
||
507 | <widget class="QSpinBox"> |
||
508 | <property name="name"> |
||
509 | <cstring>gSpin</cstring> |
||
510 | </property> |
||
511 | <property name="maxValue"> |
||
512 | <number>255</number> |
||
513 | </property> |
||
514 | </widget> |
||
515 | </hbox> |
||
6438 | subik | 516 | </widget> |
7116 | subik | 517 | <widget class="QLayoutWidget"> |
6438 | subik | 518 | <property name="name"> |
7116 | subik | 519 | <cstring>layout16</cstring> |
6438 | subik | 520 | </property> |
7116 | subik | 521 | <hbox> |
522 | <property name="name"> |
||
523 | <cstring>unnamed</cstring> |
||
524 | </property> |
||
525 | <widget class="QLabel"> |
||
526 | <property name="name"> |
||
527 | <cstring>textLabel10</cstring> |
||
528 | </property> |
||
529 | <property name="text"> |
||
530 | <string>B:</string> |
||
531 | </property> |
||
532 | </widget> |
||
533 | <widget class="QSpinBox"> |
||
534 | <property name="name"> |
||
535 | <cstring>bSpin</cstring> |
||
536 | </property> |
||
537 | <property name="maxValue"> |
||
538 | <number>255</number> |
||
539 | </property> |
||
540 | </widget> |
||
541 | </hbox> |
||
6438 | subik | 542 | </widget> |
7116 | subik | 543 | <widget class="QLayoutWidget"> |
6438 | subik | 544 | <property name="name"> |
7116 | subik | 545 | <cstring>layout22</cstring> |
6438 | subik | 546 | </property> |
7116 | subik | 547 | <hbox> |
548 | <property name="name"> |
||
549 | <cstring>unnamed</cstring> |
||
550 | </property> |
||
551 | <widget class="QLabel"> |
||
552 | <property name="name"> |
||
553 | <cstring>textLabel3</cstring> |
||
554 | </property> |
||
555 | <property name="text"> |
||
556 | <string>CMYK:</string> |
||
557 | </property> |
||
558 | </widget> |
||
559 | <widget class="QLabel"> |
||
560 | <property name="name"> |
||
561 | <cstring>cmykLabel</cstring> |
||
562 | </property> |
||
563 | <property name="frameShape"> |
||
564 | <enum>Box</enum> |
||
565 | </property> |
||
566 | <property name="text"> |
||
567 | <string></string> |
||
568 | </property> |
||
569 | </widget> |
||
570 | </hbox> |
||
6438 | subik | 571 | </widget> |
7116 | subik | 572 | <widget class="QLayoutWidget"> |
6438 | subik | 573 | <property name="name"> |
7116 | subik | 574 | <cstring>layout37_2</cstring> |
6438 | subik | 575 | </property> |
7116 | subik | 576 | <hbox> |
577 | <property name="name"> |
||
578 | <cstring>unnamed</cstring> |
||
579 | </property> |
||
580 | <widget class="QLabel"> |
||
581 | <property name="name"> |
||
582 | <cstring>textLabel1_2_2_2</cstring> |
||
583 | </property> |
||
584 | <property name="text"> |
||
585 | <string>HSV:</string> |
||
586 | </property> |
||
587 | </widget> |
||
588 | <widget class="QLabel"> |
||
589 | <property name="name"> |
||
590 | <cstring>hsvLabel2</cstring> |
||
591 | </property> |
||
592 | <property name="frameShape"> |
||
593 | <enum>Box</enum> |
||
594 | </property> |
||
595 | <property name="frameShadow"> |
||
596 | <enum>Plain</enum> |
||
597 | </property> |
||
598 | <property name="text"> |
||
599 | <string></string> |
||
600 | </property> |
||
601 | </widget> |
||
602 | </hbox> |
||
6438 | subik | 603 | </widget> |
7116 | subik | 604 | <spacer> |
6438 | subik | 605 | <property name="name"> |
7116 | subik | 606 | <cstring>spacer2</cstring> |
6438 | subik | 607 | </property> |
7116 | subik | 608 | <property name="orientation"> |
609 | <enum>Vertical</enum> |
||
6438 | subik | 610 | </property> |
7116 | subik | 611 | <property name="sizeType"> |
612 | <enum>Expanding</enum> |
||
6438 | subik | 613 | </property> |
7116 | subik | 614 | <property name="sizeHint"> |
615 | <size> |
||
616 | <width>20</width> |
||
617 | <height>60</height> |
||
618 | </size> |
||
6438 | subik | 619 | </property> |
7116 | subik | 620 | </spacer> |
621 | </vbox> |
||
6438 | subik | 622 | </widget> |
7116 | subik | 623 | </grid> |
6438 | subik | 624 | </widget> |
7116 | subik | 625 | <widget class="QWidget"> |
6438 | subik | 626 | <property name="name"> |
7116 | subik | 627 | <cstring>tabHSV</cstring> |
6438 | subik | 628 | </property> |
7116 | subik | 629 | <attribute name="title"> |
630 | <string>HSV</string> |
||
631 | </attribute> |
||
7125 | subik | 632 | <widget class="QLabel"> |
633 | <property name="name"> |
||
634 | <cstring>textLabel1_3</cstring> |
||
635 | </property> |
||
636 | <property name="geometry"> |
||
637 | <rect> |
||
638 | <x>32</x> |
||
639 | <y>16</y> |
||
640 | <width>68</width> |
||
641 | <height>20</height> |
||
642 | </rect> |
||
643 | </property> |
||
644 | <property name="text"> |
||
645 | <string>TODO!</string> |
||
646 | </property> |
||
647 | </widget> |
||
6438 | subik | 648 | </widget> |
7116 | subik | 649 | <widget class="QWidget"> |
6438 | subik | 650 | <property name="name"> |
7116 | subik | 651 | <cstring>tabDocument</cstring> |
6438 | subik | 652 | </property> |
7116 | subik | 653 | <attribute name="title"> |
654 | <string>Document</string> |
||
655 | </attribute> |
||
656 | <grid> |
||
6438 | subik | 657 | <property name="name"> |
7116 | subik | 658 | <cstring>unnamed</cstring> |
6438 | subik | 659 | </property> |
7116 | subik | 660 | <widget class="ColorListBox" row="0" column="0"> |
661 | <property name="name"> |
||
662 | <cstring>documentColorList</cstring> |
||
663 | </property> |
||
664 | </widget> |
||
665 | </grid> |
||
666 | </widget> |
||
6438 | subik | 667 | </widget> |
668 | <widget class="QGroupBox"> |
||
669 | <property name="name"> |
||
7116 | subik | 670 | <cstring>groupBox3</cstring> |
6438 | subik | 671 | </property> |
672 | <property name="title"> |
||
7116 | subik | 673 | <string>Result Colors</string> |
6438 | subik | 674 | </property> |
675 | <grid> |
||
676 | <property name="name"> |
||
677 | <cstring>unnamed</cstring> |
||
678 | </property> |
||
679 | <widget class="QLayoutWidget" row="0" column="0"> |
||
680 | <property name="name"> |
||
7116 | subik | 681 | <cstring>layout46</cstring> |
6438 | subik | 682 | </property> |
683 | <vbox> |
||
684 | <property name="name"> |
||
685 | <cstring>unnamed</cstring> |
||
686 | </property> |
||
7116 | subik | 687 | <widget class="ColorListBox"> |
6438 | subik | 688 | <property name="name"> |
7116 | subik | 689 | <cstring>colorList</cstring> |
6438 | subik | 690 | </property> |
7116 | subik | 691 | <property name="minimumSize"> |
692 | <size> |
||
693 | <width>240</width> |
||
694 | <height>160</height> |
||
695 | </size> |
||
696 | </property> |
||
697 | <property name="toolTip" stdset="0"> |
||
698 | <string>Colors of your chosen color scheme.</string> |
||
699 | </property> |
||
700 | </widget> |
||
701 | <widget class="QTable"> |
||
702 | <row> |
||
703 | <property name="text"> |
||
704 | <string>CMYK</string> |
||
6438 | subik | 705 | </property> |
7116 | subik | 706 | </row> |
707 | <row> |
||
708 | <property name="text"> |
||
709 | <string>RGB</string> |
||
710 | </property> |
||
711 | </row> |
||
712 | <row> |
||
713 | <property name="text"> |
||
714 | <string>HSV</string> |
||
715 | </property> |
||
716 | </row> |
||
717 | <property name="name"> |
||
718 | <cstring>currentColorTable</cstring> |
||
719 | </property> |
||
720 | <property name="sizePolicy"> |
||
721 | <sizepolicy> |
||
722 | <hsizetype>5</hsizetype> |
||
723 | <vsizetype>5</vsizetype> |
||
724 | <horstretch>0</horstretch> |
||
725 | <verstretch>0</verstretch> |
||
726 | </sizepolicy> |
||
727 | </property> |
||
728 | <property name="numRows"> |
||
729 | <number>3</number> |
||
730 | </property> |
||
731 | <property name="numCols"> |
||
732 | <number>0</number> |
||
733 | </property> |
||
734 | <property name="readOnly"> |
||
735 | <bool>true</bool> |
||
736 | </property> |
||
6438 | subik | 737 | </widget> |
738 | </vbox> |
||
739 | </widget> |
||
740 | </grid> |
||
741 | </widget> |
||
7125 | subik | 742 | <spacer> |
743 | <property name="name"> |
||
744 | <cstring>spacer6</cstring> |
||
745 | </property> |
||
746 | <property name="orientation"> |
||
747 | <enum>Vertical</enum> |
||
748 | </property> |
||
749 | <property name="sizeType"> |
||
750 | <enum>Expanding</enum> |
||
751 | </property> |
||
752 | <property name="sizeHint"> |
||
753 | <size> |
||
754 | <width>20</width> |
||
755 | <height>40</height> |
||
756 | </size> |
||
757 | </property> |
||
758 | </spacer> |
||
6438 | subik | 759 | </vbox> |
760 | </widget> |
||
761 | </hbox> |
||
762 | </widget> |
||
763 | <widget class="QLayoutWidget"> |
||
764 | <property name="name"> |
||
765 | <cstring>layout5</cstring> |
||
766 | </property> |
||
767 | <hbox> |
||
768 | <property name="name"> |
||
769 | <cstring>unnamed</cstring> |
||
770 | </property> |
||
771 | <spacer> |
||
772 | <property name="name"> |
||
773 | <cstring>spacer1</cstring> |
||
774 | </property> |
||
775 | <property name="orientation"> |
||
776 | <enum>Horizontal</enum> |
||
777 | </property> |
||
778 | <property name="sizeType"> |
||
779 | <enum>Expanding</enum> |
||
780 | </property> |
||
781 | <property name="sizeHint"> |
||
782 | <size> |
||
783 | <width>40</width> |
||
784 | <height>20</height> |
||
785 | </size> |
||
786 | </property> |
||
787 | </spacer> |
||
788 | <widget class="QPushButton"> |
||
789 | <property name="name"> |
||
790 | <cstring>addButton</cstring> |
||
791 | </property> |
||
792 | <property name="text"> |
||
793 | <string>&Merge</string> |
||
794 | </property> |
||
795 | <property name="accel"> |
||
796 | <string>Alt+M</string> |
||
797 | </property> |
||
798 | <property name="toolTip" stdset="0"> |
||
799 | <string>Merge created colors into the document colors</string> |
||
800 | </property> |
||
801 | </widget> |
||
802 | <widget class="QPushButton"> |
||
803 | <property name="name"> |
||
804 | <cstring>replaceButton</cstring> |
||
805 | </property> |
||
806 | <property name="text"> |
||
807 | <string>&Replace</string> |
||
808 | </property> |
||
809 | <property name="accel"> |
||
810 | <string>Alt+R</string> |
||
811 | </property> |
||
812 | <property name="toolTip" stdset="0"> |
||
813 | <string>Replace created colors in the document colors</string> |
||
814 | </property> |
||
815 | </widget> |
||
816 | <widget class="QPushButton"> |
||
817 | <property name="name"> |
||
818 | <cstring>cancelButton</cstring> |
||
819 | </property> |
||
820 | <property name="text"> |
||
821 | <string>&Cancel</string> |
||
822 | </property> |
||
823 | <property name="accel"> |
||
824 | <string>Alt+C</string> |
||
825 | </property> |
||
826 | <property name="toolTip" stdset="0"> |
||
827 | <string>Leave colors untouched</string> |
||
828 | </property> |
||
829 | </widget> |
||
830 | </hbox> |
||
831 | </widget> |
||
832 | </vbox> |
||
833 | </widget> |
||
834 | </grid> |
||
835 | </widget> |
||
836 | <customwidgets> |
||
837 | <customwidget> |
||
838 | <class>ColorWheel</class> |
||
839 | <header location="local">colorwheelwidget.h</header> |
||
840 | <sizehint> |
||
841 | <width>-1</width> |
||
842 | <height>-1</height> |
||
843 | </sizehint> |
||
844 | <container>0</container> |
||
845 | <sizepolicy> |
||
846 | <hordata>5</hordata> |
||
847 | <verdata>5</verdata> |
||
848 | <horstretch>0</horstretch> |
||
849 | <verstretch>0</verstretch> |
||
850 | </sizepolicy> |
||
851 | <pixmap>image0</pixmap> |
||
852 | </customwidget> |
||
853 | <customwidget> |
||
854 | <class>ColorListBox</class> |
||
855 | <header location="local">colorm.h</header> |
||
856 | <sizehint> |
||
857 | <width>-1</width> |
||
858 | <height>-1</height> |
||
859 | </sizehint> |
||
860 | <container>0</container> |
||
861 | <sizepolicy> |
||
862 | <hordata>5</hordata> |
||
863 | <verdata>5</verdata> |
||
864 | <horstretch>0</horstretch> |
||
865 | <verstretch>0</verstretch> |
||
866 | </sizepolicy> |
||
867 | <pixmap>image0</pixmap> |
||
868 | </customwidget> |
||
869 | </customwidgets> |
||
870 | <images> |
||
871 | <image name="image0"> |
||
7125 | subik | 872 | <data format="PNG" length="892">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000034349444154388dad9331681c4714863f8929de8004b320c32e3870020b74458a43e0e24085550a04b6408d418d5b130221a44a3024902686544aa3228588d238e7c26015329722480742170922d8800c7b85601774b00316cc832c28c55ea29c122b8d1e0ccbcc2cfffbf8df3f13fd833e54808185fb0b97dc42f5f7fb13137bfb7b88113a2f3b97cdf926de7bf2614ee94b2c9640b8f15bfa92f434a577d8ab014765c4080bf7172e5ffcf0822881640e1a958eae4b300294582340b83ae76a9f9e0a7cefe8bdf157c23a12298605d107900d7f42df65844ab116c21fe00b212f1441b033303b07220a152820d310dd51fe59468cd40cc3928047df1584ca63a71dd911747794a3c30231a09522c611df1396d722da8b01a13e775342dde61a71ee735a28a1cab1d6b1bfab6c6f7aa8c03921b92788403e50066f95efbeca28d66356d741a416ff4f626b2ca0d869213b82ce4874f961cc831548120b26a01ad1dd0974363d9dad0171dc64e991458c8e114ffed5295401104280d7af3c5a29cb0f63569f4094286a72fcb9e5f5cb92e5b588c71f3930c2f6568e0eff1db9716253e28b88f438c3b99a54a46eec2f1236be29c94e3ce5393cfd2ca1b7ebc97e57d23420322e3c466c8d90172518481a10dd0145f13e62e3cb9cf4c4234e682f463055d26c39b452f233d0ea9af0b8c72008548a9b1a0de53c61e3eb92eca48e979b1292bb100960408ca015c835e46b1e839d018c231d28aa96ee9b50934e09f15dc76050f0fc594e7a1491678a56ca6cc3c2cda92869ce41a3211403a5bb13585d8f28cf95f683882486e7cf60f0b6e0f38f73f4c213c78e660bf2e2068f414094e535412ba5b3e9e9ee943cfd24a1b51868b4029f7e9110c70e3f2ca082f68a6376fe7f731ca012da8b509cc574b6066c7f0bbd5d4ff3430706f2acc40fb5f61625fd45498f2d4edef3f2ca61397afb8a00abeb421c37e9fc98939e28e9f1000cf500671c4b8f1cbffeace4171ead228ae17b88d3d394341324aa49c4c0d24aa0bd9890a681fcac164d1a96660b66e7215db15025604ab2dfc63dfe9bb877d8834d214aea48a9fa3a6f78c4d43f8b81ecccd7b97d55dbe13da4474a5e8c13d33fe8035cdef69abc3ecddbaa4931427fbf3f71ebc25a2918d8dbdfbb35f1fe417fe24f1259cbaa19404a4f0000000049454e44ae426082</data> |
6438 | subik | 873 | </image> |
874 | </images> |
||
875 | <connections> |
||
876 | <connection> |
||
877 | <sender>colorspaceTab</sender> |
||
878 | <signal>currentChanged(QWidget*)</signal> |
||
879 | <receiver>CWDialogBase</receiver> |
||
880 | <slot>colorspaceTab_currentChanged(QWidget*)</slot> |
||
881 | </connection> |
||
882 | <connection> |
||
883 | <sender>angleSpin</sender> |
||
884 | <signal>valueChanged(int)</signal> |
||
885 | <receiver>CWDialogBase</receiver> |
||
886 | <slot>angleSpin_valueChanged(int)</slot> |
||
887 | </connection> |
||
888 | <connection> |
||
889 | <sender>typeCombo</sender> |
||
890 | <signal>activated(int)</signal> |
||
891 | <receiver>CWDialogBase</receiver> |
||
892 | <slot>typeCombo_activated(int)</slot> |
||
893 | </connection> |
||
894 | <connection> |
||
895 | <sender>defectCombo</sender> |
||
896 | <signal>activated(int)</signal> |
||
897 | <receiver>CWDialogBase</receiver> |
||
898 | <slot>defectCombo_activated(int)</slot> |
||
899 | </connection> |
||
900 | <connection> |
||
901 | <sender>addButton</sender> |
||
902 | <signal>clicked()</signal> |
||
903 | <receiver>CWDialogBase</receiver> |
||
904 | <slot>addButton_clicked()</slot> |
||
905 | </connection> |
||
906 | <connection> |
||
907 | <sender>replaceButton</sender> |
||
908 | <signal>clicked()</signal> |
||
909 | <receiver>CWDialogBase</receiver> |
||
910 | <slot>replaceButton_clicked()</slot> |
||
911 | </connection> |
||
912 | <connection> |
||
913 | <sender>cancelButton</sender> |
||
914 | <signal>clicked()</signal> |
||
915 | <receiver>CWDialogBase</receiver> |
||
916 | <slot>cancelButton_clicked()</slot> |
||
917 | </connection> |
||
918 | <connection> |
||
919 | <sender>cSpin</sender> |
||
920 | <signal>valueChanged(int)</signal> |
||
921 | <receiver>CWDialogBase</receiver> |
||
922 | <slot>cSpin_valueChanged(int)</slot> |
||
923 | </connection> |
||
924 | <connection> |
||
925 | <sender>mSpin</sender> |
||
926 | <signal>valueChanged(int)</signal> |
||
927 | <receiver>CWDialogBase</receiver> |
||
928 | <slot>mSpin_valueChanged(int)</slot> |
||
929 | </connection> |
||
930 | <connection> |
||
931 | <sender>ySpin</sender> |
||
932 | <signal>valueChanged(int)</signal> |
||
933 | <receiver>CWDialogBase</receiver> |
||
934 | <slot>ySpin_valueChanged(int)</slot> |
||
935 | </connection> |
||
936 | <connection> |
||
937 | <sender>kSpin</sender> |
||
938 | <signal>valueChanged(int)</signal> |
||
939 | <receiver>CWDialogBase</receiver> |
||
940 | <slot>kSpin_valueChanged(int)</slot> |
||
941 | </connection> |
||
942 | <connection> |
||
943 | <sender>rSpin</sender> |
||
944 | <signal>valueChanged(int)</signal> |
||
945 | <receiver>CWDialogBase</receiver> |
||
946 | <slot>rSpin_valueChanged(int)</slot> |
||
947 | </connection> |
||
948 | <connection> |
||
949 | <sender>gSpin</sender> |
||
950 | <signal>valueChanged(int)</signal> |
||
951 | <receiver>CWDialogBase</receiver> |
||
952 | <slot>gSpin_valueChanged(int)</slot> |
||
953 | </connection> |
||
954 | <connection> |
||
955 | <sender>bSpin</sender> |
||
956 | <signal>valueChanged(int)</signal> |
||
957 | <receiver>CWDialogBase</receiver> |
||
958 | <slot>bSpin_valueChanged(int)</slot> |
||
959 | </connection> |
||
960 | </connections> |
||
961 | <slots> |
||
962 | <slot>colorspaceTab_currentChanged( QWidget * )</slot> |
||
963 | <slot>angleSpin_valueChanged( int )</slot> |
||
964 | <slot>typeCombo_activated( int )</slot> |
||
965 | <slot>defectCombo_activated( int )</slot> |
||
966 | <slot>addButton_clicked()</slot> |
||
967 | <slot>replaceButton_clicked()</slot> |
||
968 | <slot>cancelButton_clicked()</slot> |
||
969 | <slot>cSpin_valueChanged( int )</slot> |
||
970 | <slot>mSpin_valueChanged( int )</slot> |
||
971 | <slot>ySpin_valueChanged( int )</slot> |
||
972 | <slot>kSpin_valueChanged( int )</slot> |
||
973 | <slot>rSpin_valueChanged( int )</slot> |
||
974 | <slot>gSpin_valueChanged( int )</slot> |
||
975 | <slot>bSpin_valueChanged( int )</slot> |
||
976 | </slots> |
||
977 | <layoutdefaults spacing="6" margin="11"/> |
||
978 | <includehints> |
||
979 | <includehint>colorwheelwidget.h</includehint> |
||
980 | <includehint>colorm.h</includehint> |
||
981 | <includehint>colorm.h</includehint> |
||
982 | </includehints> |
||
983 | </UI> |