Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | Werner | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>MainWindowClass</class> |
||
4 | <widget class="QMainWindow" name="MainWindowClass"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
19 | Werner | 9 | <width>869</width> |
10 | <height>551</height> |
||
3 | Werner | 11 | </rect> |
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>FON Studio</string> |
||
15 | </property> |
||
16 | <property name="windowIcon"> |
||
400 | werner | 17 | <iconset> |
131 | Werner | 18 | <normaloff>:/phone-icon.png</normaloff>:/phone-icon.png</iconset> |
3 | Werner | 19 | </property> |
20 | <widget class="QWidget" name="centralWidget"> |
||
259 | werner | 21 | <layout class="QGridLayout" name="gridLayout" rowstretch="0,5,2"> |
19 | Werner | 22 | <property name="margin"> |
23 | <number>3</number> |
||
24 | </property> |
||
25 | <property name="spacing"> |
||
26 | <number>3</number> |
||
27 | </property> |
||
259 | werner | 28 | <item row="0" column="0" colspan="2"> |
29 | <widget class="QWidget" name="mainCaption" native="true"> |
||
30 | <property name="minimumSize"> |
||
25 | Werner | 31 | <size> |
259 | werner | 32 | <width>0</width> |
33 | <height>40</height> |
||
25 | Werner | 34 | </size> |
35 | </property> |
||
36 | <property name="maximumSize"> |
||
37 | <size> |
||
38 | <width>16777215</width> |
||
39 | <height>40</height> |
||
40 | </size> |
||
41 | </property> |
||
42 | <widget class="QLabel" name="headerCaption"> |
||
43 | <property name="geometry"> |
||
44 | <rect> |
||
45 | <x>9</x> |
||
46 | <y>9</y> |
||
47 | <width>701</width> |
||
48 | <height>24</height> |
||
49 | </rect> |
||
50 | </property> |
||
51 | <property name="styleSheet"> |
||
52 | <string>font: 75 14pt "Verdana"; |
||
53 | color: rgb(85, 0, 0);</string> |
||
54 | </property> |
||
55 | <property name="text"> |
||
400 | werner | 56 | <string>Lightroom application</string> |
25 | Werner | 57 | </property> |
58 | <property name="textFormat"> |
||
59 | <enum>Qt::PlainText</enum> |
||
60 | </property> |
||
61 | </widget> |
||
62 | </widget> |
||
63 | </item> |
||
19 | Werner | 64 | <item row="1" column="0"> |
65 | <widget class="QStackedWidget" name="editStack"> |
||
66 | Werner | 66 | <property name="sizePolicy"> |
67 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
68 | <horstretch>0</horstretch> |
||
69 | <verstretch>0</verstretch> |
||
70 | </sizepolicy> |
||
71 | </property> |
||
72 | <property name="minimumSize"> |
||
73 | <size> |
||
74 | <width>400</width> |
||
75 | <height>0</height> |
||
76 | </size> |
||
77 | </property> |
||
19 | Werner | 78 | <property name="currentIndex"> |
259 | werner | 79 | <number>1</number> |
7 | Werner | 80 | </property> |
19 | Werner | 81 | <widget class="QWidget" name="pageXML"> |
82 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
3 | Werner | 83 | <item> |
7 | Werner | 84 | <layout class="QHBoxLayout" name="horizontalLayout"> |
85 | <item> |
||
86 | <widget class="QLineEdit" name="initFileName"> |
||
87 | <property name="text"> |
||
65 | Werner | 88 | <string>fon.xml</string> |
7 | Werner | 89 | </property> |
90 | </widget> |
||
91 | </item> |
||
92 | <item> |
||
400 | werner | 93 | <widget class="QPushButton" name="reloadFile"> |
94 | <property name="toolTip"> |
||
95 | <string>Reload file from drive</string> |
||
96 | </property> |
||
97 | <property name="text"> |
||
98 | <string>Reload</string> |
||
99 | </property> |
||
100 | </widget> |
||
101 | </item> |
||
102 | <item> |
||
65 | Werner | 103 | <widget class="QPushButton" name="openFile"> |
400 | werner | 104 | <property name="toolTip"> |
105 | <string>open file using file dialog</string> |
||
106 | </property> |
||
65 | Werner | 107 | <property name="text"> |
108 | <string>Open</string> |
||
109 | </property> |
||
110 | </widget> |
||
111 | </item> |
||
112 | <item> |
||
7 | Werner | 113 | <widget class="QPushButton" name="saveFile"> |
400 | werner | 114 | <property name="toolTip"> |
115 | <string>save current XML to file</string> |
||
116 | </property> |
||
7 | Werner | 117 | <property name="text"> |
118 | <string>Save</string> |
||
119 | </property> |
||
120 | </widget> |
||
121 | </item> |
||
122 | <item> |
||
123 | <widget class="QPushButton" name="applyXML"> |
||
400 | werner | 124 | <property name="toolTip"> |
125 | <string>load xml file into the system (necessary!)</string> |
||
126 | </property> |
||
7 | Werner | 127 | <property name="text"> |
128 | <string>Apply!</string> |
||
129 | </property> |
||
130 | </widget> |
||
131 | </item> |
||
132 | </layout> |
||
3 | Werner | 133 | </item> |
134 | <item> |
||
7 | Werner | 135 | <widget class="QTextEdit" name="iniEdit"> |
136 | <property name="enabled"> |
||
137 | <bool>true</bool> |
||
3 | Werner | 138 | </property> |
7 | Werner | 139 | <property name="sizePolicy"> |
140 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
||
141 | <horstretch>0</horstretch> |
||
142 | <verstretch>1</verstretch> |
||
143 | </sizepolicy> |
||
3 | Werner | 144 | </property> |
7 | Werner | 145 | <property name="maximumSize"> |
3 | Werner | 146 | <size> |
7 | Werner | 147 | <width>1000</width> |
148 | <height>16777215</height> |
||
3 | Werner | 149 | </size> |
150 | </property> |
||
151 | </widget> |
||
7 | Werner | 152 | </item> |
19 | Werner | 153 | </layout> |
154 | </widget> |
||
155 | <widget class="QWidget" name="pageLightroom"> |
||
156 | <widget class="QPushButton" name="pbCreateLightroom"> |
||
157 | <property name="geometry"> |
||
158 | <rect> |
||
159 | <x>10</x> |
||
160 | <y>20</y> |
||
161 | <width>171</width> |
||
162 | <height>23</height> |
||
163 | </rect> |
||
164 | </property> |
||
165 | <property name="text"> |
||
166 | <string>Create Lightroom</string> |
||
167 | </property> |
||
168 | </widget> |
||
23 | Werner | 169 | <widget class="QPushButton" name="testLRO"> |
170 | <property name="geometry"> |
||
171 | <rect> |
||
259 | werner | 172 | <x>260</x> |
173 | <y>210</y> |
||
23 | Werner | 174 | <width>75</width> |
175 | <height>23</height> |
||
176 | </rect> |
||
177 | </property> |
||
178 | <property name="text"> |
||
25 | Werner | 179 | <string>lro - test</string> |
23 | Werner | 180 | </property> |
181 | </widget> |
||
25 | Werner | 182 | <widget class="QLineEdit" name="lr_x"> |
183 | <property name="geometry"> |
||
184 | <rect> |
||
259 | werner | 185 | <x>30</x> |
186 | <y>150</y> |
||
25 | Werner | 187 | <width>41</width> |
188 | <height>20</height> |
||
189 | </rect> |
||
190 | </property> |
||
191 | <property name="text"> |
||
192 | <string>10</string> |
||
193 | </property> |
||
194 | </widget> |
||
195 | <widget class="QLineEdit" name="lr_z"> |
||
196 | <property name="geometry"> |
||
197 | <rect> |
||
259 | werner | 198 | <x>30</x> |
199 | <y>190</y> |
||
25 | Werner | 200 | <width>41</width> |
201 | <height>20</height> |
||
202 | </rect> |
||
203 | </property> |
||
204 | <property name="text"> |
||
205 | <string>5</string> |
||
206 | </property> |
||
207 | </widget> |
||
208 | <widget class="QLineEdit" name="lr_y"> |
||
209 | <property name="geometry"> |
||
210 | <rect> |
||
259 | werner | 211 | <x>30</x> |
212 | <y>170</y> |
||
25 | Werner | 213 | <width>41</width> |
214 | <height>20</height> |
||
215 | </rect> |
||
216 | </property> |
||
217 | <property name="text"> |
||
218 | <string>10</string> |
||
219 | </property> |
||
220 | </widget> |
||
221 | <widget class="QPushButton" name="lroTestHemi"> |
||
222 | <property name="geometry"> |
||
223 | <rect> |
||
259 | werner | 224 | <x>260</x> |
225 | <y>150</y> |
||
25 | Werner | 226 | <width>75</width> |
227 | <height>23</height> |
||
228 | </rect> |
||
229 | </property> |
||
230 | <property name="text"> |
||
231 | <string>Test Grid</string> |
||
232 | </property> |
||
233 | </widget> |
||
234 | <widget class="QPushButton" name="lrCalcFullGrid"> |
||
235 | <property name="geometry"> |
||
236 | <rect> |
||
259 | werner | 237 | <x>260</x> |
260 | werner | 238 | <y>240</y> |
25 | Werner | 239 | <width>81</width> |
240 | <height>23</height> |
||
241 | </rect> |
||
242 | </property> |
||
243 | <property name="text"> |
||
244 | <string>calc full grid</string> |
||
245 | </property> |
||
246 | </widget> |
||
247 | <widget class="QPushButton" name="lrLightGrid"> |
||
248 | <property name="geometry"> |
||
249 | <rect> |
||
259 | werner | 250 | <x>40</x> |
251 | <y>230</y> |
||
25 | Werner | 252 | <width>75</width> |
253 | <height>23</height> |
||
254 | </rect> |
||
255 | </property> |
||
256 | <property name="text"> |
||
257 | <string>draw lightgrid</string> |
||
258 | </property> |
||
259 | </widget> |
||
260 | <widget class="QSlider" name="lrSliderX"> |
||
261 | <property name="geometry"> |
||
262 | <rect> |
||
259 | werner | 263 | <x>80</x> |
264 | <y>150</y> |
||
25 | Werner | 265 | <width>160</width> |
266 | <height>21</height> |
||
267 | </rect> |
||
268 | </property> |
||
269 | <property name="minimum"> |
||
270 | <number>-50</number> |
||
271 | </property> |
||
272 | <property name="maximum"> |
||
273 | <number>50</number> |
||
274 | </property> |
||
275 | <property name="orientation"> |
||
276 | <enum>Qt::Horizontal</enum> |
||
277 | </property> |
||
278 | </widget> |
||
279 | <widget class="QSlider" name="lrSliderY"> |
||
280 | <property name="geometry"> |
||
281 | <rect> |
||
259 | werner | 282 | <x>80</x> |
283 | <y>170</y> |
||
25 | Werner | 284 | <width>160</width> |
285 | <height>21</height> |
||
286 | </rect> |
||
287 | </property> |
||
288 | <property name="minimum"> |
||
289 | <number>-50</number> |
||
290 | </property> |
||
291 | <property name="maximum"> |
||
292 | <number>50</number> |
||
293 | </property> |
||
294 | <property name="orientation"> |
||
295 | <enum>Qt::Horizontal</enum> |
||
296 | </property> |
||
297 | </widget> |
||
298 | <widget class="QSlider" name="lrSliderZ"> |
||
299 | <property name="geometry"> |
||
300 | <rect> |
||
259 | werner | 301 | <x>80</x> |
302 | <y>190</y> |
||
25 | Werner | 303 | <width>160</width> |
304 | <height>21</height> |
||
305 | </rect> |
||
306 | </property> |
||
307 | <property name="maximum"> |
||
308 | <number>50</number> |
||
309 | </property> |
||
310 | <property name="orientation"> |
||
311 | <enum>Qt::Horizontal</enum> |
||
312 | </property> |
||
313 | </widget> |
||
26 | Werner | 314 | <widget class="QLineEdit" name="lrAzim"> |
315 | <property name="geometry"> |
||
316 | <rect> |
||
259 | werner | 317 | <x>150</x> |
318 | <y>230</y> |
||
26 | Werner | 319 | <width>41</width> |
320 | <height>20</height> |
||
321 | </rect> |
||
322 | </property> |
||
323 | <property name="text"> |
||
324 | <string>0</string> |
||
325 | </property> |
||
326 | </widget> |
||
327 | <widget class="QLineEdit" name="lrElevation"> |
||
328 | <property name="geometry"> |
||
329 | <rect> |
||
259 | werner | 330 | <x>200</x> |
331 | <y>230</y> |
||
26 | Werner | 332 | <width>41</width> |
333 | <height>20</height> |
||
334 | </rect> |
||
335 | </property> |
||
336 | <property name="text"> |
||
337 | <string>45</string> |
||
338 | </property> |
||
339 | </widget> |
||
340 | <widget class="QLabel" name="label_4"> |
||
341 | <property name="geometry"> |
||
342 | <rect> |
||
259 | werner | 343 | <x>150</x> |
344 | <y>210</y> |
||
26 | Werner | 345 | <width>46</width> |
346 | <height>14</height> |
||
347 | </rect> |
||
348 | </property> |
||
349 | <property name="text"> |
||
350 | <string>Azimuth</string> |
||
351 | </property> |
||
352 | </widget> |
||
353 | <widget class="QLabel" name="label_5"> |
||
354 | <property name="geometry"> |
||
355 | <rect> |
||
259 | werner | 356 | <x>200</x> |
357 | <y>210</y> |
||
26 | Werner | 358 | <width>46</width> |
359 | <height>14</height> |
||
360 | </rect> |
||
361 | </property> |
||
362 | <property name="text"> |
||
363 | <string>Elevation</string> |
||
364 | </property> |
||
365 | </widget> |
||
30 | Werner | 366 | <widget class="QPushButton" name="lrProcess"> |
367 | <property name="geometry"> |
||
368 | <rect> |
||
259 | werner | 369 | <x>10</x> |
370 | <y>80</y> |
||
44 | Werner | 371 | <width>141</width> |
30 | Werner | 372 | <height>23</height> |
373 | </rect> |
||
374 | </property> |
||
375 | <property name="text"> |
||
44 | Werner | 376 | <string>Create "writer" stamps</string> |
30 | Werner | 377 | </property> |
378 | </widget> |
||
31 | Werner | 379 | <widget class="QLabel" name="lrHemiValue"> |
380 | <property name="geometry"> |
||
381 | <rect> |
||
259 | werner | 382 | <x>296</x> |
383 | <y>180</y> |
||
384 | <width>20</width> |
||
385 | <height>20</height> |
||
31 | Werner | 386 | </rect> |
387 | </property> |
||
388 | <property name="text"> |
||
389 | <string>0</string> |
||
390 | </property> |
||
391 | </widget> |
||
35 | Werner | 392 | <widget class="QPushButton" name="lrLoadStamps"> |
393 | <property name="geometry"> |
||
394 | <rect> |
||
259 | werner | 395 | <x>10</x> |
396 | <y>110</y> |
||
44 | Werner | 397 | <width>141</width> |
35 | Werner | 398 | <height>23</height> |
399 | </rect> |
||
400 | </property> |
||
401 | <property name="text"> |
||
44 | Werner | 402 | <string>Test load Stamps</string> |
35 | Werner | 403 | </property> |
404 | </widget> |
||
40 | Werner | 405 | <widget class="QPushButton" name="lrReadStamps"> |
406 | <property name="geometry"> |
||
407 | <rect> |
||
259 | werner | 408 | <x>10</x> |
409 | <y>50</y> |
||
44 | Werner | 410 | <width>141</width> |
40 | Werner | 411 | <height>23</height> |
412 | </rect> |
||
413 | </property> |
||
414 | <property name="text"> |
||
44 | Werner | 415 | <string>Create "reader" stamps</string> |
40 | Werner | 416 | </property> |
417 | </widget> |
||
19 | Werner | 418 | </widget> |
419 | <widget class="QWidget" name="pageFON"> |
||
259 | werner | 420 | <layout class="QVBoxLayout" name="verticalLayout_2"/> |
7 | Werner | 421 | </widget> |
422 | </widget> |
||
3 | Werner | 423 | </item> |
259 | werner | 424 | <item row="1" column="1"> |
425 | <widget class="PaintArea" name="PaintWidget" native="true"> |
||
426 | <property name="sizePolicy"> |
||
427 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
||
428 | <horstretch>2</horstretch> |
||
429 | <verstretch>0</verstretch> |
||
430 | </sizepolicy> |
||
431 | </property> |
||
432 | <property name="cursor"> |
||
433 | <cursorShape>CrossCursor</cursorShape> |
||
434 | </property> |
||
435 | <property name="autoFillBackground"> |
||
436 | <bool>true</bool> |
||
437 | </property> |
||
438 | </widget> |
||
439 | </item> |
||
440 | <item row="2" column="0" colspan="2"> |
||
441 | <widget class="QPlainTextEdit" name="logOutput"> |
||
442 | <property name="sizePolicy"> |
||
443 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
||
444 | <horstretch>0</horstretch> |
||
445 | <verstretch>2</verstretch> |
||
446 | </sizepolicy> |
||
447 | </property> |
||
448 | <property name="maximumSize"> |
||
449 | <size> |
||
450 | <width>16777215</width> |
||
451 | <height>200</height> |
||
452 | </size> |
||
453 | </property> |
||
454 | </widget> |
||
455 | </item> |
||
3 | Werner | 456 | </layout> |
457 | </widget> |
||
458 | <widget class="QMenuBar" name="menuBar"> |
||
459 | <property name="geometry"> |
||
460 | <rect> |
||
461 | <x>0</x> |
||
462 | <y>0</y> |
||
19 | Werner | 463 | <width>869</width> |
400 | werner | 464 | <height>20</height> |
3 | Werner | 465 | </rect> |
466 | </property> |
||
67 | Werner | 467 | <widget class="QMenu" name="menuOutput_menu"> |
468 | <property name="title"> |
||
469 | <string>Output-menu</string> |
||
470 | </property> |
||
471 | <addaction name="actionTreelist"/> |
||
472 | <addaction name="actionFON_grid"/> |
||
473 | </widget> |
||
474 | <addaction name="menuOutput_menu"/> |
||
3 | Werner | 475 | </widget> |
476 | <widget class="QToolBar" name="mainToolBar"> |
||
19 | Werner | 477 | <property name="iconSize"> |
478 | <size> |
||
479 | <width>32</width> |
||
480 | <height>32</height> |
||
481 | </size> |
||
482 | </property> |
||
483 | <property name="toolButtonStyle"> |
||
484 | <enum>Qt::ToolButtonTextUnderIcon</enum> |
||
485 | </property> |
||
3 | Werner | 486 | <attribute name="toolBarArea"> |
19 | Werner | 487 | <enum>LeftToolBarArea</enum> |
3 | Werner | 488 | </attribute> |
489 | <attribute name="toolBarBreak"> |
||
490 | <bool>false</bool> |
||
491 | </attribute> |
||
19 | Werner | 492 | <addaction name="actionEdit_XML_settings"/> |
493 | <addaction name="actionLightroom"/> |
||
3 | Werner | 494 | </widget> |
495 | <widget class="QStatusBar" name="statusBar"/> |
||
19 | Werner | 496 | <action name="actionLightroom"> |
497 | <property name="icon"> |
||
400 | werner | 498 | <iconset> |
19 | Werner | 499 | <normaloff>:/camera.png</normaloff>:/camera.png</iconset> |
500 | </property> |
||
501 | <property name="text"> |
||
502 | <string>Lightroom</string> |
||
503 | </property> |
||
504 | <property name="toolTip"> |
||
505 | <string>switch to lightroom</string> |
||
506 | </property> |
||
507 | </action> |
||
508 | <action name="actionEdit_XML_settings"> |
||
509 | <property name="icon"> |
||
400 | werner | 510 | <iconset> |
19 | Werner | 511 | <normaloff>:/source_xml.png</normaloff>:/source_xml.png</iconset> |
512 | </property> |
||
513 | <property name="text"> |
||
514 | <string>XML settings</string> |
||
515 | </property> |
||
516 | </action> |
||
67 | Werner | 517 | <action name="actionTreelist"> |
518 | <property name="text"> |
||
519 | <string>treelist</string> |
||
520 | </property> |
||
521 | </action> |
||
522 | <action name="actionFON_grid"> |
||
523 | <property name="text"> |
||
524 | <string>FON grid</string> |
||
525 | </property> |
||
526 | </action> |
||
3 | Werner | 527 | </widget> |
528 | <layoutdefault spacing="6" margin="11"/> |
||
529 | <customwidgets> |
||
530 | <customwidget> |
||
531 | <class>PaintArea</class> |
||
532 | <extends>QWidget</extends> |
||
533 | <header>paintarea.h</header> |
||
534 | <container>1</container> |
||
535 | </customwidget> |
||
536 | </customwidgets> |
||
25 | Werner | 537 | <tabstops> |
538 | <tabstop>lr_x</tabstop> |
||
539 | <tabstop>lr_y</tabstop> |
||
540 | <tabstop>lr_z</tabstop> |
||
541 | <tabstop>iniEdit</tabstop> |
||
542 | <tabstop>pbCreateLightroom</tabstop> |
||
543 | <tabstop>logOutput</tabstop> |
||
544 | <tabstop>testLRO</tabstop> |
||
545 | <tabstop>initFileName</tabstop> |
||
546 | <tabstop>applyXML</tabstop> |
||
547 | <tabstop>saveFile</tabstop> |
||
548 | <tabstop>lroTestHemi</tabstop> |
||
549 | <tabstop>lrCalcFullGrid</tabstop> |
||
550 | <tabstop>lrLightGrid</tabstop> |
||
551 | </tabstops> |
||
400 | werner | 552 | <resources/> |
25 | Werner | 553 | <connections> |
554 | <connection> |
||
555 | <sender>lrSliderX</sender> |
||
556 | <signal>valueChanged(int)</signal> |
||
557 | <receiver>lroTestHemi</receiver> |
||
558 | <slot>click()</slot> |
||
559 | <hints> |
||
560 | <hint type="sourcelabel"> |
||
561 | <x>218</x> |
||
562 | <y>176</y> |
||
563 | </hint> |
||
564 | <hint type="destinationlabel"> |
||
565 | <x>173</x> |
||
566 | <y>242</y> |
||
567 | </hint> |
||
568 | </hints> |
||
569 | </connection> |
||
570 | <connection> |
||
571 | <sender>lrSliderY</sender> |
||
572 | <signal>valueChanged(int)</signal> |
||
573 | <receiver>lroTestHemi</receiver> |
||
574 | <slot>click()</slot> |
||
575 | <hints> |
||
576 | <hint type="sourcelabel"> |
||
577 | <x>280</x> |
||
578 | <y>198</y> |
||
579 | </hint> |
||
580 | <hint type="destinationlabel"> |
||
581 | <x>167</x> |
||
582 | <y>240</y> |
||
583 | </hint> |
||
584 | </hints> |
||
585 | </connection> |
||
586 | <connection> |
||
587 | <sender>lrSliderZ</sender> |
||
588 | <signal>valueChanged(int)</signal> |
||
589 | <receiver>lroTestHemi</receiver> |
||
590 | <slot>click()</slot> |
||
591 | <hints> |
||
592 | <hint type="sourcelabel"> |
||
593 | <x>251</x> |
||
594 | <y>216</y> |
||
595 | </hint> |
||
596 | <hint type="destinationlabel"> |
||
597 | <x>182</x> |
||
598 | <y>243</y> |
||
599 | </hint> |
||
600 | </hints> |
||
601 | </connection> |
||
602 | </connections> |
||
3 | Werner | 603 | </ui> |