프로젝트

일반

사용자정보

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

hytos / DTI_PID / DTI_PID / UI / MainWindow.ui @ 0b04ae07

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