프로젝트

일반

사용자정보

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

hytos / HYTOS / HYTOS / UI / MainWindow.ui @ d6c9d55b

이력 | 보기 | 이력해설 | 다운로드 (22.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>574</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>MainWindow</string>
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="QMenuBar" name="menubar">
39
   <property name="geometry">
40
    <rect>
41
     <x>0</x>
42
     <y>0</y>
43
     <width>905</width>
44
     <height>21</height>
45
    </rect>
46
   </property>
47
   <widget class="QMenu" name="menu">
48
    <property name="title">
49
     <string>File</string>
50
    </property>
51
    <widget class="QMenu" name="menuTheme">
52
     <property name="title">
53
      <string>Theme</string>
54
     </property>
55
    </widget>
56
    <widget class="QMenu" name="menuLanguage">
57
     <property name="title">
58
      <string>Language</string>
59
     </property>
60
    </widget>
61
    <addaction name="actionNew"/>
62
    <addaction name="actionOpen"/>
63
    <addaction name="actionSave"/>
64
    <addaction name="separator"/>
65
    <addaction name="actionConfiguration"/>
66
    <addaction name="separator"/>
67
    <addaction name="menuTheme"/>
68
    <addaction name="menuLanguage"/>
69
    <addaction name="separator"/>
70
    <addaction name="actionClose"/>
71
   </widget>
72
   <widget class="QMenu" name="menu_3">
73
    <property name="title">
74
     <string>View</string>
75
    </property>
76
    <addaction name="actionZoom"/>
77
    <addaction name="actionFitWindow"/>
78
   </widget>
79
   <widget class="QMenu" name="menuTool">
80
    <property name="title">
81
     <string>Tools</string>
82
    </property>
83
    <addaction name="actionLine"/>
84
    <addaction name="actionInitialize"/>
85
    <addaction name="separator"/>
86
    <addaction name="actionOptions"/>
87
   </widget>
88
   <addaction name="menu"/>
89
   <addaction name="menu_3"/>
90
   <addaction name="menuTool"/>
91
  </widget>
92
  <widget class="QStatusBar" name="statusbar"/>
93
  <widget class="QDockWidget" name="dockWidgetSymbolExplorer">
94
   <property name="minimumSize">
95
    <size>
96
     <width>200</width>
97
     <height>200</height>
98
    </size>
99
   </property>
100
   <property name="windowTitle">
101
    <string>Symbol Explorer</string>
102
   </property>
103
   <attribute name="dockWidgetArea">
104
    <number>2</number>
105
   </attribute>
106
   <widget class="QWidget" name="dockWidgetContents">
107
    <layout class="QGridLayout" name="gridLayout_2">
108
     <item row="2" column="0">
109
      <layout class="QVBoxLayout" name="verticalLayoutSymbolList"/>
110
     </item>
111
    </layout>
112
   </widget>
113
  </widget>
114
  <widget class="QDockWidget" name="dockWidgetDrawingExplorer">
115
   <property name="minimumSize">
116
    <size>
117
     <width>300</width>
118
     <height>328</height>
119
    </size>
120
   </property>
121
   <property name="windowTitle">
122
    <string>Drawing Explorer</string>
123
   </property>
124
   <attribute name="dockWidgetArea">
125
    <number>1</number>
126
   </attribute>
127
   <widget class="QWidget" name="dockWidgetContents_2">
128
    <layout class="QGridLayout" name="gridLayout_4">
129
     <item row="0" column="0">
130
      <layout class="QVBoxLayout" name="verticalLayoutDrawingList">
131
       <item>
132
        <widget class="QTreeWidget" name="treeWidgetDrawingList">
133
         <property name="editTriggers">
134
          <set>QAbstractItemView::NoEditTriggers</set>
135
         </property>
136
         <property name="sortingEnabled">
137
          <bool>true</bool>
138
         </property>
139
         <property name="columnCount">
140
          <number>2</number>
141
         </property>
142
         <attribute name="headerVisible">
143
          <bool>false</bool>
144
         </attribute>
145
         <column>
146
          <property name="text">
147
           <string notr="true">1</string>
148
          </property>
149
         </column>
150
         <column>
151
          <property name="text">
152
           <string notr="true">2</string>
153
          </property>
154
         </column>
155
        </widget>
156
       </item>
157
      </layout>
158
     </item>
159
    </layout>
160
   </widget>
161
  </widget>
162
  <widget class="QDockWidget" name="dockWidgetHMBList">
163
   <property name="features">
164
    <set>QDockWidget::AllDockWidgetFeatures</set>
165
   </property>
166
   <property name="allowedAreas">
167
    <set>Qt::AllDockWidgetAreas</set>
168
   </property>
169
   <property name="windowTitle">
170
    <string>Calculation</string>
171
   </property>
172
   <attribute name="dockWidgetArea">
173
    <number>8</number>
174
   </attribute>
175
   <widget class="QWidget" name="dockWidgetContents_3">
176
    <layout class="QGridLayout" name="gridLayout_3">
177
     <item row="0" column="0">
178
      <widget class="QTabWidget" name="tabWidget">
179
       <property name="tabPosition">
180
        <enum>QTabWidget::South</enum>
181
       </property>
182
       <property name="tabShape">
183
        <enum>QTabWidget::Rounded</enum>
184
       </property>
185
       <property name="currentIndex">
186
        <number>0</number>
187
       </property>
188
       <widget class="QWidget" name="tabStreamData">
189
        <attribute name="title">
190
         <string>Stream Data</string>
191
        </attribute>
192
        <layout class="QGridLayout" name="gridLayout_5">
193
         <item row="0" column="0">
194
          <widget class="QTableWidget" name="tableWidgetHMB"/>
195
         </item>
196
        </layout>
197
       </widget>
198
       <widget class="QWidget" name="tabLoop">
199
        <attribute name="title">
200
         <string>Loop</string>
201
        </attribute>
202
        <layout class="QGridLayout" name="gridLayout_6">
203
         <item row="0" column="0">
204
          <widget class="QTableWidget" name="tableWidgetLoop">
205
           <property name="frameShape">
206
            <enum>QFrame::StyledPanel</enum>
207
           </property>
208
           <property name="sizeAdjustPolicy">
209
            <enum>QAbstractScrollArea::AdjustIgnored</enum>
210
           </property>
211
           <attribute name="horizontalHeaderVisible">
212
            <bool>false</bool>
213
           </attribute>
214
           <attribute name="verticalHeaderVisible">
215
            <bool>false</bool>
216
           </attribute>
217
          </widget>
218
         </item>
219
        </layout>
220
       </widget>
221
      </widget>
222
     </item>
223
    </layout>
224
   </widget>
225
  </widget>
226
  <widget class="QToolBar" name="toolBar">
227
   <property name="font">
228
    <font>
229
     <family>맑은 고딕</family>
230
     <weight>50</weight>
231
     <bold>false</bold>
232
    </font>
233
   </property>
234
   <property name="windowTitle">
235
    <string>Main Toolbar</string>
236
   </property>
237
   <property name="iconSize">
238
    <size>
239
     <width>32</width>
240
     <height>32</height>
241
    </size>
242
   </property>
243
   <attribute name="toolBarArea">
244
    <enum>TopToolBarArea</enum>
245
   </attribute>
246
   <attribute name="toolBarBreak">
247
    <bool>false</bool>
248
   </attribute>
249
   <addaction name="actionNew"/>
250
   <addaction name="actionOpen"/>
251
   <addaction name="actionSave"/>
252
   <addaction name="separator"/>
253
   <addaction name="actionLine"/>
254
   <addaction name="actionInitialize"/>
255
   <addaction name="separator"/>
256
   <addaction name="actionCalculation"/>
257
   <addaction name="separator"/>
258
   <addaction name="actionZoom"/>
259
   <addaction name="actionFitWindow"/>
260
  </widget>
261
  <action name="actionClose">
262
   <property name="icon">
263
    <iconset resource="../res/Resource.qrc">
264
     <normaloff>:/images/Exit.png</normaloff>:/images/Exit.png</iconset>
265
   </property>
266
   <property name="text">
267
    <string>Exit</string>
268
   </property>
269
   <property name="toolTip">
270
    <string>Exit</string>
271
   </property>
272
   <property name="font">
273
    <font>
274
     <family>맑은 고딕</family>
275
    </font>
276
   </property>
277
   <property name="shortcut">
278
    <string/>
279
   </property>
280
  </action>
281
  <action name="actionRecognition">
282
   <property name="icon">
283
    <iconset>
284
     <normaloff>:/newPrefix/recognition.png</normaloff>:/newPrefix/recognition.png</iconset>
285
   </property>
286
   <property name="text">
287
    <string>Recognize Eng. Info.</string>
288
   </property>
289
   <property name="toolTip">
290
    <string>Recognize Eng. Info.</string>
291
   </property>
292
   <property name="font">
293
    <font>
294
     <family>맑은 고딕</family>
295
     <weight>75</weight>
296
     <bold>true</bold>
297
    </font>
298
   </property>
299
  </action>
300
  <action name="actionLine">
301
   <property name="checkable">
302
    <bool>true</bool>
303
   </property>
304
   <property name="icon">
305
    <iconset resource="../res/Resource.qrc">
306
     <normaloff>:/images/Stream_Line.png</normaloff>:/images/Stream_Line.png</iconset>
307
   </property>
308
   <property name="text">
309
    <string>Stream Line</string>
310
   </property>
311
   <property name="toolTip">
312
    <string>Stream Line</string>
313
   </property>
314
   <property name="font">
315
    <font>
316
     <family>맑은 고딕</family>
317
     <weight>50</weight>
318
     <bold>false</bold>
319
    </font>
320
   </property>
321
  </action>
322
  <action name="actionValidate">
323
   <property name="icon">
324
    <iconset>
325
     <normaloff>:/newPrefix/validation.png</normaloff>:/newPrefix/validation.png</iconset>
326
   </property>
327
   <property name="text">
328
    <string>Validate</string>
329
   </property>
330
   <property name="toolTip">
331
    <string>Validate(V)</string>
332
   </property>
333
   <property name="font">
334
    <font>
335
     <family>맑은 고딕</family>
336
     <weight>75</weight>
337
     <bold>true</bold>
338
    </font>
339
   </property>
340
   <property name="shortcut">
341
    <string>V</string>
342
   </property>
343
  </action>
344
  <action name="actionConfiguration">
345
   <property name="icon">
346
    <iconset resource="../res/Resource.qrc">
347
     <normaloff>:/images/Configuration.png</normaloff>:/images/Configuration.png</iconset>
348
   </property>
349
   <property name="text">
350
    <string>Configuration...</string>
351
   </property>
352
   <property name="font">
353
    <font>
354
     <family>맑은 고딕</family>
355
     <weight>50</weight>
356
     <bold>false</bold>
357
    </font>
358
   </property>
359
  </action>
360
  <action name="actionArea">
361
   <property name="icon">
362
    <iconset>
363
     <normaloff>:/newPrefix/setting.png</normaloff>:/newPrefix/setting.png</iconset>
364
   </property>
365
   <property name="text">
366
    <string>Setup Area</string>
367
   </property>
368
   <property name="font">
369
    <font>
370
     <family>맑은 고딕</family>
371
     <weight>75</weight>
372
     <bold>true</bold>
373
    </font>
374
   </property>
375
  </action>
376
  <action name="actionOCR">
377
   <property name="checkable">
378
    <bool>true</bool>
379
   </property>
380
   <property name="icon">
381
    <iconset>
382
     <normaloff>:/newPrefix/OCR.png</normaloff>:/newPrefix/OCR.png</iconset>
383
   </property>
384
   <property name="text">
385
    <string>OCR</string>
386
   </property>
387
   <property name="toolTip">
388
    <string>OCR(T)</string>
389
   </property>
390
   <property name="font">
391
    <font>
392
     <family>맑은 고딕</family>
393
     <weight>75</weight>
394
     <bold>true</bold>
395
    </font>
396
   </property>
397
   <property name="shortcut">
398
    <string>T</string>
399
   </property>
400
  </action>
401
  <action name="actionLineRecognition">
402
   <property name="icon">
403
    <iconset>
404
     <normaloff>:/newPrefix/connection.png</normaloff>:/newPrefix/connection.png</iconset>
405
   </property>
406
   <property name="text">
407
    <string>Link Attribute</string>
408
   </property>
409
   <property name="toolTip">
410
    <string>Link Attribute</string>
411
   </property>
412
   <property name="font">
413
    <font>
414
     <family>맑은 고딕</family>
415
     <weight>75</weight>
416
     <bold>true</bold>
417
    </font>
418
   </property>
419
  </action>
420
  <action name="actionGenerateOutput">
421
   <property name="icon">
422
    <iconset>
423
     <normaloff>:/newPrefix/Convert.png</normaloff>:/newPrefix/Convert.png</iconset>
424
   </property>
425
   <property name="text">
426
    <string>Convert</string>
427
   </property>
428
   <property name="font">
429
    <font>
430
     <family>맑은 고딕</family>
431
     <weight>75</weight>
432
     <bold>true</bold>
433
    </font>
434
   </property>
435
  </action>
436
  <action name="actionEquipment_Data_List">
437
   <property name="text">
438
    <string>Equipment Data List</string>
439
   </property>
440
   <property name="font">
441
    <font>
442
     <family>맑은 고딕</family>
443
     <weight>75</weight>
444
     <bold>true</bold>
445
    </font>
446
   </property>
447
  </action>
448
  <action name="actionItem_Data_List">
449
   <property name="text">
450
    <string>Engineering Info. List</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="actionInstrument_Data_List">
461
   <property name="text">
462
    <string>Instrument Data List</string>
463
   </property>
464
   <property name="font">
465
    <font>
466
     <family>맑은 고딕</family>
467
     <weight>75</weight>
468
     <bold>true</bold>
469
    </font>
470
   </property>
471
  </action>
472
  <action name="actionInitialize">
473
   <property name="icon">
474
    <iconset resource="../res/Resource.qrc">
475
     <normaloff>:/images/Reset.png</normaloff>:/images/Reset.png</iconset>
476
   </property>
477
   <property name="text">
478
    <string>Clear Screen</string>
479
   </property>
480
   <property name="toolTip">
481
    <string>Clear Screen</string>
482
   </property>
483
   <property name="font">
484
    <font>
485
     <family>맑은 고딕</family>
486
    </font>
487
   </property>
488
  </action>
489
  <action name="actionImage_Drawing">
490
   <property name="checkable">
491
    <bool>true</bool>
492
   </property>
493
   <property name="checked">
494
    <bool>true</bool>
495
   </property>
496
   <property name="text">
497
    <string>Image Drawing (1)</string>
498
   </property>
499
   <property name="font">
500
    <font>
501
     <family>맑은 고딕</family>
502
    </font>
503
   </property>
504
  </action>
505
  <action name="actionZoom">
506
   <property name="checkable">
507
    <bool>true</bool>
508
   </property>
509
   <property name="icon">
510
    <iconset resource="../res/Resource.qrc">
511
     <normaloff>:/images/ZoomIn.png</normaloff>:/images/ZoomIn.png</iconset>
512
   </property>
513
   <property name="text">
514
    <string>Zoom Area</string>
515
   </property>
516
   <property name="toolTip">
517
    <string>Zoom Area</string>
518
   </property>
519
   <property name="font">
520
    <font>
521
     <family>맑은 고딕</family>
522
     <weight>50</weight>
523
     <bold>false</bold>
524
    </font>
525
   </property>
526
  </action>
527
  <action name="actionFitWindow">
528
   <property name="icon">
529
    <iconset resource="../res/Resource.qrc">
530
     <normaloff>:/images/FullExtent.png</normaloff>:/images/FullExtent.png</iconset>
531
   </property>
532
   <property name="text">
533
    <string>Fit</string>
534
   </property>
535
   <property name="iconText">
536
    <string>Fit</string>
537
   </property>
538
   <property name="toolTip">
539
    <string>Fit</string>
540
   </property>
541
   <property name="font">
542
    <font>
543
     <family>맑은 고딕</family>
544
     <weight>50</weight>
545
     <bold>false</bold>
546
    </font>
547
   </property>
548
  </action>
549
  <action name="actionViewSymbol">
550
   <property name="checkable">
551
    <bool>true</bool>
552
   </property>
553
   <property name="checked">
554
    <bool>true</bool>
555
   </property>
556
   <property name="text">
557
    <string>Symbol (3)</string>
558
   </property>
559
   <property name="font">
560
    <font>
561
     <family>맑은 고딕</family>
562
    </font>
563
   </property>
564
  </action>
565
  <action name="actionViewText">
566
   <property name="checkable">
567
    <bool>true</bool>
568
   </property>
569
   <property name="checked">
570
    <bool>true</bool>
571
   </property>
572
   <property name="text">
573
    <string>Text (2)</string>
574
   </property>
575
   <property name="font">
576
    <font>
577
     <family>맑은 고딕</family>
578
    </font>
579
   </property>
580
  </action>
581
  <action name="actionViewLine">
582
   <property name="checkable">
583
    <bool>true</bool>
584
   </property>
585
   <property name="checked">
586
    <bool>true</bool>
587
   </property>
588
   <property name="text">
589
    <string>Line (4)</string>
590
   </property>
591
   <property name="font">
592
    <font>
593
     <family>맑은 고딕</family>
594
    </font>
595
   </property>
596
  </action>
597
  <action name="actionViewUnknown">
598
   <property name="checkable">
599
    <bool>true</bool>
600
   </property>
601
   <property name="checked">
602
    <bool>true</bool>
603
   </property>
604
   <property name="text">
605
    <string>Unrecognization (5)</string>
606
   </property>
607
   <property name="font">
608
    <font>
609
     <family>맑은 고딕</family>
610
    </font>
611
   </property>
612
  </action>
613
  <action name="actionCodeTable">
614
   <property name="icon">
615
    <iconset>
616
     <normaloff>:/newPrefix/codetable.png</normaloff>:/newPrefix/codetable.png</iconset>
617
   </property>
618
   <property name="text">
619
    <string>Code Table</string>
620
   </property>
621
   <property name="font">
622
    <font>
623
     <family>맑은 고딕</family>
624
    </font>
625
   </property>
626
  </action>
627
  <action name="actionFluid_Code">
628
   <property name="text">
629
    <string>Fluid Code</string>
630
   </property>
631
   <property name="font">
632
    <font>
633
     <family>맑은 고딕</family>
634
    </font>
635
   </property>
636
  </action>
637
  <action name="actionpdf_to_image">
638
   <property name="text">
639
    <string>Convert PDF</string>
640
   </property>
641
   <property name="font">
642
    <font>
643
     <family>맑은 고딕</family>
644
    </font>
645
   </property>
646
  </action>
647
  <action name="actionHMB_DATA">
648
   <property name="text">
649
    <string>HMB Data</string>
650
   </property>
651
  </action>
652
  <action name="actionSave">
653
   <property name="icon">
654
    <iconset resource="../res/Resource.qrc">
655
     <normaloff>:/images/Save.png</normaloff>:/images/Save.png</iconset>
656
   </property>
657
   <property name="text">
658
    <string>Save</string>
659
   </property>
660
   <property name="toolTip">
661
    <string>Save</string>
662
   </property>
663
   <property name="font">
664
    <font>
665
     <family>맑은 고딕</family>
666
    </font>
667
   </property>
668
   <property name="shortcut">
669
    <string>Ctrl+S</string>
670
   </property>
671
  </action>
672
  <action name="actionRotate">
673
   <property name="icon">
674
    <iconset>
675
     <normaloff>:/newPrefix/Rotate_Minus.png</normaloff>:/newPrefix/Rotate_Minus.png</iconset>
676
   </property>
677
   <property name="text">
678
    <string>Rotate</string>
679
   </property>
680
   <property name="toolTip">
681
    <string>Rotate(Ctrl + R)</string>
682
   </property>
683
   <property name="shortcut">
684
    <string>Ctrl+R</string>
685
   </property>
686
  </action>
687
  <action name="actionFindReplaceText">
688
   <property name="text">
689
    <string>Find/Replace</string>
690
   </property>
691
   <property name="toolTip">
692
    <string>Fine/Replace</string>
693
   </property>
694
  </action>
695
  <action name="actionReplaceText">
696
   <property name="text">
697
    <string>Modify Text</string>
698
   </property>
699
   <property name="font">
700
    <font>
701
     <family>맑은 고딕</family>
702
    </font>
703
   </property>
704
  </action>
705
  <action name="actionOCR_Training">
706
   <property name="text">
707
    <string>OCR Training</string>
708
   </property>
709
  </action>
710
  <action name="actionOCR_Training_Editor">
711
   <property name="text">
712
    <string>OCR Training Editor</string>
713
   </property>
714
  </action>
715
  <action name="actioncoffee">
716
   <property name="text">
717
    <string>coffee</string>
718
   </property>
719
  </action>
720
  <action name="actionEnglish">
721
   <property name="text">
722
    <string>English</string>
723
   </property>
724
  </action>
725
  <action name="actionViewInconsistency">
726
   <property name="checkable">
727
    <bool>true</bool>
728
   </property>
729
   <property name="checked">
730
    <bool>true</bool>
731
   </property>
732
   <property name="text">
733
    <string>Inconsistency (6)</string>
734
   </property>
735
  </action>
736
  <action name="actionText_Data_List">
737
   <property name="text">
738
    <string>Text Data List</string>
739
   </property>
740
  </action>
741
  <action name="actionDrawing_Only">
742
   <property name="checkable">
743
    <bool>true</bool>
744
   </property>
745
   <property name="text">
746
    <string>Drawing Only ( ` )</string>
747
   </property>
748
  </action>
749
  <action name="actionVendor">
750
   <property name="checkable">
751
    <bool>true</bool>
752
   </property>
753
   <property name="icon">
754
    <iconset>
755
     <normaloff>:/newPrefix/vendor.png</normaloff>
756
     <normalon>:/newPrefix/vendor_hot.png</normalon>
757
     <activeon>:/newPrefix/vendor.png</activeon>:/newPrefix/vendor.png</iconset>
758
   </property>
759
   <property name="text">
760
    <string>Vendor</string>
761
   </property>
762
   <property name="toolTip">
763
    <string>Set Vendor Package</string>
764
   </property>
765
  </action>
766
  <action name="actionViewVendor_Area">
767
   <property name="checkable">
768
    <bool>true</bool>
769
   </property>
770
   <property name="checked">
771
    <bool>true</bool>
772
   </property>
773
   <property name="text">
774
    <string>Vendor Area(7)</string>
775
   </property>
776
  </action>
777
  <action name="actionNew">
778
   <property name="icon">
779
    <iconset resource="../res/Resource.qrc">
780
     <normaloff>:/images/New.png</normaloff>:/images/New.png</iconset>
781
   </property>
782
   <property name="text">
783
    <string>New...</string>
784
   </property>
785
   <property name="iconText">
786
    <string>New</string>
787
   </property>
788
   <property name="toolTip">
789
    <string>New</string>
790
   </property>
791
   <property name="font">
792
    <font>
793
     <family>맑은 고딕</family>
794
    </font>
795
   </property>
796
   <property name="shortcut">
797
    <string>Ctrl+N</string>
798
   </property>
799
  </action>
800
  <action name="actionCreate_Symbol">
801
   <property name="text">
802
    <string>Symbol Editor</string>
803
   </property>
804
  </action>
805
  <action name="actionCreate_Stream">
806
   <property name="text">
807
    <string>Create Stream</string>
808
   </property>
809
  </action>
810
  <action name="actionOptions">
811
   <property name="icon">
812
    <iconset resource="../res/Resource.qrc">
813
     <normaloff>:/images/Option.png</normaloff>:/images/Option.png</iconset>
814
   </property>
815
   <property name="text">
816
    <string>Options...</string>
817
   </property>
818
   <property name="font">
819
    <font>
820
     <family>맑은 고딕</family>
821
    </font>
822
   </property>
823
  </action>
824
  <action name="actionCalculation">
825
   <property name="icon">
826
    <iconset resource="../res/Resource.qrc">
827
     <normaloff>:/images/Calculation.png</normaloff>:/images/Calculation.png</iconset>
828
   </property>
829
   <property name="text">
830
    <string/>
831
   </property>
832
   <property name="toolTip">
833
    <string>Calculation</string>
834
   </property>
835
   <property name="font">
836
    <font>
837
     <family>맑은 고딕</family>
838
     <weight>50</weight>
839
     <bold>false</bold>
840
    </font>
841
   </property>
842
  </action>
843
  <action name="actionOpen">
844
   <property name="icon">
845
    <iconset resource="../res/Resource.qrc">
846
     <normaloff>:/images/Open.png</normaloff>:/images/Open.png</iconset>
847
   </property>
848
   <property name="text">
849
    <string>Open..</string>
850
   </property>
851
   <property name="iconText">
852
    <string>Open..</string>
853
   </property>
854
   <property name="toolTip">
855
    <string>Open</string>
856
   </property>
857
   <property name="font">
858
    <font>
859
     <family>맑은 고딕</family>
860
    </font>
861
   </property>
862
   <property name="shortcut">
863
    <string>Ctrl+O</string>
864
   </property>
865
  </action>
866
 </widget>
867
 <resources>
868
  <include location="../res/Resource.qrc"/>
869
 </resources>
870
 <connections/>
871
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)