프로젝트

일반

사용자정보

통계
| 개정판:

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

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