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