41 <attribute name="title"> |
41 <attribute name="title"> |
42 <string>Global Options</string> |
42 <string>Global Options</string> |
43 </attribute> |
43 </attribute> |
44 <layout class="QGridLayout" name="gridLayout_2"> |
44 <layout class="QGridLayout" name="gridLayout_2"> |
45 <item row="0" column="0"> |
45 <item row="0" column="0"> |
|
46 <widget class="QLabel" name="label_20"> |
|
47 <property name="text"> |
|
48 <string>Categories:</string> |
|
49 </property> |
|
50 <property name="alignment"> |
|
51 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="0" column="1"> |
|
56 <widget class="QListWidget" name="categoriesList"> |
|
57 <property name="toolTip"> |
|
58 <string>Select the categories of checks to be performed.</string> |
|
59 </property> |
|
60 <property name="sortingEnabled"> |
|
61 <bool>true</bool> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="1" column="0"> |
46 <widget class="QLabel" name="label_2"> |
66 <widget class="QLabel" name="label_2"> |
47 <property name="text"> |
67 <property name="text"> |
48 <string>Exclude Files:</string> |
68 <string>Exclude Files:</string> |
49 </property> |
69 </property> |
50 </widget> |
70 </widget> |
51 </item> |
71 </item> |
52 <item row="0" column="1"> |
72 <item row="1" column="1"> |
53 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
73 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
54 <property name="toolTip"> |
74 <property name="toolTip"> |
55 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
75 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
56 </property> |
76 </property> |
57 </widget> |
77 </widget> |
58 </item> |
78 </item> |
59 <item row="1" column="0"> |
79 <item row="2" column="0"> |
60 <widget class="QLabel" name="label"> |
80 <widget class="QLabel" name="label"> |
61 <property name="text"> |
81 <property name="text"> |
62 <string>Exclude Messages:</string> |
82 <string>Exclude Messages:</string> |
63 </property> |
83 </property> |
64 </widget> |
84 </widget> |
65 </item> |
85 </item> |
66 <item row="1" column="1"> |
86 <item row="2" column="1"> |
67 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit"> |
87 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit"> |
68 <property name="toolTip"> |
88 <property name="toolTip"> |
69 <string>Enter message codes or categories to be excluded separated by a comma</string> |
89 <string>Enter message codes to be excluded separated by a comma</string> |
70 </property> |
90 </property> |
71 </widget> |
91 </widget> |
72 </item> |
92 </item> |
73 <item row="1" column="2"> |
93 <item row="2" column="2"> |
74 <widget class="QToolButton" name="excludeMessagesSelectButton"> |
94 <widget class="QToolButton" name="excludeMessagesSelectButton"> |
75 <property name="toolTip"> |
95 <property name="toolTip"> |
76 <string>Press to select the message codes from a list</string> |
96 <string>Press to select the message codes from a list</string> |
77 </property> |
97 </property> |
78 </widget> |
98 </widget> |
79 </item> |
99 </item> |
80 <item row="2" column="0"> |
100 <item row="3" column="0"> |
81 <widget class="QLabel" name="label_3"> |
101 <widget class="QLabel" name="label_3"> |
82 <property name="text"> |
102 <property name="text"> |
83 <string>Included Messages:</string> |
103 <string>Included Messages:</string> |
84 </property> |
104 </property> |
85 </widget> |
105 </widget> |
86 </item> |
106 </item> |
87 <item row="2" column="1"> |
107 <item row="3" column="1"> |
88 <widget class="E5ClearableLineEdit" name="includeMessagesEdit"> |
108 <widget class="E5ClearableLineEdit" name="includeMessagesEdit"> |
89 <property name="toolTip"> |
109 <property name="toolTip"> |
90 <string>Enter message codes or categories to be included separated by a comma</string> |
110 <string>Enter message codes to be included separated by a comma</string> |
91 </property> |
111 </property> |
92 </widget> |
112 </widget> |
93 </item> |
113 </item> |
94 <item row="2" column="2"> |
114 <item row="3" column="2"> |
95 <widget class="QToolButton" name="includeMessagesSelectButton"> |
115 <widget class="QToolButton" name="includeMessagesSelectButton"> |
96 <property name="toolTip"> |
116 <property name="toolTip"> |
97 <string>Press to select the message codes from a list</string> |
117 <string>Press to select the message codes from a list</string> |
98 </property> |
118 </property> |
99 </widget> |
119 </widget> |
100 </item> |
120 </item> |
101 <item row="3" column="0"> |
121 <item row="4" column="0"> |
102 <widget class="QLabel" name="label_4"> |
122 <widget class="QLabel" name="label_4"> |
103 <property name="text"> |
123 <property name="text"> |
104 <string>Fix Issues:</string> |
124 <string>Fix Issues:</string> |
105 </property> |
125 </property> |
106 </widget> |
126 </widget> |
107 </item> |
127 </item> |
108 <item row="3" column="1"> |
128 <item row="4" column="1"> |
109 <widget class="E5ClearableLineEdit" name="fixIssuesEdit"> |
129 <widget class="E5ClearableLineEdit" name="fixIssuesEdit"> |
110 <property name="toolTip"> |
130 <property name="toolTip"> |
111 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string> |
131 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string> |
112 </property> |
132 </property> |
113 </widget> |
133 </widget> |
114 </item> |
134 </item> |
115 <item row="3" column="2"> |
135 <item row="4" column="2"> |
116 <widget class="QToolButton" name="fixIssuesSelectButton"> |
136 <widget class="QToolButton" name="fixIssuesSelectButton"> |
117 <property name="toolTip"> |
137 <property name="toolTip"> |
118 <string>Press to select the message codes from a list</string> |
138 <string>Press to select the message codes from a list</string> |
119 </property> |
139 </property> |
120 </widget> |
140 </widget> |
121 </item> |
141 </item> |
122 <item row="4" column="0"> |
142 <item row="5" column="0"> |
123 <widget class="QLabel" name="label_6"> |
143 <widget class="QLabel" name="label_6"> |
124 <property name="text"> |
144 <property name="text"> |
125 <string>Don't Fix Issues:</string> |
145 <string>Don't Fix Issues:</string> |
126 </property> |
146 </property> |
127 </widget> |
147 </widget> |
128 </item> |
148 </item> |
129 <item row="4" column="1"> |
149 <item row="5" column="1"> |
130 <widget class="E5ClearableLineEdit" name="noFixIssuesEdit"> |
150 <widget class="E5ClearableLineEdit" name="noFixIssuesEdit"> |
131 <property name="toolTip"> |
151 <property name="toolTip"> |
132 <string>Enter message codes of issues not to be fixed automatically</string> |
152 <string>Enter message codes of issues not to be fixed automatically</string> |
133 </property> |
153 </property> |
134 </widget> |
154 </widget> |
135 </item> |
155 </item> |
136 <item row="4" column="2"> |
156 <item row="5" column="2"> |
137 <widget class="QToolButton" name="noFixIssuesSelectButton"> |
157 <widget class="QToolButton" name="noFixIssuesSelectButton"> |
138 <property name="toolTip"> |
158 <property name="toolTip"> |
139 <string>Press to select the message codes from a list</string> |
159 <string>Press to select the message codes from a list</string> |
140 </property> |
160 </property> |
141 </widget> |
161 </widget> |
142 </item> |
162 </item> |
143 <item row="5" column="0" colspan="3"> |
163 <item row="6" column="0" colspan="3"> |
144 <layout class="QHBoxLayout" name="horizontalLayout"> |
164 <layout class="QHBoxLayout" name="horizontalLayout"> |
145 <item> |
165 <item> |
146 <widget class="QCheckBox" name="repeatCheckBox"> |
166 <widget class="QCheckBox" name="repeatCheckBox"> |
147 <property name="toolTip"> |
167 <property name="toolTip"> |
148 <string>Select to repeat each message type</string> |
168 <string>Select to repeat each message type</string> |