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