Rev 12120 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8524 | subik | 1 | <ui version="4.0" > |
2 | <class>PicStatus</class> |
||
3 | <widget class="QDialog" name="PicStatus" > |
||
9943 | fschmid | 4 | <property name="windowModality" > |
5 | <enum>Qt::WindowModal</enum> |
||
6 | </property> |
||
8524 | subik | 7 | <property name="geometry" > |
8 | <rect> |
||
9 | <x>0</x> |
||
10 | <y>0</y> |
||
12489 | cbradney | 11 | <width>764</width> |
12 | <height>464</height> |
||
8524 | subik | 13 | </rect> |
14 | </property> |
||
15 | <property name="windowTitle" > |
||
11439 | cbradney | 16 | <string>Manage Images</string> |
8524 | subik | 17 | </property> |
18 | <layout class="QVBoxLayout" > |
||
19 | <property name="spacing" > |
||
20 | <number>5</number> |
||
21 | </property> |
||
12489 | cbradney | 22 | <property name="margin" > |
10764 | cbradney | 23 | <number>10</number> |
24 | </property> |
||
8524 | subik | 25 | <item> |
9943 | fschmid | 26 | <widget class="QListWidget" name="imageViewArea" > |
8524 | subik | 27 | <property name="minimumSize" > |
28 | <size> |
||
9943 | fschmid | 29 | <width>0</width> |
30 | <height>150</height> |
||
8524 | subik | 31 | </size> |
32 | </property> |
||
9943 | fschmid | 33 | <property name="dragDropMode" > |
34 | <enum>QAbstractItemView::NoDragDrop</enum> |
||
8524 | subik | 35 | </property> |
9943 | fschmid | 36 | <property name="movement" > |
37 | <enum>QListView::Static</enum> |
||
8524 | subik | 38 | </property> |
9943 | fschmid | 39 | <property name="flow" > |
40 | <enum>QListView::LeftToRight</enum> |
||
8524 | subik | 41 | </property> |
9943 | fschmid | 42 | <property name="isWrapping" stdset="0" > |
43 | <bool>true</bool> |
||
44 | </property> |
||
45 | <property name="resizeMode" > |
||
46 | <enum>QListView::Adjust</enum> |
||
47 | </property> |
||
48 | <property name="spacing" > |
||
49 | <number>5</number> |
||
50 | </property> |
||
51 | <property name="viewMode" > |
||
52 | <enum>QListView::IconMode</enum> |
||
53 | </property> |
||
54 | <property name="wordWrap" > |
||
55 | <bool>true</bool> |
||
56 | </property> |
||
8524 | subik | 57 | </widget> |
58 | </item> |
||
59 | <item> |
||
60 | <widget class="QTabWidget" name="workTab" > |
||
61 | <property name="sizePolicy" > |
||
10764 | cbradney | 62 | <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
8524 | subik | 63 | <horstretch>0</horstretch> |
64 | <verstretch>0</verstretch> |
||
65 | </sizepolicy> |
||
66 | </property> |
||
12489 | cbradney | 67 | <property name="toolTip" > |
68 | <string/> |
||
69 | </property> |
||
9943 | fschmid | 70 | <property name="currentIndex" > |
11795 | cbradney | 71 | <number>0</number> |
9943 | fschmid | 72 | </property> |
8524 | subik | 73 | <widget class="QWidget" name="tabInfo" > |
12489 | cbradney | 74 | <property name="geometry" > |
75 | <rect> |
||
76 | <x>0</x> |
||
77 | <y>0</y> |
||
78 | <width>736</width> |
||
79 | <height>181</height> |
||
80 | </rect> |
||
81 | </property> |
||
8524 | subik | 82 | <attribute name="title" > |
83 | <string>Information</string> |
||
84 | </attribute> |
||
12489 | cbradney | 85 | <layout class="QVBoxLayout" name="verticalLayout_2" > |
8524 | subik | 86 | <item> |
12489 | cbradney | 87 | <layout class="QHBoxLayout" name="horizontalLayout_3" > |
88 | <item> |
||
89 | <layout class="QFormLayout" name="formLayout_4" > |
||
90 | <item row="0" column="0" > |
||
91 | <widget class="QLabel" name="textLabel1" > |
||
92 | <property name="sizePolicy" > |
||
93 | <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > |
||
94 | <horstretch>0</horstretch> |
||
95 | <verstretch>0</verstretch> |
||
96 | </sizepolicy> |
||
97 | </property> |
||
98 | <property name="minimumSize" > |
||
99 | <size> |
||
100 | <width>70</width> |
||
101 | <height>0</height> |
||
102 | </size> |
||
103 | </property> |
||
104 | <property name="text" > |
||
105 | <string>Name:</string> |
||
106 | </property> |
||
107 | <property name="wordWrap" > |
||
108 | <bool>false</bool> |
||
109 | </property> |
||
110 | </widget> |
||
111 | </item> |
||
112 | <item row="0" column="1" > |
||
113 | <widget class="QLabel" name="displayName" > |
||
114 | <property name="sizePolicy" > |
||
115 | <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > |
||
116 | <horstretch>0</horstretch> |
||
117 | <verstretch>0</verstretch> |
||
118 | </sizepolicy> |
||
119 | </property> |
||
120 | <property name="minimumSize" > |
||
121 | <size> |
||
122 | <width>220</width> |
||
123 | <height>0</height> |
||
124 | </size> |
||
125 | </property> |
||
126 | <property name="toolTip" > |
||
127 | <string>Name of the image file</string> |
||
128 | </property> |
||
129 | <property name="text" > |
||
130 | <string/> |
||
131 | </property> |
||
132 | <property name="alignment" > |
||
133 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
134 | </property> |
||
135 | <property name="wordWrap" > |
||
136 | <bool>false</bool> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </item> |
||
140 | <item row="1" column="0" > |
||
141 | <widget class="QLabel" name="textLabel3" > |
||
142 | <property name="sizePolicy" > |
||
143 | <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > |
||
144 | <horstretch>0</horstretch> |
||
145 | <verstretch>0</verstretch> |
||
146 | </sizepolicy> |
||
147 | </property> |
||
148 | <property name="minimumSize" > |
||
149 | <size> |
||
150 | <width>70</width> |
||
151 | <height>0</height> |
||
152 | </size> |
||
153 | </property> |
||
154 | <property name="text" > |
||
155 | <string>Path:</string> |
||
156 | </property> |
||
157 | <property name="wordWrap" > |
||
158 | <bool>false</bool> |
||
159 | </property> |
||
160 | </widget> |
||
161 | </item> |
||
162 | <item row="1" column="1" > |
||
163 | <widget class="QLabel" name="displayPath" > |
||
164 | <property name="sizePolicy" > |
||
165 | <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > |
||
166 | <horstretch>0</horstretch> |
||
167 | <verstretch>0</verstretch> |
||
168 | </sizepolicy> |
||
169 | </property> |
||
170 | <property name="minimumSize" > |
||
171 | <size> |
||
172 | <width>220</width> |
||
173 | <height>0</height> |
||
174 | </size> |
||
175 | </property> |
||
176 | <property name="toolTip" > |
||
177 | <string>Location where the image file is stored</string> |
||
178 | </property> |
||
179 | <property name="text" > |
||
180 | <string/> |
||
181 | </property> |
||
182 | <property name="alignment" > |
||
183 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
184 | </property> |
||
185 | <property name="wordWrap" > |
||
186 | <bool>false</bool> |
||
187 | </property> |
||
188 | </widget> |
||
189 | </item> |
||
190 | </layout> |
||
9943 | fschmid | 191 | </item> |
12489 | cbradney | 192 | <item> |
193 | <widget class="QPushButton" name="searchButton" > |
||
194 | <property name="toolTip" > |
||
195 | <string>Search for a missing image</string> |
||
8524 | subik | 196 | </property> |
197 | <property name="text" > |
||
198 | <string>Search...</string> |
||
199 | </property> |
||
200 | <property name="autoDefault" > |
||
201 | <bool>false</bool> |
||
202 | </property> |
||
203 | <property name="flat" > |
||
204 | <bool>false</bool> |
||
205 | </property> |
||
206 | </widget> |
||
207 | </item> |
||
208 | </layout> |
||
209 | </item> |
||
210 | <item> |
||
12489 | cbradney | 211 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
8524 | subik | 212 | <item> |
9943 | fschmid | 213 | <widget class="QGroupBox" name="groupImage" > |
8524 | subik | 214 | <property name="title" > |
215 | <string>Image</string> |
||
216 | </property> |
||
12489 | cbradney | 217 | <layout class="QFormLayout" name="formLayout" > |
218 | <item row="0" column="0" > |
||
219 | <widget class="QLabel" name="textLabel6" > |
||
8524 | subik | 220 | <property name="text" > |
12489 | cbradney | 221 | <string>Format:</string> |
8524 | subik | 222 | </property> |
12489 | cbradney | 223 | <property name="alignment" > |
224 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
8524 | subik | 225 | </property> |
226 | <property name="wordWrap" > |
||
227 | <bool>false</bool> |
||
228 | </property> |
||
229 | </widget> |
||
230 | </item> |
||
231 | <item row="0" column="1" > |
||
232 | <widget class="QLabel" name="displayFormat" > |
||
233 | <property name="minimumSize" > |
||
234 | <size> |
||
235 | <width>70</width> |
||
236 | <height>0</height> |
||
237 | </size> |
||
238 | </property> |
||
12489 | cbradney | 239 | <property name="toolTip" > |
240 | <string>Type of the image</string> |
||
241 | </property> |
||
8524 | subik | 242 | <property name="text" > |
243 | <string/> |
||
244 | </property> |
||
245 | <property name="wordWrap" > |
||
246 | <bool>false</bool> |
||
247 | </property> |
||
248 | </widget> |
||
249 | </item> |
||
9943 | fschmid | 250 | <item row="1" column="0" > |
251 | <widget class="QLabel" name="textLabel5_2" > |
||
12489 | cbradney | 252 | <property name="toolTip" > |
253 | <string>The colorspace of the image</string> |
||
254 | </property> |
||
9943 | fschmid | 255 | <property name="text" > |
256 | <string>Colorspace:</string> |
||
8524 | subik | 257 | </property> |
9943 | fschmid | 258 | <property name="alignment" > |
259 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
260 | </property> |
||
261 | <property name="wordWrap" > |
||
262 | <bool>false</bool> |
||
263 | </property> |
||
264 | </widget> |
||
265 | </item> |
||
12489 | cbradney | 266 | <item row="1" column="1" > |
267 | <widget class="QLabel" name="displayColorspace" > |
||
268 | <property name="minimumSize" > |
||
269 | <size> |
||
270 | <width>70</width> |
||
271 | <height>0</height> |
||
272 | </size> |
||
273 | </property> |
||
274 | <property name="toolTip" > |
||
275 | <string>Colorspace used within the image, eg RGB or CMYK</string> |
||
276 | </property> |
||
8524 | subik | 277 | <property name="text" > |
12489 | cbradney | 278 | <string/> |
8524 | subik | 279 | </property> |
280 | <property name="wordWrap" > |
||
281 | <bool>false</bool> |
||
282 | </property> |
||
283 | </widget> |
||
284 | </item> |
||
9943 | fschmid | 285 | <item row="2" column="0" > |
286 | <widget class="QLabel" name="textLabel1_2" > |
||
8524 | subik | 287 | <property name="text" > |
9943 | fschmid | 288 | <string>DPI:</string> |
8524 | subik | 289 | </property> |
9943 | fschmid | 290 | <property name="alignment" > |
291 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
292 | </property> |
||
8524 | subik | 293 | <property name="wordWrap" > |
294 | <bool>false</bool> |
||
295 | </property> |
||
296 | </widget> |
||
297 | </item> |
||
9943 | fschmid | 298 | <item row="2" column="1" > |
12489 | cbradney | 299 | <widget class="QLabel" name="displayDPI" > |
9943 | fschmid | 300 | <property name="minimumSize" > |
301 | <size> |
||
12489 | cbradney | 302 | <width>70</width> |
9943 | fschmid | 303 | <height>0</height> |
304 | </size> |
||
8524 | subik | 305 | </property> |
12489 | cbradney | 306 | <property name="toolTip" > |
307 | <string>Native resolution of the image, in dots per inch</string> |
||
8524 | subik | 308 | </property> |
309 | <property name="text" > |
||
310 | <string/> |
||
311 | </property> |
||
312 | <property name="wordWrap" > |
||
313 | <bool>false</bool> |
||
314 | </property> |
||
315 | </widget> |
||
316 | </item> |
||
12489 | cbradney | 317 | </layout> |
318 | </widget> |
||
319 | </item> |
||
320 | <item> |
||
321 | <widget class="QGroupBox" name="groupSize" > |
||
322 | <property name="title" > |
||
323 | <string>Size</string> |
||
324 | </property> |
||
325 | <layout class="QFormLayout" name="formLayout_2" > |
||
326 | <item row="0" column="0" > |
||
327 | <widget class="QLabel" name="textLabel9" > |
||
8524 | subik | 328 | <property name="text" > |
12489 | cbradney | 329 | <string>Pixels:</string> |
8524 | subik | 330 | </property> |
331 | <property name="wordWrap" > |
||
332 | <bool>false</bool> |
||
333 | </property> |
||
334 | </widget> |
||
335 | </item> |
||
9943 | fschmid | 336 | <item row="0" column="1" > |
337 | <widget class="QLabel" name="displaySizePixel" > |
||
8524 | subik | 338 | <property name="minimumSize" > |
339 | <size> |
||
340 | <width>120</width> |
||
341 | <height>0</height> |
||
342 | </size> |
||
343 | </property> |
||
12489 | cbradney | 344 | <property name="toolTip" > |
345 | <string>Height and width of the image</string> |
||
346 | </property> |
||
8524 | subik | 347 | <property name="text" > |
348 | <string/> |
||
349 | </property> |
||
350 | <property name="wordWrap" > |
||
351 | <bool>false</bool> |
||
352 | </property> |
||
353 | </widget> |
||
354 | </item> |
||
9943 | fschmid | 355 | <item row="1" column="0" > |
356 | <widget class="QLabel" name="textLabel10" > |
||
357 | <property name="text" > |
||
358 | <string>Scale:</string> |
||
8524 | subik | 359 | </property> |
9943 | fschmid | 360 | <property name="wordWrap" > |
361 | <bool>false</bool> |
||
362 | </property> |
||
363 | </widget> |
||
364 | </item> |
||
12489 | cbradney | 365 | <item row="1" column="1" > |
366 | <widget class="QLabel" name="displayScale" > |
||
9943 | fschmid | 367 | <property name="minimumSize" > |
368 | <size> |
||
12489 | cbradney | 369 | <width>120</width> |
9943 | fschmid | 370 | <height>0</height> |
371 | </size> |
||
372 | </property> |
||
12489 | cbradney | 373 | <property name="toolTip" > |
374 | <string>Horizontal and vertical scaling applied to the image</string> |
||
375 | </property> |
||
8524 | subik | 376 | <property name="text" > |
9943 | fschmid | 377 | <string/> |
8524 | subik | 378 | </property> |
379 | <property name="wordWrap" > |
||
380 | <bool>false</bool> |
||
381 | </property> |
||
382 | </widget> |
||
383 | </item> |
||
12489 | cbradney | 384 | <item row="2" column="0" > |
385 | <widget class="QLabel" name="textLabel1_4" > |
||
8524 | subik | 386 | <property name="text" > |
12489 | cbradney | 387 | <string>Printed:</string> |
8524 | subik | 388 | </property> |
389 | <property name="wordWrap" > |
||
390 | <bool>false</bool> |
||
391 | </property> |
||
392 | </widget> |
||
393 | </item> |
||
12489 | cbradney | 394 | <item row="2" column="1" > |
395 | <widget class="QLabel" name="displayPrintSize" > |
||
396 | <property name="sizePolicy" > |
||
397 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
||
398 | <horstretch>0</horstretch> |
||
399 | <verstretch>0</verstretch> |
||
400 | </sizepolicy> |
||
401 | </property> |
||
9943 | fschmid | 402 | <property name="minimumSize" > |
403 | <size> |
||
12489 | cbradney | 404 | <width>120</width> |
9943 | fschmid | 405 | <height>0</height> |
406 | </size> |
||
407 | </property> |
||
12489 | cbradney | 408 | <property name="toolTip" > |
409 | <string>Size of the image when printed</string> |
||
410 | </property> |
||
8524 | subik | 411 | <property name="text" > |
9943 | fschmid | 412 | <string/> |
8524 | subik | 413 | </property> |
414 | <property name="wordWrap" > |
||
415 | <bool>false</bool> |
||
416 | </property> |
||
417 | </widget> |
||
418 | </item> |
||
12489 | cbradney | 419 | </layout> |
420 | </widget> |
||
421 | </item> |
||
422 | <item> |
||
423 | <widget class="QGroupBox" name="groupLayout" > |
||
424 | <property name="title" > |
||
425 | <string>Layout</string> |
||
426 | </property> |
||
427 | <layout class="QHBoxLayout" name="horizontalLayout" > |
||
428 | <item> |
||
429 | <layout class="QFormLayout" name="formLayout_3" > |
||
430 | <item row="0" column="0" > |
||
431 | <widget class="QLabel" name="textLabel5" > |
||
432 | <property name="text" > |
||
433 | <string>On Page:</string> |
||
434 | </property> |
||
435 | <property name="wordWrap" > |
||
436 | <bool>false</bool> |
||
437 | </property> |
||
438 | </widget> |
||
439 | </item> |
||
440 | <item row="0" column="1" > |
||
441 | <widget class="QLabel" name="displayPage" > |
||
442 | <property name="minimumSize" > |
||
443 | <size> |
||
444 | <width>70</width> |
||
445 | <height>0</height> |
||
446 | </size> |
||
447 | </property> |
||
448 | <property name="toolTip" > |
||
449 | <string>Page that the image is displayed on</string> |
||
450 | </property> |
||
451 | <property name="text" > |
||
452 | <string/> |
||
453 | </property> |
||
454 | <property name="wordWrap" > |
||
455 | <bool>false</bool> |
||
456 | </property> |
||
457 | </widget> |
||
458 | </item> |
||
459 | <item row="1" column="0" > |
||
460 | <widget class="QLabel" name="textLabel1_3" > |
||
461 | <property name="text" > |
||
462 | <string>Page Item:</string> |
||
463 | </property> |
||
464 | <property name="wordWrap" > |
||
465 | <bool>false</bool> |
||
466 | </property> |
||
467 | </widget> |
||
468 | </item> |
||
469 | <item row="1" column="1" > |
||
470 | <widget class="QLabel" name="displayObjekt" > |
||
471 | <property name="minimumSize" > |
||
472 | <size> |
||
473 | <width>70</width> |
||
474 | <height>0</height> |
||
475 | </size> |
||
476 | </property> |
||
477 | <property name="toolTip" > |
||
478 | <string>Name of the page item that contains the image</string> |
||
479 | </property> |
||
480 | <property name="text" > |
||
481 | <string/> |
||
482 | </property> |
||
483 | <property name="wordWrap" > |
||
484 | <bool>false</bool> |
||
485 | </property> |
||
486 | </widget> |
||
487 | </item> |
||
488 | <item row="2" column="0" > |
||
489 | <widget class="QLabel" name="textLabel2" > |
||
490 | <property name="text" > |
||
491 | <string>Effective DPI:</string> |
||
492 | </property> |
||
493 | <property name="alignment" > |
||
494 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
||
495 | </property> |
||
496 | <property name="wordWrap" > |
||
497 | <bool>false</bool> |
||
498 | </property> |
||
499 | </widget> |
||
500 | </item> |
||
501 | <item row="2" column="1" > |
||
502 | <widget class="QLabel" name="displayEffDPI" > |
||
503 | <property name="minimumSize" > |
||
504 | <size> |
||
505 | <width>70</width> |
||
506 | <height>0</height> |
||
507 | </size> |
||
508 | </property> |
||
509 | <property name="toolTip" > |
||
510 | <string>Effective resolution of the image after scaling</string> |
||
511 | </property> |
||
512 | <property name="text" > |
||
513 | <string/> |
||
514 | </property> |
||
515 | <property name="wordWrap" > |
||
516 | <bool>false</bool> |
||
517 | </property> |
||
518 | </widget> |
||
519 | </item> |
||
520 | </layout> |
||
8524 | subik | 521 | </item> |
12489 | cbradney | 522 | <item> |
523 | <layout class="QVBoxLayout" name="verticalLayout" > |
||
524 | <item> |
||
525 | <widget class="QPushButton" name="goPageButton" > |
||
526 | <property name="toolTip" > |
||
527 | <string>Move to the page that the image is on</string> |
||
528 | </property> |
||
529 | <property name="text" > |
||
530 | <string>Go to</string> |
||
531 | </property> |
||
532 | <property name="autoDefault" > |
||
533 | <bool>false</bool> |
||
534 | </property> |
||
535 | <property name="flat" > |
||
536 | <bool>false</bool> |
||
537 | </property> |
||
538 | </widget> |
||
539 | </item> |
||
540 | <item> |
||
541 | <widget class="QPushButton" name="selectButton" > |
||
542 | <property name="toolTip" > |
||
543 | <string>Move to the page that the item is on and select it</string> |
||
544 | </property> |
||
545 | <property name="text" > |
||
546 | <string>Select</string> |
||
547 | </property> |
||
548 | <property name="autoDefault" > |
||
549 | <bool>false</bool> |
||
550 | </property> |
||
551 | <property name="flat" > |
||
552 | <bool>false</bool> |
||
553 | </property> |
||
554 | </widget> |
||
555 | </item> |
||
556 | </layout> |
||
8524 | subik | 557 | </item> |
558 | </layout> |
||
559 | </widget> |
||
560 | </item> |
||
561 | </layout> |
||
562 | </item> |
||
563 | </layout> |
||
564 | </widget> |
||
565 | <widget class="QWidget" name="tabTasks" > |
||
12489 | cbradney | 566 | <property name="geometry" > |
567 | <rect> |
||
568 | <x>0</x> |
||
569 | <y>0</y> |
||
570 | <width>807</width> |
||
571 | <height>181</height> |
||
572 | </rect> |
||
573 | </property> |
||
8524 | subik | 574 | <attribute name="title" > |
575 | <string>Image Tools</string> |
||
576 | </attribute> |
||
9943 | fschmid | 577 | <layout class="QGridLayout" > |
12489 | cbradney | 578 | <property name="margin" > |
8524 | subik | 579 | <number>10</number> |
580 | </property> |
||
12489 | cbradney | 581 | <property name="spacing" > |
8524 | subik | 582 | <number>5</number> |
583 | </property> |
||
9943 | fschmid | 584 | <item row="0" column="0" > |
585 | <widget class="QCheckBox" name="isPrinting" > |
||
12489 | cbradney | 586 | <property name="toolTip" > |
587 | <string>Enable or disable exporting of the item</string> |
||
588 | </property> |
||
9943 | fschmid | 589 | <property name="text" > |
12489 | cbradney | 590 | <string>Export/Print Image</string> |
8524 | subik | 591 | </property> |
9943 | fschmid | 592 | </widget> |
593 | </item> |
||
594 | <item row="1" column="1" > |
||
595 | <widget class="QPushButton" name="buttonLayers" > |
||
12489 | cbradney | 596 | <property name="toolTip" > |
597 | <string>Set format specfic properties of certain image types, like clipping paths</string> |
||
598 | </property> |
||
9943 | fschmid | 599 | <property name="text" > |
10764 | cbradney | 600 | <string>Extended Image Properties...</string> |
8524 | subik | 601 | </property> |
9943 | fschmid | 602 | <property name="shortcut" > |
603 | <string/> |
||
604 | </property> |
||
605 | </widget> |
||
8524 | subik | 606 | </item> |
9943 | fschmid | 607 | <item row="0" column="1" > |
608 | <widget class="QPushButton" name="buttonEdit" > |
||
12489 | cbradney | 609 | <property name="toolTip" > |
610 | <string>Edit the image in the default editor</string> |
||
611 | </property> |
||
9943 | fschmid | 612 | <property name="text" > |
613 | <string>Edit Image...</string> |
||
614 | </property> |
||
615 | </widget> |
||
616 | </item> |
||
617 | <item row="1" column="0" > |
||
618 | <widget class="QCheckBox" name="isVisibleCheck" > |
||
12489 | cbradney | 619 | <property name="toolTip" > |
620 | <string>Make the image visible or invisible</string> |
||
621 | </property> |
||
9943 | fschmid | 622 | <property name="text" > |
623 | <string>Image Visible</string> |
||
624 | </property> |
||
625 | </widget> |
||
626 | </item> |
||
627 | <item row="0" column="2" > |
||
628 | <widget class="QPushButton" name="effectsButton" > |
||
12489 | cbradney | 629 | <property name="toolTip" > |
630 | <string>Apply non destructive effects to the image in its frame</string> |
||
631 | </property> |
||
9943 | fschmid | 632 | <property name="text" > |
633 | <string>Image Effects...</string> |
||
634 | </property> |
||
635 | </widget> |
||
636 | </item> |
||
637 | <item row="2" column="1" > |
||
8524 | subik | 638 | <spacer> |
639 | <property name="orientation" > |
||
640 | <enum>Qt::Vertical</enum> |
||
641 | </property> |
||
642 | <property name="sizeType" > |
||
643 | <enum>QSizePolicy::Expanding</enum> |
||
644 | </property> |
||
12489 | cbradney | 645 | <property name="sizeHint" stdset="0" > |
8524 | subik | 646 | <size> |
647 | <width>21</width> |
||
648 | <height>90</height> |
||
649 | </size> |
||
650 | </property> |
||
651 | </spacer> |
||
652 | </item> |
||
653 | </layout> |
||
654 | </widget> |
||
655 | </widget> |
||
656 | </item> |
||
657 | <item> |
||
658 | <layout class="QHBoxLayout" > |
||
659 | <property name="spacing" > |
||
9943 | fschmid | 660 | <number>5</number> |
8524 | subik | 661 | </property> |
12489 | cbradney | 662 | <property name="margin" > |
10764 | cbradney | 663 | <number>0</number> |
664 | </property> |
||
8524 | subik | 665 | <item> |
666 | <spacer> |
||
667 | <property name="orientation" > |
||
668 | <enum>Qt::Horizontal</enum> |
||
669 | </property> |
||
670 | <property name="sizeType" > |
||
671 | <enum>QSizePolicy::Expanding</enum> |
||
672 | </property> |
||
12489 | cbradney | 673 | <property name="sizeHint" stdset="0" > |
8524 | subik | 674 | <size> |
675 | <width>131</width> |
||
676 | <height>21</height> |
||
677 | </size> |
||
678 | </property> |
||
679 | </spacer> |
||
680 | </item> |
||
681 | <item> |
||
682 | <widget class="QPushButton" name="closeButton" > |
||
683 | <property name="text" > |
||
684 | <string>Close</string> |
||
685 | </property> |
||
686 | <property name="default" > |
||
687 | <bool>true</bool> |
||
688 | </property> |
||
689 | </widget> |
||
690 | </item> |
||
691 | </layout> |
||
692 | </item> |
||
693 | </layout> |
||
694 | </widget> |
||
9943 | fschmid | 695 | <layoutdefault spacing="5" margin="10" /> |
8524 | subik | 696 | <resources/> |
697 | <connections/> |
||
698 | </ui> |