33 </attribute> |
33 </attribute> |
34 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
34 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
35 <item> |
35 <item> |
36 <widget class="QTabWidget" name="optionsTabWidget"> |
36 <widget class="QTabWidget" name="optionsTabWidget"> |
37 <property name="currentIndex"> |
37 <property name="currentIndex"> |
38 <number>2</number> |
38 <number>1</number> |
39 </property> |
39 </property> |
40 <widget class="QWidget" name="globalOptionsTab"> |
40 <widget class="QWidget" name="globalOptionsTab"> |
41 <attribute name="title"> |
41 <attribute name="title"> |
42 <string>Global Options</string> |
42 <string>Global Options</string> |
43 </attribute> |
43 </attribute> |
616 </column> |
616 </column> |
617 </widget> |
617 </widget> |
618 </item> |
618 </item> |
619 <item> |
619 <item> |
620 <layout class="QVBoxLayout" name="verticalLayout_5"> |
620 <layout class="QVBoxLayout" name="verticalLayout_5"> |
621 <item alignment="Qt::AlignHCenter"> |
621 <item> |
622 <widget class="QToolButton" name="addBuiltinButton"> |
622 <widget class="QToolButton" name="addBuiltinButton"> |
623 <property name="toolTip"> |
623 <property name="toolTip"> |
624 <string>Press to add a built-in assignment to be ignored</string> |
624 <string>Press to add a built-in assignment to be ignored</string> |
625 </property> |
625 </property> |
626 <property name="text"> |
626 <property name="text"> |
627 <string notr="true">+</string> |
627 <string notr="true">+</string> |
628 </property> |
628 </property> |
629 </widget> |
629 </widget> |
630 </item> |
630 </item> |
631 <item alignment="Qt::AlignHCenter"> |
631 <item> |
632 <widget class="QToolButton" name="deleteBuiltinButton"> |
632 <widget class="QToolButton" name="deleteBuiltinButton"> |
633 <property name="toolTip"> |
633 <property name="toolTip"> |
634 <string>Press to delete the selected entries</string> |
634 <string>Press to delete the selected entries</string> |
635 </property> |
635 </property> |
636 <property name="text"> |
636 <property name="text"> |
685 <item row="1" column="1"> |
685 <item row="1" column="1"> |
686 <widget class="QListWidget" name="whitelistWidget"/> |
686 <widget class="QListWidget" name="whitelistWidget"/> |
687 </item> |
687 </item> |
688 <item row="1" column="2"> |
688 <item row="1" column="2"> |
689 <layout class="QVBoxLayout" name="verticalLayout_6"> |
689 <layout class="QVBoxLayout" name="verticalLayout_6"> |
690 <item alignment="Qt::AlignHCenter"> |
690 <item> |
691 <widget class="QToolButton" name="addWhitelistButton"> |
691 <widget class="QToolButton" name="addWhitelistButton"> |
692 <property name="toolTip"> |
692 <property name="toolTip"> |
693 <string>Press to add a commented code whitelist pattern</string> |
693 <string>Press to add a commented code whitelist pattern</string> |
694 </property> |
694 </property> |
695 <property name="text"> |
695 <property name="text"> |
696 <string notr="true">+</string> |
696 <string notr="true">+</string> |
697 </property> |
697 </property> |
698 </widget> |
698 </widget> |
699 </item> |
699 </item> |
700 <item alignment="Qt::AlignHCenter"> |
700 <item> |
701 <widget class="QToolButton" name="deleteWhitelistButton"> |
701 <widget class="QToolButton" name="deleteWhitelistButton"> |
702 <property name="toolTip"> |
702 <property name="toolTip"> |
703 <string>Press to delete the selected entries</string> |
703 <string>Press to delete the selected entries</string> |
704 </property> |
704 </property> |
705 <property name="text"> |
705 <property name="text"> |