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