|
62 | 62 | <x>0</x> |
63 | 63 | <y>0</y> |
64 | 64 | <width>640</width> |
65 | | - <height>20</height> |
| 65 | + <height>25</height> |
66 | 66 | </rect> |
67 | 67 | </property> |
68 | 68 | <widget class="QMenu" name="mMenuFile"> |
|
128 | 128 | </widget> |
129 | 129 | <widget class="QMenu" name="mMenuAnalyze"> |
130 | 130 | <property name="title"> |
131 | | - <string>Analyze</string> |
| 131 | + <string>A&nalyze</string> |
132 | 132 | </property> |
133 | 133 | <widget class="QMenu" name="menuCpp_standard"> |
134 | 134 | <property name="title"> |
|
139 | 139 | </widget> |
140 | 140 | <widget class="QMenu" name="menuC_standard"> |
141 | 141 | <property name="title"> |
142 | | - <string>C standard</string> |
| 142 | + <string>&C standard</string> |
143 | 143 | </property> |
144 | 144 | <addaction name="mActionC89"/> |
145 | 145 | <addaction name="mActionC99"/> |
|
184 | 184 | <attribute name="toolBarBreak"> |
185 | 185 | <bool>false</bool> |
186 | 186 | </attribute> |
187 | | - <addaction name="mActionAnalyzeDirectory"/> |
188 | 187 | <addaction name="mActionOpenProjectFile"/> |
189 | | - <addaction name="mActionShowScratchpad"/> |
190 | 188 | <addaction name="mActionSave"/> |
191 | | - <addaction name="mActionReanalyzeModified"/> |
192 | 189 | <addaction name="mActionReanalyzeAll"/> |
193 | 190 | <addaction name="mActionStop"/> |
194 | 191 | <addaction name="mActionClearResults"/> |
|
211 | 208 | <addaction name="mActionShowPortability"/> |
212 | 209 | <addaction name="mActionShowPerformance"/> |
213 | 210 | <addaction name="mActionShowInformation"/> |
| 211 | + <addaction name="mActionShowCppcheck"/> |
| 212 | + <addaction name="mActionShowClang"/> |
214 | 213 | </widget> |
215 | 214 | <widget class="QToolBar" name="mToolBarFilter"> |
216 | 215 | <property name="windowTitle"> |
|
292 | 291 | <normaloff>:/images/view-recheck.png</normaloff>:/images/view-recheck.png</iconset> |
293 | 292 | </property> |
294 | 293 | <property name="text"> |
295 | | - <string>&Reanalyze all files</string> |
| 294 | + <string>Reanal&yze all files</string> |
296 | 295 | </property> |
297 | 296 | </action> |
298 | 297 | <action name="mActionStop"> |
|
357 | 356 | <normaloff>:/images/applications-development.png</normaloff>:/images/applications-development.png</iconset> |
358 | 357 | </property> |
359 | 358 | <property name="text"> |
360 | | - <string>Style warnings</string> |
| 359 | + <string>Style war&nings</string> |
361 | 360 | </property> |
362 | 361 | <property name="iconText"> |
363 | 362 | <string>Show style warnings</string> |
|
375 | 374 | <normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset> |
376 | 375 | </property> |
377 | 376 | <property name="text"> |
378 | | - <string>Errors</string> |
| 377 | + <string>E&rrors</string> |
379 | 378 | </property> |
380 | 379 | <property name="iconText"> |
381 | 380 | <string>Show errors</string> |
|
462 | 461 | <normaloff>:/images/scratchpad.png</normaloff>:/images/scratchpad.png</iconset> |
463 | 462 | </property> |
464 | 463 | <property name="text"> |
465 | | - <string>Show S&cratchpad...</string> |
| 464 | + <string>Sh&ow Scratchpad...</string> |
466 | 465 | </property> |
467 | 466 | </action> |
468 | 467 | <action name="mActionNewProjectFile"> |
|
512 | 511 | <normaloff>:/images/showwarnings.png</normaloff>:/images/showwarnings.png</iconset> |
513 | 512 | </property> |
514 | 513 | <property name="text"> |
515 | | - <string>Warnings</string> |
| 514 | + <string>&Warnings</string> |
516 | 515 | </property> |
517 | 516 | <property name="iconText"> |
518 | 517 | <string>Show warnings</string> |
|
530 | 529 | <normaloff>:/images/showperformance.png</normaloff>:/images/showperformance.png</iconset> |
531 | 530 | </property> |
532 | 531 | <property name="text"> |
533 | | - <string>Performance warnings</string> |
| 532 | + <string>Per&formance warnings</string> |
534 | 533 | </property> |
535 | 534 | <property name="iconText"> |
536 | 535 | <string>Show performance warnings</string> |
|
556 | 555 | <normaloff>:/images/dialog-information.png</normaloff>:/images/dialog-information.png</iconset> |
557 | 556 | </property> |
558 | 557 | <property name="text"> |
559 | | - <string>Information</string> |
| 558 | + <string>&Information</string> |
560 | 559 | </property> |
561 | 560 | <property name="toolTip"> |
562 | 561 | <string>Show information messages</string> |
|
571 | 570 | <normaloff>:/images/applications-system.png</normaloff>:/images/applications-system.png</iconset> |
572 | 571 | </property> |
573 | 572 | <property name="text"> |
574 | | - <string>Portability</string> |
| 573 | + <string>&Portability</string> |
575 | 574 | </property> |
576 | 575 | <property name="toolTip"> |
577 | 576 | <string>Show portability warnings</string> |
578 | 577 | </property> |
579 | 578 | </action> |
| 579 | + <action name="mActionShowCppcheck"> |
| 580 | + <property name="checkable"> |
| 581 | + <bool>true</bool> |
| 582 | + </property> |
| 583 | + <property name="icon"> |
| 584 | + <iconset resource="gui.qrc"> |
| 585 | + <normaloff>:/cppcheck-gui.png</normaloff>:/cppcheck-gui.png</iconset> |
| 586 | + </property> |
| 587 | + <property name="text"> |
| 588 | + <string>Cppcheck</string> |
| 589 | + </property> |
| 590 | + <property name="toolTip"> |
| 591 | + <string>Show Cppcheck results</string> |
| 592 | + </property> |
| 593 | + </action> |
| 594 | + <action name="mActionShowClang"> |
| 595 | + <property name="checkable"> |
| 596 | + <bool>true</bool> |
| 597 | + </property> |
| 598 | + <property name="icon"> |
| 599 | + <iconset resource="gui.qrc"> |
| 600 | + <normaloff>:/images/llvm-dragon.svg</normaloff>:/images/llvm-dragon.svg</iconset> |
| 601 | + </property> |
| 602 | + <property name="text"> |
| 603 | + <string>Clang</string> |
| 604 | + </property> |
| 605 | + <property name="toolTip"> |
| 606 | + <string>Show Clang results</string> |
| 607 | + </property> |
| 608 | + </action> |
580 | 609 | <action name="mActionToolBarFilter"> |
581 | 610 | <property name="checkable"> |
582 | 611 | <bool>true</bool> |
|
590 | 619 | </action> |
591 | 620 | <action name="mActionProjectMRU"> |
592 | 621 | <property name="text"> |
593 | | - <string notr="true">Project MRU placeholder</string> |
| 622 | + <string notr="true">Project &MRU placeholder</string> |
594 | 623 | </property> |
595 | 624 | <property name="visible"> |
596 | 625 | <bool>true</bool> |
|
641 | 670 | <bool>false</bool> |
642 | 671 | </property> |
643 | 672 | <property name="text"> |
644 | | - <string>Platforms</string> |
| 673 | + <string>P&latforms</string> |
645 | 674 | </property> |
646 | 675 | <property name="visible"> |
647 | 676 | <bool>false</bool> |
|
655 | 684 | <bool>true</bool> |
656 | 685 | </property> |
657 | 686 | <property name="text"> |
658 | | - <string>C++11</string> |
| 687 | + <string>C++&11</string> |
659 | 688 | </property> |
660 | 689 | </action> |
661 | 690 | <action name="mActionC99"> |
|
666 | 695 | <bool>true</bool> |
667 | 696 | </property> |
668 | 697 | <property name="text"> |
669 | | - <string>C99</string> |
| 698 | + <string>C&99</string> |
670 | 699 | </property> |
671 | 700 | </action> |
672 | 701 | <action name="mActionPosix"> |
673 | 702 | <property name="checkable"> |
674 | 703 | <bool>true</bool> |
675 | 704 | </property> |
676 | 705 | <property name="text"> |
677 | | - <string>Posix</string> |
| 706 | + <string>&Posix</string> |
678 | 707 | </property> |
679 | 708 | </action> |
680 | 709 | <action name="mActionC11"> |
681 | 710 | <property name="checkable"> |
682 | 711 | <bool>true</bool> |
683 | 712 | </property> |
684 | 713 | <property name="text"> |
685 | | - <string>C11</string> |
| 714 | + <string>C&11</string> |
686 | 715 | </property> |
687 | 716 | </action> |
688 | 717 | <action name="mActionC89"> |
689 | 718 | <property name="checkable"> |
690 | 719 | <bool>true</bool> |
691 | 720 | </property> |
692 | 721 | <property name="text"> |
693 | | - <string>C89</string> |
| 722 | + <string>&C89</string> |
694 | 723 | </property> |
695 | 724 | </action> |
696 | 725 | <action name="mActionCpp03"> |
697 | 726 | <property name="checkable"> |
698 | 727 | <bool>true</bool> |
699 | 728 | </property> |
700 | 729 | <property name="text"> |
701 | | - <string>C++03</string> |
| 730 | + <string>&C++03</string> |
702 | 731 | </property> |
703 | 732 | </action> |
704 | 733 | <action name="mActionPrint"> |
|
719 | 748 | </action> |
720 | 749 | <action name="mActionLibraryEditor"> |
721 | 750 | <property name="text"> |
722 | | - <string>Library Editor...</string> |
| 751 | + <string>&Library Editor...</string> |
723 | 752 | </property> |
724 | 753 | <property name="toolTip"> |
725 | 754 | <string>Open library editor</string> |
|
730 | 759 | <bool>true</bool> |
731 | 760 | </property> |
732 | 761 | <property name="text"> |
733 | | - <string>Auto-detect language</string> |
| 762 | + <string>&Auto-detect language</string> |
734 | 763 | </property> |
735 | 764 | </action> |
736 | 765 | <action name="mActionEnforceCpp"> |
737 | 766 | <property name="checkable"> |
738 | 767 | <bool>true</bool> |
739 | 768 | </property> |
740 | 769 | <property name="text"> |
741 | | - <string>Enforce C++</string> |
| 770 | + <string>&Enforce C++</string> |
742 | 771 | </property> |
743 | 772 | </action> |
744 | 773 | <action name="mActionEnforceC"> |
745 | 774 | <property name="checkable"> |
746 | 775 | <bool>true</bool> |
747 | 776 | </property> |
748 | 777 | <property name="text"> |
749 | | - <string>Enforce C</string> |
| 778 | + <string>E&nforce C</string> |
750 | 779 | </property> |
751 | 780 | </action> |
752 | 781 | </widget> |
|
0 commit comments