프로젝트

일반

사용자정보

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

hytos / HYTOS / HYTOS / UI / MainWindow.ui @ 43daceca

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