프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / HYTOS / HYTOS / UI / MainWindow.ui @ 9358b7d1

이력 | 보기 | 이력해설 | 다운로드 (26.3 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>905</width>
10
    <height>781</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
    <weight>50</weight>
17
    <bold>false</bold>
18
   </font>
19
  </property>
20
  <property name="windowTitle">
21
   <string notr="true"/>
22
  </property>
23
  <property name="windowIcon">
24
   <iconset resource="../res/Resource.qrc">
25
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
26
  </property>
27
  <widget class="QWidget" name="centralwidget">
28
   <layout class="QGridLayout" name="gridLayout">
29
    <item row="0" column="0">
30
     <layout class="QVBoxLayout" name="verticalLayout">
31
      <property name="sizeConstraint">
32
       <enum>QLayout::SetMaximumSize</enum>
33
      </property>
34
     </layout>
35
    </item>
36
   </layout>
37
  </widget>
38
  <widget class="QStatusBar" name="statusbar"/>
39
  <widget class="QDockWidget" name="dockWidgetSymbolExplorer">
40
   <property name="minimumSize">
41
    <size>
42
     <width>200</width>
43
     <height>200</height>
44
    </size>
45
   </property>
46
   <property name="windowTitle">
47
    <string>Symbol Explorer</string>
48
   </property>
49
   <attribute name="dockWidgetArea">
50
    <number>1</number>
51
   </attribute>
52
   <widget class="QWidget" name="dockWidgetContents">
53
    <layout class="QGridLayout" name="gridLayout_2">
54
     <item row="2" column="0">
55
      <layout class="QVBoxLayout" name="verticalLayoutSymbolList"/>
56
     </item>
57
    </layout>
58
   </widget>
59
  </widget>
60
  <widget class="QDockWidget" name="dockWidgetDrawingExplorer">
61
   <property name="minimumSize">
62
    <size>
63
     <width>300</width>
64
     <height>328</height>
65
    </size>
66
   </property>
67
   <property name="windowTitle">
68
    <string>Drawing Explorer</string>
69
   </property>
70
   <attribute name="dockWidgetArea">
71
    <number>1</number>
72
   </attribute>
73
   <widget class="QWidget" name="dockWidgetContents_2">
74
    <layout class="QGridLayout" name="gridLayout_4">
75
     <item row="0" column="1">
76
      <layout class="QVBoxLayout" name="verticalLayoutDrawingList">
77
       <item>
78
        <widget class="QTreeView" name="treeViewDrawingList">
79
         <property name="editTriggers">
80
          <set>QAbstractItemView::NoEditTriggers</set>
81
         </property>
82
        </widget>
83
       </item>
84
      </layout>
85
     </item>
86
    </layout>
87
   </widget>
88
  </widget>
89
  <widget class="QDockWidget" name="dockWidgetHMBList">
90
   <property name="features">
91
    <set>QDockWidget::AllDockWidgetFeatures</set>
92
   </property>
93
   <property name="allowedAreas">
94
    <set>Qt::AllDockWidgetAreas</set>
95
   </property>
96
   <property name="windowTitle">
97
    <string>Calculation</string>
98
   </property>
99
   <attribute name="dockWidgetArea">
100
    <number>8</number>
101
   </attribute>
102
   <widget class="QWidget" name="dockWidgetContents_3">
103
    <layout class="QGridLayout" name="gridLayout_3">
104
     <item row="0" column="0">
105
      <widget class="QTabWidget" name="tabWidget">
106
       <property name="tabPosition">
107
        <enum>QTabWidget::South</enum>
108
       </property>
109
       <property name="tabShape">
110
        <enum>QTabWidget::Rounded</enum>
111
       </property>
112
       <property name="currentIndex">
113
        <number>0</number>
114
       </property>
115
       <widget class="QWidget" name="tabStreamData">
116
        <attribute name="title">
117
         <string>Stream Data</string>
118
        </attribute>
119
        <layout class="QGridLayout" name="gridLayout_5">
120
         <item row="0" column="0">
121
          <layout class="QGridLayout" name="gridLayout_8">
122
           <item row="0" column="1">
123
            <layout class="QVBoxLayout" name="verticalLayout_3">
124
             <item>
125
              <widget class="QToolButton" name="toolButtonSyncStreamData">
126
               <property name="toolTip">
127
                <string>Synchronize stream data</string>
128
               </property>
129
               <property name="text">
130
                <string/>
131
               </property>
132
               <property name="icon">
133
                <iconset resource="../res/Resource.qrc">
134
                 <normaloff>:/images/Sync.svg</normaloff>:/images/Sync.svg</iconset>
135
               </property>
136
              </widget>
137
             </item>
138
             <item>
139
              <widget class="QToolButton" name="toolButtonRevertStreamData">
140
               <property name="toolTip">
141
                <string>Revert stream data</string>
142
               </property>
143
               <property name="text">
144
                <string/>
145
               </property>
146
               <property name="icon">
147
                <iconset resource="../res/Resource.qrc">
148
                 <normaloff>:/images/Revert.svg</normaloff>:/images/Revert.svg</iconset>
149
               </property>
150
              </widget>
151
             </item>
152
             <item>
153
              <spacer name="verticalSpacer_2">
154
               <property name="orientation">
155
                <enum>Qt::Vertical</enum>
156
               </property>
157
               <property name="sizeHint" stdset="0">
158
                <size>
159
                 <width>20</width>
160
                 <height>40</height>
161
                </size>
162
               </property>
163
              </spacer>
164
             </item>
165
            </layout>
166
           </item>
167
           <item row="0" column="2">
168
            <layout class="QHBoxLayout" name="horizontalLayoutStreamData"/>
169
           </item>
170
          </layout>
171
         </item>
172
        </layout>
173
       </widget>
174
       <widget class="QWidget" name="tabLoop">
175
        <attribute name="title">
176
         <string>Loop</string>
177
        </attribute>
178
        <layout class="QGridLayout" name="gridLayout_6">
179
         <item row="0" column="0">
180
          <widget class="QTableWidget" name="tableWidgetLoop">
181
           <property name="frameShape">
182
            <enum>QFrame::StyledPanel</enum>
183
           </property>
184
           <property name="sizeAdjustPolicy">
185
            <enum>QAbstractScrollArea::AdjustIgnored</enum>
186
           </property>
187
           <attribute name="horizontalHeaderVisible">
188
            <bool>false</bool>
189
           </attribute>
190
           <attribute name="verticalHeaderVisible">
191
            <bool>false</bool>
192
           </attribute>
193
          </widget>
194
         </item>
195
        </layout>
196
       </widget>
197
       <widget class="QWidget" name="tabLogs">
198
        <attribute name="title">
199
         <string>Logs</string>
200
        </attribute>
201
        <layout class="QHBoxLayout" name="horizontalLayout">
202
         <item>
203
          <layout class="QVBoxLayout" name="verticalLayout_2">
204
           <item>
205
            <widget class="QToolButton" name="toolButton_ClearLog">
206
             <property name="toolTip">
207
              <string>Clear logs</string>
208
             </property>
209
             <property name="text">
210
              <string/>
211
             </property>
212
             <property name="icon">
213
              <iconset resource="../res/Resource.qrc">
214
               <normaloff>:/images/Clear_Log.png</normaloff>:/images/Clear_Log.png</iconset>
215
             </property>
216
            </widget>
217
           </item>
218
           <item>
219
            <spacer name="verticalSpacer">
220
             <property name="orientation">
221
              <enum>Qt::Vertical</enum>
222
             </property>
223
             <property name="sizeHint" stdset="0">
224
              <size>
225
               <width>20</width>
226
               <height>40</height>
227
              </size>
228
             </property>
229
            </spacer>
230
           </item>
231
          </layout>
232
         </item>
233
         <item>
234
          <widget class="QListWidget" name="listWidgetLogs"/>
235
         </item>
236
        </layout>
237
       </widget>
238
      </widget>
239
     </item>
240
    </layout>
241
   </widget>
242
  </widget>
243
  <widget class="QToolBar" name="toolBar">
244
   <property name="font">
245
    <font>
246
     <family>맑은 고딕</family>
247
     <weight>50</weight>
248
     <bold>false</bold>
249
    </font>
250
   </property>
251
   <property name="windowTitle">
252
    <string>Main Toolbar</string>
253
   </property>
254
   <property name="iconSize">
255
    <size>
256
     <width>32</width>
257
     <height>32</height>
258
    </size>
259
   </property>
260
   <attribute name="toolBarArea">
261
    <enum>TopToolBarArea</enum>
262
   </attribute>
263
   <attribute name="toolBarBreak">
264
    <bool>false</bool>
265
   </attribute>
266
   <addaction name="actionNew"/>
267
   <addaction name="actionOpen"/>
268
   <addaction name="actionSave"/>
269
   <addaction name="separator"/>
270
   <addaction name="actionLine"/>
271
   <addaction name="actionInitialize"/>
272
   <addaction name="separator"/>
273
   <addaction name="actionUndo"/>
274
   <addaction name="actionRedo"/>
275
   <addaction name="separator"/>
276
   <addaction name="actionCalculation"/>
277
   <addaction name="actionGenerateReport"/>
278
   <addaction name="separator"/>
279
   <addaction name="actionLeftAlignment"/>
280
   <addaction name="actionRightAlignment"/>
281
   <addaction name="actionUpAlignment"/>
282
   <addaction name="actionDownAlignment"/>
283
   <addaction name="actionHorEvenSpacing"/>
284
   <addaction name="actionVerEvenSpacing"/>
285
   <addaction name="actionZoom"/>
286
   <addaction name="actionFitWindow"/>
287
  </widget>
288
  <widget class="QDockWidget" name="dockWidget">
289
   <property name="windowTitle">
290
    <string>Output Explorer</string>
291
   </property>
292
   <attribute name="dockWidgetArea">
293
    <number>2</number>
294
   </attribute>
295
   <widget class="QWidget" name="dockWidgetContents_4">
296
    <layout class="QGridLayout" name="gridLayout_7">
297
     <item row="0" column="0">
298
      <widget class="QSplitter" name="splitter">
299
       <property name="orientation">
300
        <enum>Qt::Vertical</enum>
301
       </property>
302
       <widget class="QTableWidget" name="tableWidgetDeviation">
303
        <property name="minimumSize">
304
         <size>
305
          <width>0</width>
306
          <height>0</height>
307
         </size>
308
        </property>
309
        <property name="maximumSize">
310
         <size>
311
          <width>16777215</width>
312
          <height>150</height>
313
         </size>
314
        </property>
315
       </widget>
316
       <widget class="QTableWidget" name="tableWidgetOutput"/>
317
      </widget>
318
     </item>
319
    </layout>
320
   </widget>
321
  </widget>
322
  <widget class="QMenuBar" name="menubar">
323
   <property name="geometry">
324
    <rect>
325
     <x>0</x>
326
     <y>0</y>
327
     <width>905</width>
328
     <height>21</height>
329
    </rect>
330
   </property>
331
   <widget class="QMenu" name="menu">
332
    <property name="title">
333
     <string>File</string>
334
    </property>
335
    <widget class="QMenu" name="menuTheme">
336
     <property name="title">
337
      <string>Theme</string>
338
     </property>
339
     <property name="icon">
340
      <iconset resource="../res/Resource.qrc">
341
       <normaloff>:/images/Theme.svg</normaloff>:/images/Theme.svg</iconset>
342
     </property>
343
    </widget>
344
    <widget class="QMenu" name="menuLanguage">
345
     <property name="title">
346
      <string>Language</string>
347
     </property>
348
     <property name="icon">
349
      <iconset resource="../res/Resource.qrc">
350
       <normaloff>:/images/Language.svg</normaloff>:/images/Language.svg</iconset>
351
     </property>
352
    </widget>
353
    <addaction name="actionNew"/>
354
    <addaction name="actionOpen"/>
355
    <addaction name="actionSave"/>
356
    <addaction name="actionSave_As"/>
357
    <addaction name="separator"/>
358
    <addaction name="actionConfiguration"/>
359
    <addaction name="separator"/>
360
    <addaction name="menuTheme"/>
361
    <addaction name="menuLanguage"/>
362
    <addaction name="separator"/>
363
    <addaction name="actionClose"/>
364
   </widget>
365
   <widget class="QMenu" name="menu_3">
366
    <property name="title">
367
     <string>View</string>
368
    </property>
369
    <addaction name="actionZoom"/>
370
    <addaction name="actionFitWindow"/>
371
    <addaction name="separator"/>
372
    <addaction name="actionViewConnector"/>
373
   </widget>
374
   <widget class="QMenu" name="menuTool">
375
    <property name="title">
376
     <string>Tools</string>
377
    </property>
378
    <addaction name="actionLine"/>
379
    <addaction name="actionInitialize"/>
380
    <addaction name="separator"/>
381
    <addaction name="actionOptions"/>
382
    <addaction name="separator"/>
383
   </widget>
384
   <widget class="QMenu" name="menuHelp">
385
    <property name="title">
386
     <string>Help</string>
387
    </property>
388
    <addaction name="actionHelp"/>
389
    <addaction name="actionReadme"/>
390
    <addaction name="separator"/>
391
    <addaction name="actionAbout"/>
392
   </widget>
393
   <addaction name="menu"/>
394
   <addaction name="menu_3"/>
395
   <addaction name="menuTool"/>
396
   <addaction name="menuHelp"/>
397
  </widget>
398
  <widget class="QToolBar" name="toolBarCallout">
399
   <property name="windowTitle">
400
    <string>toolBarCallout</string>
401
   </property>
402
   <property name="iconSize">
403
    <size>
404
     <width>32</width>
405
     <height>32</height>
406
    </size>
407
   </property>
408
   <attribute name="toolBarArea">
409
    <enum>TopToolBarArea</enum>
410
   </attribute>
411
   <attribute name="toolBarBreak">
412
    <bool>false</bool>
413
   </attribute>
414
   <addaction name="actionPlaceTextBox"/>
415
   <addaction name="actionPlaceCloud"/>
416
   <addaction name="actionPlaceDimension"/>
417
  </widget>
418
  <action name="actionClose">
419
   <property name="icon">
420
    <iconset resource="../res/Resource.qrc">
421
     <normaloff>:/images/Exit.svg</normaloff>:/images/Exit.svg</iconset>
422
   </property>
423
   <property name="text">
424
    <string>Exit</string>
425
   </property>
426
   <property name="toolTip">
427
    <string>Exit</string>
428
   </property>
429
   <property name="font">
430
    <font>
431
     <family>맑은 고딕</family>
432
    </font>
433
   </property>
434
   <property name="shortcut">
435
    <string/>
436
   </property>
437
  </action>
438
  <action name="actionLine">
439
   <property name="checkable">
440
    <bool>true</bool>
441
   </property>
442
   <property name="icon">
443
    <iconset resource="../res/Resource.qrc">
444
     <normaloff>:/images/Stream_Line.svg</normaloff>:/images/Stream_Line.svg</iconset>
445
   </property>
446
   <property name="text">
447
    <string>Stream Line</string>
448
   </property>
449
   <property name="toolTip">
450
    <string>Stream Line</string>
451
   </property>
452
   <property name="font">
453
    <font>
454
     <family>맑은 고딕</family>
455
     <weight>50</weight>
456
     <bold>false</bold>
457
    </font>
458
   </property>
459
  </action>
460
  <action name="actionConfiguration">
461
   <property name="icon">
462
    <iconset resource="../res/Resource.qrc">
463
     <normaloff>:/images/Configuration.png</normaloff>:/images/Configuration.png</iconset>
464
   </property>
465
   <property name="text">
466
    <string>Configuration...</string>
467
   </property>
468
   <property name="font">
469
    <font>
470
     <family>맑은 고딕</family>
471
     <weight>50</weight>
472
     <bold>false</bold>
473
    </font>
474
   </property>
475
  </action>
476
  <action name="actionGenerateReport">
477
   <property name="icon">
478
    <iconset resource="../res/Resource.qrc">
479
     <normaloff>:/images/Report.svg</normaloff>:/images/Report.svg</iconset>
480
   </property>
481
   <property name="text">
482
    <string>Report</string>
483
   </property>
484
   <property name="toolTip">
485
    <string>Report</string>
486
   </property>
487
   <property name="font">
488
    <font>
489
     <family>맑은 고딕</family>
490
     <weight>75</weight>
491
     <bold>true</bold>
492
    </font>
493
   </property>
494
   <property name="shortcut">
495
    <string>Ctrl+Shift+R</string>
496
   </property>
497
  </action>
498
  <action name="actionInitialize">
499
   <property name="icon">
500
    <iconset resource="../res/Resource.qrc">
501
     <normaloff>:/images/Reset.svg</normaloff>:/images/Reset.svg</iconset>
502
   </property>
503
   <property name="text">
504
    <string>Clear Screen</string>
505
   </property>
506
   <property name="toolTip">
507
    <string>Clear Screen</string>
508
   </property>
509
   <property name="font">
510
    <font>
511
     <family>맑은 고딕</family>
512
    </font>
513
   </property>
514
  </action>
515
  <action name="actionImage_Drawing">
516
   <property name="checkable">
517
    <bool>true</bool>
518
   </property>
519
   <property name="checked">
520
    <bool>true</bool>
521
   </property>
522
   <property name="text">
523
    <string>Image Drawing (1)</string>
524
   </property>
525
   <property name="font">
526
    <font>
527
     <family>맑은 고딕</family>
528
    </font>
529
   </property>
530
  </action>
531
  <action name="actionZoom">
532
   <property name="checkable">
533
    <bool>true</bool>
534
   </property>
535
   <property name="icon">
536
    <iconset resource="../res/Resource.qrc">
537
     <normaloff>:/images/ZoomIn.svg</normaloff>:/images/ZoomIn.svg</iconset>
538
   </property>
539
   <property name="text">
540
    <string>Zoom Area</string>
541
   </property>
542
   <property name="toolTip">
543
    <string>Zoom Area</string>
544
   </property>
545
   <property name="font">
546
    <font>
547
     <family>맑은 고딕</family>
548
     <weight>50</weight>
549
     <bold>false</bold>
550
    </font>
551
   </property>
552
  </action>
553
  <action name="actionFitWindow">
554
   <property name="enabled">
555
    <bool>true</bool>
556
   </property>
557
   <property name="icon">
558
    <iconset resource="../res/Resource.qrc">
559
     <normaloff>:/images/FullExtent.svg</normaloff>:/images/FullExtent.svg</iconset>
560
   </property>
561
   <property name="text">
562
    <string>Fit</string>
563
   </property>
564
   <property name="iconText">
565
    <string>Fit</string>
566
   </property>
567
   <property name="toolTip">
568
    <string>Fit</string>
569
   </property>
570
   <property name="font">
571
    <font>
572
     <family>맑은 고딕</family>
573
     <weight>50</weight>
574
     <bold>false</bold>
575
    </font>
576
   </property>
577
  </action>
578
  <action name="actionSave">
579
   <property name="icon">
580
    <iconset resource="../res/Resource.qrc">
581
     <normaloff>:/images/Save.svg</normaloff>:/images/Save.svg</iconset>
582
   </property>
583
   <property name="text">
584
    <string>Save</string>
585
   </property>
586
   <property name="toolTip">
587
    <string>Save</string>
588
   </property>
589
   <property name="font">
590
    <font>
591
     <family>맑은 고딕</family>
592
    </font>
593
   </property>
594
   <property name="shortcut">
595
    <string>Ctrl+S</string>
596
   </property>
597
  </action>
598
  <action name="actionViewConnector">
599
   <property name="checkable">
600
    <bool>true</bool>
601
   </property>
602
   <property name="icon">
603
    <iconset>
604
     <normaloff>:/newPrefix/Rotate_Minus.png</normaloff>:/newPrefix/Rotate_Minus.png</iconset>
605
   </property>
606
   <property name="text">
607
    <string>View Connector</string>
608
   </property>
609
   <property name="toolTip">
610
    <string>View Connector(Alt + C)</string>
611
   </property>
612
   <property name="shortcut">
613
    <string>Alt+C</string>
614
   </property>
615
  </action>
616
  <action name="actioncoffee">
617
   <property name="text">
618
    <string>coffee</string>
619
   </property>
620
  </action>
621
  <action name="actionEnglish">
622
   <property name="text">
623
    <string>English</string>
624
   </property>
625
  </action>
626
  <action name="actionViewInconsistency">
627
   <property name="checkable">
628
    <bool>true</bool>
629
   </property>
630
   <property name="checked">
631
    <bool>true</bool>
632
   </property>
633
   <property name="text">
634
    <string>Inconsistency (6)</string>
635
   </property>
636
  </action>
637
  <action name="actionNew">
638
   <property name="icon">
639
    <iconset resource="../res/Resource.qrc">
640
     <normaloff>:/images/New.svg</normaloff>:/images/New.svg</iconset>
641
   </property>
642
   <property name="text">
643
    <string>New...</string>
644
   </property>
645
   <property name="iconText">
646
    <string>New</string>
647
   </property>
648
   <property name="toolTip">
649
    <string>New</string>
650
   </property>
651
   <property name="font">
652
    <font>
653
     <family>맑은 고딕</family>
654
    </font>
655
   </property>
656
   <property name="shortcut">
657
    <string>Ctrl+N</string>
658
   </property>
659
  </action>
660
  <action name="actionCreate_Symbol">
661
   <property name="text">
662
    <string>Symbol Editor</string>
663
   </property>
664
  </action>
665
  <action name="actionCreate_Stream">
666
   <property name="text">
667
    <string>Create Stream</string>
668
   </property>
669
  </action>
670
  <action name="actionOptions">
671
   <property name="icon">
672
    <iconset resource="../res/Resource.qrc">
673
     <normaloff>:/images/Option.png</normaloff>:/images/Option.png</iconset>
674
   </property>
675
   <property name="text">
676
    <string>Options...</string>
677
   </property>
678
   <property name="font">
679
    <font>
680
     <family>맑은 고딕</family>
681
    </font>
682
   </property>
683
  </action>
684
  <action name="actionCalculation">
685
   <property name="icon">
686
    <iconset resource="../res/Resource.qrc">
687
     <normaloff>:/images/Calculation.svg</normaloff>:/images/Calculation.svg</iconset>
688
   </property>
689
   <property name="text">
690
    <string>Calculation</string>
691
   </property>
692
   <property name="toolTip">
693
    <string>Calculation</string>
694
   </property>
695
   <property name="font">
696
    <font>
697
     <family>맑은 고딕</family>
698
     <weight>50</weight>
699
     <bold>false</bold>
700
    </font>
701
   </property>
702
  </action>
703
  <action name="actionOpen">
704
   <property name="icon">
705
    <iconset resource="../res/Resource.qrc">
706
     <normaloff>:/images/Open.svg</normaloff>:/images/Open.svg</iconset>
707
   </property>
708
   <property name="text">
709
    <string>Open..</string>
710
   </property>
711
   <property name="iconText">
712
    <string>Open..</string>
713
   </property>
714
   <property name="toolTip">
715
    <string>Open</string>
716
   </property>
717
   <property name="font">
718
    <font>
719
     <family>맑은 고딕</family>
720
    </font>
721
   </property>
722
   <property name="shortcut">
723
    <string>Ctrl+O</string>
724
   </property>
725
  </action>
726
  <action name="actionSymbolEditor">
727
   <property name="icon">
728
    <iconset resource="../res/Resource.qrc">
729
     <normaloff>:/images/Symbol_Editor.png</normaloff>:/images/Symbol_Editor.png</iconset>
730
   </property>
731
   <property name="text">
732
    <string>Symbol Editor</string>
733
   </property>
734
   <property name="font">
735
    <font>
736
     <family>맑은 고딕</family>
737
    </font>
738
   </property>
739
  </action>
740
  <action name="actionSymbol_Editor">
741
   <property name="icon">
742
    <iconset resource="../res/Resource.qrc">
743
     <normaloff>:/images/Symbol_Editor.png</normaloff>:/images/Symbol_Editor.png</iconset>
744
   </property>
745
   <property name="text">
746
    <string>Symbol Editor</string>
747
   </property>
748
   <property name="font">
749
    <font>
750
     <family>맑은 고딕</family>
751
    </font>
752
   </property>
753
  </action>
754
  <action name="actionAbout">
755
   <property name="icon">
756
    <iconset resource="../res/Resource.qrc">
757
     <normaloff>:/images/About.svg</normaloff>:/images/About.svg</iconset>
758
   </property>
759
   <property name="text">
760
    <string>About</string>
761
   </property>
762
  </action>
763
  <action name="actionHelp">
764
   <property name="icon">
765
    <iconset resource="../res/Resource.qrc">
766
     <normaloff>:/images/Help.svg</normaloff>:/images/Help.svg</iconset>
767
   </property>
768
   <property name="text">
769
    <string>Help</string>
770
   </property>
771
   <property name="toolTip">
772
    <string>Help</string>
773
   </property>
774
   <property name="shortcut">
775
    <string>F1</string>
776
   </property>
777
  </action>
778
  <action name="actionSave_As">
779
   <property name="icon">
780
    <iconset resource="../res/Resource.qrc">
781
     <normaloff>:/images/SaveAs.svg</normaloff>:/images/SaveAs.svg</iconset>
782
   </property>
783
   <property name="text">
784
    <string>Save As</string>
785
   </property>
786
   <property name="toolTip">
787
    <string>Save As</string>
788
   </property>
789
  </action>
790
  <action name="actionPlaceTextBox">
791
   <property name="icon">
792
    <iconset resource="../res/Resource.qrc">
793
     <normaloff>:/images/Callout_TextBox.svg</normaloff>:/images/Callout_TextBox.svg</iconset>
794
   </property>
795
   <property name="text">
796
    <string>Text Box</string>
797
   </property>
798
   <property name="toolTip">
799
    <string>Text Box</string>
800
   </property>
801
  </action>
802
  <action name="actionPlaceDimension">
803
   <property name="icon">
804
    <iconset resource="../res/Resource.qrc">
805
     <normaloff>:/images/Dimension.svg</normaloff>:/images/Dimension.svg</iconset>
806
   </property>
807
   <property name="text">
808
    <string>Place Dimension</string>
809
   </property>
810
   <property name="toolTip">
811
    <string>Place Dimension</string>
812
   </property>
813
  </action>
814
  <action name="actionPlaceCloud">
815
   <property name="icon">
816
    <iconset resource="../res/Resource.qrc">
817
     <normaloff>:/images/cloud.svg</normaloff>:/images/cloud.svg</iconset>
818
   </property>
819
   <property name="text">
820
    <string>Cloud</string>
821
   </property>
822
   <property name="toolTip">
823
    <string>Cloud</string>
824
   </property>
825
  </action>
826
  <action name="actionUndo">
827
   <property name="icon">
828
    <iconset resource="../res/Resource.qrc">
829
     <normaloff>:/images/undo.png</normaloff>:/images/undo.png</iconset>
830
   </property>
831
   <property name="text">
832
    <string>Undo</string>
833
   </property>
834
   <property name="toolTip">
835
    <string>Undo</string>
836
   </property>
837
  </action>
838
  <action name="actionRedo">
839
   <property name="icon">
840
    <iconset resource="../res/Resource.qrc">
841
     <normaloff>:/images/redo.png</normaloff>:/images/redo.png</iconset>
842
   </property>
843
   <property name="text">
844
    <string>Redo</string>
845
   </property>
846
   <property name="toolTip">
847
    <string>Redo</string>
848
   </property>
849
  </action>
850
  <action name="actionLeftAlignment">
851
   <property name="icon">
852
    <iconset resource="../res/Resource.qrc">
853
     <normaloff>:/images/left-alignment.svg</normaloff>:/images/left-alignment.svg</iconset>
854
   </property>
855
   <property name="text">
856
    <string>LeftAlignment</string>
857
   </property>
858
  </action>
859
  <action name="actionRightAlignment">
860
   <property name="icon">
861
    <iconset resource="../res/Resource.qrc">
862
     <normaloff>:/images/right-alignment.svg</normaloff>:/images/right-alignment.svg</iconset>
863
   </property>
864
   <property name="text">
865
    <string>RightAlignment</string>
866
   </property>
867
  </action>
868
  <action name="actionUpAlignment">
869
   <property name="icon">
870
    <iconset resource="../res/Resource.qrc">
871
     <normaloff>:/images/up-alignment.svg</normaloff>:/images/up-alignment.svg</iconset>
872
   </property>
873
   <property name="text">
874
    <string>UpAlignment</string>
875
   </property>
876
  </action>
877
  <action name="actionDownAlignment">
878
   <property name="icon">
879
    <iconset resource="../res/Resource.qrc">
880
     <normaloff>:/images/down-alignment.svg</normaloff>:/images/down-alignment.svg</iconset>
881
   </property>
882
   <property name="text">
883
    <string>DownAlignment</string>
884
   </property>
885
  </action>
886
  <action name="actionHorEvenSpacing">
887
   <property name="enabled">
888
    <bool>false</bool>
889
   </property>
890
   <property name="icon">
891
    <iconset resource="../res/Resource.qrc">
892
     <normaloff>:/images/horizontal_even_spacing.svg</normaloff>:/images/horizontal_even_spacing.svg</iconset>
893
   </property>
894
   <property name="text">
895
    <string>HorEvenSpacing</string>
896
   </property>
897
  </action>
898
  <action name="actionVerEvenSpacing">
899
   <property name="enabled">
900
    <bool>false</bool>
901
   </property>
902
   <property name="icon">
903
    <iconset resource="../res/Resource.qrc">
904
     <normaloff>:/images/vertical_even_spacing.svg</normaloff>:/images/vertical_even_spacing.svg</iconset>
905
   </property>
906
   <property name="text">
907
    <string>VerEvenSpacing</string>
908
   </property>
909
  </action>
910
  <action name="actionReadme">
911
   <property name="icon">
912
    <iconset resource="../res/Resource.qrc">
913
     <normaloff>:/images/Readme.svg</normaloff>:/images/Readme.svg</iconset>
914
   </property>
915
   <property name="text">
916
    <string>Readme</string>
917
   </property>
918
  </action>
919
 </widget>
920
 <resources>
921
  <include location="../res/Resource.qrc"/>
922
 </resources>
923
 <connections/>
924
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)