개정판 4d33aa5a
issue #000: 수정
Change-Id: I0c171c1f7de6d821f6e201effb89acae00f1b226
HYTOS/HYTOS/UI/MainWindow.ui | ||
---|---|---|
70 | 70 |
</widget> |
71 | 71 |
<addaction name="actionNew"/> |
72 | 72 |
<addaction name="actionSave"/> |
73 |
<addaction name="separator"/> |
|
73 | 74 |
<addaction name="actionConfiguration"/> |
74 | 75 |
<addaction name="separator"/> |
75 | 76 |
<addaction name="menuTheme"/> |
... | ... | |
90 | 91 |
</property> |
91 | 92 |
<addaction name="actionLine"/> |
92 | 93 |
<addaction name="actionInitialize"/> |
94 |
<addaction name="separator"/> |
|
95 |
<addaction name="actionOptions"/> |
|
93 | 96 |
</widget> |
94 | 97 |
<addaction name="menu"/> |
95 | 98 |
<addaction name="menu_3"/> |
... | ... | |
223 | 226 |
<addaction name="actionSave"/> |
224 | 227 |
<addaction name="separator"/> |
225 | 228 |
<addaction name="actionLine"/> |
226 |
<addaction name="separator"/> |
|
227 | 229 |
<addaction name="actionInitialize"/> |
230 |
<addaction name="separator"/> |
|
228 | 231 |
<addaction name="actionZoom"/> |
229 | 232 |
<addaction name="actionFitWindow"/> |
230 | 233 |
</widget> |
... | ... | |
257 | 260 |
<property name="text"> |
258 | 261 |
<string>Exit</string> |
259 | 262 |
</property> |
263 |
<property name="toolTip"> |
|
264 |
<string>Exit</string> |
|
265 |
</property> |
|
260 | 266 |
<property name="font"> |
261 | 267 |
<font> |
262 | 268 |
<family>맑은 고딕</family> |
263 | 269 |
</font> |
264 | 270 |
</property> |
271 |
<property name="shortcut"> |
|
272 |
<string/> |
|
273 |
</property> |
|
265 | 274 |
</action> |
266 | 275 |
<action name="actionRecognition"> |
267 | 276 |
<property name="icon"> |
... | ... | |
294 | 303 |
<string>Stream Line</string> |
295 | 304 |
</property> |
296 | 305 |
<property name="toolTip"> |
297 |
<string>Stream Line(L)</string>
|
|
306 |
<string>Stream Line</string> |
|
298 | 307 |
</property> |
299 | 308 |
<property name="font"> |
300 | 309 |
<font> |
... | ... | |
303 | 312 |
<bold>false</bold> |
304 | 313 |
</font> |
305 | 314 |
</property> |
306 |
<property name="shortcut"> |
|
307 |
<string>L</string> |
|
308 |
</property> |
|
309 | 315 |
</action> |
310 | 316 |
<action name="actionValidate"> |
311 | 317 |
<property name="icon"> |
... | ... | |
335 | 341 |
<normaloff>:/newPrefix/Configuration.png</normaloff>:/newPrefix/Configuration.png</iconset> |
336 | 342 |
</property> |
337 | 343 |
<property name="text"> |
338 |
<string>Configuration</string> |
|
344 |
<string>Configuration...</string>
|
|
339 | 345 |
</property> |
340 | 346 |
<property name="font"> |
341 | 347 |
<font> |
... | ... | |
466 | 472 |
<string>Clear Screen</string> |
467 | 473 |
</property> |
468 | 474 |
<property name="toolTip"> |
469 |
<string>Clear Screen (Ctrl + Del)</string>
|
|
475 |
<string>Clear Screen</string> |
|
470 | 476 |
</property> |
471 | 477 |
<property name="font"> |
472 | 478 |
<font> |
473 | 479 |
<family>맑은 고딕</family> |
474 | 480 |
</font> |
475 | 481 |
</property> |
476 |
<property name="shortcut"> |
|
477 |
<string>Ctrl+Del</string> |
|
478 |
</property> |
|
479 | 482 |
</action> |
480 | 483 |
<action name="actionImage_Drawing"> |
481 | 484 |
<property name="checkable"> |
... | ... | |
502 | 505 |
<normaloff>:/newPrefix/ZoomIn.png</normaloff>:/newPrefix/ZoomIn.png</iconset> |
503 | 506 |
</property> |
504 | 507 |
<property name="text"> |
505 |
<string>Zoom</string> |
|
508 |
<string>Zoom Area</string>
|
|
506 | 509 |
</property> |
507 | 510 |
<property name="toolTip"> |
508 |
<string>Zoom(Z)</string>
|
|
511 |
<string>Zoom Area</string>
|
|
509 | 512 |
</property> |
510 | 513 |
<property name="font"> |
511 | 514 |
<font> |
512 | 515 |
<family>맑은 고딕</family> |
513 |
<weight>75</weight>
|
|
514 |
<bold>true</bold>
|
|
516 |
<weight>50</weight>
|
|
517 |
<bold>false</bold>
|
|
515 | 518 |
</font> |
516 | 519 |
</property> |
517 |
<property name="shortcut"> |
|
518 |
<string>Z</string> |
|
519 |
</property> |
|
520 | 520 |
</action> |
521 | 521 |
<action name="actionFitWindow"> |
522 | 522 |
<property name="icon"> |
... | ... | |
524 | 524 |
<normaloff>:/newPrefix/FullExtent.png</normaloff>:/newPrefix/FullExtent.png</iconset> |
525 | 525 |
</property> |
526 | 526 |
<property name="text"> |
527 |
<string>Fit Window</string> |
|
527 |
<string>Fit</string> |
|
528 |
</property> |
|
529 |
<property name="iconText"> |
|
530 |
<string>Fit</string> |
|
528 | 531 |
</property> |
529 | 532 |
<property name="toolTip"> |
530 |
<string>Fit Window</string>
|
|
533 |
<string>Fit</string> |
|
531 | 534 |
</property> |
532 | 535 |
<property name="font"> |
533 | 536 |
<font> |
534 | 537 |
<family>맑은 고딕</family> |
535 |
<weight>75</weight>
|
|
536 |
<bold>true</bold>
|
|
538 |
<weight>50</weight>
|
|
539 |
<bold>false</bold>
|
|
537 | 540 |
</font> |
538 | 541 |
</property> |
539 | 542 |
</action> |
... | ... | |
649 | 652 |
<string>Save</string> |
650 | 653 |
</property> |
651 | 654 |
<property name="toolTip"> |
652 |
<string>Save(Ctrl + S)</string>
|
|
655 |
<string>Save</string> |
|
653 | 656 |
</property> |
654 | 657 |
<property name="font"> |
655 | 658 |
<font> |
... | ... | |
657 | 660 |
</font> |
658 | 661 |
</property> |
659 | 662 |
<property name="shortcut"> |
660 |
<string>Ctrl+S</string>
|
|
663 |
<string>Ctrl+C</string>
|
|
661 | 664 |
</property> |
662 | 665 |
</action> |
663 | 666 |
<action name="actionRotate"> |
... | ... | |
771 | 774 |
<normaloff>:/newPrefix/New.png</normaloff>:/newPrefix/New.png</iconset> |
772 | 775 |
</property> |
773 | 776 |
<property name="text"> |
777 |
<string>New...</string> |
|
778 |
</property> |
|
779 |
<property name="iconText"> |
|
774 | 780 |
<string>New</string> |
775 | 781 |
</property> |
776 | 782 |
<property name="toolTip"> |
777 |
<string>New(Ctrl + N)</string>
|
|
783 |
<string>New</string> |
|
778 | 784 |
</property> |
779 | 785 |
<property name="font"> |
780 | 786 |
<font> |
... | ... | |
795 | 801 |
<string>Create Stream</string> |
796 | 802 |
</property> |
797 | 803 |
</action> |
804 |
<action name="actionOptions"> |
|
805 |
<property name="icon"> |
|
806 |
<iconset resource="../res/Resource.qrc"> |
|
807 |
<normaloff>:/newPrefix/Option.png</normaloff>:/newPrefix/Option.png</iconset> |
|
808 |
</property> |
|
809 |
<property name="text"> |
|
810 |
<string>Options...</string> |
|
811 |
</property> |
|
812 |
<property name="font"> |
|
813 |
<font> |
|
814 |
<family>맑은 고딕</family> |
|
815 |
</font> |
|
816 |
</property> |
|
817 |
</action> |
|
798 | 818 |
</widget> |
799 | 819 |
<resources> |
800 | 820 |
<include location="../res/Resource.qrc"/> |
내보내기 Unified diff