Plugins/CheckerPlugins/Pep8/Pep8Dialog.ui

changeset 2866
c77e08c38a5c
parent 2223
054c285dab38
child 2876
bfa39cf40277
equal deleted inserted replaced
2864:d973dab8b715 2866:c77e08c38a5c
26 <widget class="QFrame" name="filterFrame"> 26 <widget class="QFrame" name="filterFrame">
27 <property name="frameShape"> 27 <property name="frameShape">
28 <enum>QFrame::NoFrame</enum> 28 <enum>QFrame::NoFrame</enum>
29 </property> 29 </property>
30 <layout class="QGridLayout" name="gridLayout"> 30 <layout class="QGridLayout" name="gridLayout">
31 <item row="0" column="0">
32 <widget class="QLabel" name="label_2">
33 <property name="text">
34 <string>Exclude Files:</string>
35 </property>
36 </widget>
37 </item>
38 <item row="0" column="1">
39 <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
40 <property name="toolTip">
41 <string>Enter filename patterns of files to be excluded separated by a comma</string>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="3" rowspan="7">
46 <widget class="Line" name="line">
47 <property name="lineWidth">
48 <number>2</number>
49 </property>
50 <property name="orientation">
51 <enum>Qt::Vertical</enum>
52 </property>
53 </widget>
54 </item>
55 <item row="0" column="4" rowspan="7">
56 <layout class="QVBoxLayout" name="verticalLayout_2">
57 <item>
58 <widget class="QPushButton" name="startButton">
59 <property name="toolTip">
60 <string>Press to start the PEP 8 check run</string>
61 </property>
62 <property name="text">
63 <string>Start</string>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <spacer name="verticalSpacer">
69 <property name="orientation">
70 <enum>Qt::Vertical</enum>
71 </property>
72 <property name="sizeHint" stdset="0">
73 <size>
74 <width>20</width>
75 <height>18</height>
76 </size>
77 </property>
78 </spacer>
79 </item>
80 <item>
81 <widget class="QPushButton" name="loadDefaultButton">
82 <property name="toolTip">
83 <string>Press to load the default values</string>
84 </property>
85 <property name="text">
86 <string>Load Defaults</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QPushButton" name="storeDefaultButton">
92 <property name="toolTip">
93 <string>Press to store the current values as defaults</string>
94 </property>
95 <property name="text">
96 <string>Store Defaults</string>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </item>
102 <item row="1" column="0">
103 <widget class="QLabel" name="label">
104 <property name="text">
105 <string>Exclude Messages:</string>
106 </property>
107 </widget>
108 </item>
109 <item row="1" column="1">
110 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit">
111 <property name="toolTip">
112 <string>Enter message codes or categories to be excluded separated by a comma</string>
113 </property>
114 </widget>
115 </item>
31 <item row="1" column="2"> 116 <item row="1" column="2">
32 <widget class="QToolButton" name="excludeMessagesSelectButton"> 117 <widget class="QToolButton" name="excludeMessagesSelectButton">
33 <property name="toolTip"> 118 <property name="toolTip">
34 <string>Press to select the message codes from a list</string> 119 <string>Press to select the message codes from a list</string>
35 </property> 120 </property>
36 <property name="text"> 121 <property name="text">
37 <string>...</string> 122 <string>...</string>
38 </property> 123 </property>
39 </widget> 124 </widget>
40 </item> 125 </item>
41 <item row="4" column="0" colspan="3"> 126 <item row="2" column="0">
42 <layout class="QHBoxLayout" name="horizontalLayout"> 127 <widget class="QLabel" name="label_3">
43 <item> 128 <property name="text">
44 <widget class="QCheckBox" name="repeatCheckBox"> 129 <string>Included Messages:</string>
45 <property name="toolTip"> 130 </property>
46 <string>Select to repeat each message type</string> 131 </widget>
47 </property> 132 </item>
48 <property name="text"> 133 <item row="2" column="1">
49 <string>Repeat messages</string> 134 <widget class="E5ClearableLineEdit" name="includeMessagesEdit">
50 </property> 135 <property name="toolTip">
51 </widget> 136 <string>Enter message codes or categories to be included separated by a comma</string>
52 </item> 137 </property>
53 <item> 138 </widget>
54 <widget class="QCheckBox" name="fixIssuesCheckBox"> 139 </item>
55 <property name="enabled"> 140 <item row="2" column="2">
56 <bool>false</bool> 141 <widget class="QToolButton" name="includeMessagesSelectButton">
57 </property> 142 <property name="toolTip">
58 <property name="toolTip"> 143 <string>Press to select the message codes from a list</string>
59 <string>Select to fix some issues</string> 144 </property>
60 </property> 145 <property name="text">
61 <property name="text"> 146 <string>...</string>
62 <string>Fix issues automatically</string> 147 </property>
63 </property> 148 </widget>
64 </widget> 149 </item>
65 </item> 150 <item row="3" column="0">
66 <item> 151 <widget class="QLabel" name="label_4">
67 <spacer name="horizontalSpacer"> 152 <property name="text">
153 <string>Fix Issues:</string>
154 </property>
155 </widget>
156 </item>
157 <item row="3" column="1">
158 <widget class="E5ClearableLineEdit" name="fixIssuesEdit">
159 <property name="toolTip">
160 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string>
161 </property>
162 </widget>
163 </item>
164 <item row="3" column="2">
165 <widget class="QToolButton" name="fixIssuesSelectButton">
166 <property name="toolTip">
167 <string>Press to select the message codes from a list</string>
168 </property>
169 <property name="text">
170 <string>...</string>
171 </property>
172 </widget>
173 </item>
174 <item row="4" column="0">
175 <widget class="QLabel" name="label_5">
176 <property name="text">
177 <string>Max. Line Length:</string>
178 </property>
179 </widget>
180 </item>
181 <item row="4" column="1">
182 <layout class="QHBoxLayout" name="horizontalLayout_3">
183 <item>
184 <widget class="QSpinBox" name="lineLengthSpinBox">
185 <property name="statusTip">
186 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
187 </property>
188 <property name="alignment">
189 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
190 </property>
191 <property name="minimum">
192 <number>60</number>
193 </property>
194 <property name="maximum">
195 <number>119</number>
196 </property>
197 <property name="value">
198 <number>79</number>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <spacer name="horizontalSpacer_3">
68 <property name="orientation"> 204 <property name="orientation">
69 <enum>Qt::Horizontal</enum> 205 <enum>Qt::Horizontal</enum>
70 </property> 206 </property>
71 <property name="sizeHint" stdset="0"> 207 <property name="sizeHint" stdset="0">
72 <size> 208 <size>
76 </property> 212 </property>
77 </spacer> 213 </spacer>
78 </item> 214 </item>
79 </layout> 215 </layout>
80 </item> 216 </item>
81 <item row="1" column="0"> 217 <item row="5" column="0" colspan="3">
82 <widget class="QLabel" name="label"> 218 <layout class="QHBoxLayout" name="horizontalLayout">
83 <property name="text"> 219 <item>
84 <string>Exclude Messages:</string> 220 <widget class="QCheckBox" name="repeatCheckBox">
85 </property> 221 <property name="toolTip">
86 </widget> 222 <string>Select to repeat each message type</string>
87 </item> 223 </property>
88 <item row="3" column="0"> 224 <property name="text">
89 <widget class="QLabel" name="label_4"> 225 <string>Repeat messages</string>
90 <property name="text"> 226 </property>
91 <string>Fix Issues:</string> 227 </widget>
92 </property> 228 </item>
93 </widget> 229 <item>
94 </item> 230 <widget class="QCheckBox" name="fixIssuesCheckBox">
95 <item row="3" column="1"> 231 <property name="enabled">
96 <widget class="E5ClearableLineEdit" name="fixIssuesEdit"> 232 <bool>false</bool>
97 <property name="toolTip"> 233 </property>
98 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string> 234 <property name="toolTip">
99 </property> 235 <string>Select to fix some issues</string>
100 </widget> 236 </property>
101 </item> 237 <property name="text">
102 <item row="0" column="4" rowspan="5"> 238 <string>Fix issues automatically</string>
103 <layout class="QVBoxLayout" name="verticalLayout_2"> 239 </property>
104 <item> 240 </widget>
105 <widget class="QPushButton" name="startButton"> 241 </item>
106 <property name="toolTip"> 242 <item>
107 <string>Press to start the PEP 8 check run</string> 243 <spacer name="horizontalSpacer">
108 </property>
109 <property name="text">
110 <string>Start</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <spacer name="verticalSpacer">
116 <property name="orientation"> 244 <property name="orientation">
117 <enum>Qt::Vertical</enum> 245 <enum>Qt::Horizontal</enum>
118 </property> 246 </property>
119 <property name="sizeHint" stdset="0"> 247 <property name="sizeHint" stdset="0">
120 <size> 248 <size>
121 <width>20</width> 249 <width>40</width>
122 <height>18</height> 250 <height>20</height>
123 </size> 251 </size>
124 </property> 252 </property>
125 </spacer> 253 </spacer>
126 </item> 254 </item>
127 <item>
128 <widget class="QPushButton" name="loadDefaultButton">
129 <property name="toolTip">
130 <string>Press to load the default values</string>
131 </property>
132 <property name="text">
133 <string>Load Defaults</string>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <widget class="QPushButton" name="storeDefaultButton">
139 <property name="toolTip">
140 <string>Press to store the current values as defaults</string>
141 </property>
142 <property name="text">
143 <string>Store Defaults</string>
144 </property>
145 </widget>
146 </item>
147 </layout> 255 </layout>
148 </item> 256 </item>
149 <item row="2" column="1"> 257 <item row="6" column="0" colspan="3">
150 <widget class="E5ClearableLineEdit" name="includeMessagesEdit"> 258 <layout class="QHBoxLayout" name="horizontalLayout_2">
151 <property name="toolTip"> 259 <item>
152 <string>Enter message codes or categories to be included separated by a comma</string> 260 <widget class="QCheckBox" name="hangClosingCheckBox">
153 </property> 261 <property name="toolTip">
154 </widget> 262 <string>Select to allow hanging closing brackets</string>
155 </item> 263 </property>
156 <item row="1" column="1"> 264 <property name="text">
157 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit"> 265 <string>Allow hanging closing brackets</string>
158 <property name="toolTip"> 266 </property>
159 <string>Enter message codes or categories to be excluded separated by a comma</string> 267 </widget>
160 </property> 268 </item>
161 </widget> 269 <item>
162 </item> 270 <spacer name="horizontalSpacer_2">
163 <item row="0" column="0"> 271 <property name="orientation">
164 <widget class="QLabel" name="label_2"> 272 <enum>Qt::Horizontal</enum>
165 <property name="text"> 273 </property>
166 <string>Exclude Files:</string> 274 <property name="sizeHint" stdset="0">
167 </property> 275 <size>
168 </widget> 276 <width>40</width>
169 </item> 277 <height>20</height>
170 <item row="0" column="1"> 278 </size>
171 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> 279 </property>
172 <property name="toolTip"> 280 </spacer>
173 <string>Enter filename patterns of files to be excluded separated by a comma</string> 281 </item>
174 </property> 282 </layout>
175 </widget>
176 </item>
177 <item row="0" column="3" rowspan="5">
178 <widget class="Line" name="line">
179 <property name="lineWidth">
180 <number>2</number>
181 </property>
182 <property name="orientation">
183 <enum>Qt::Vertical</enum>
184 </property>
185 </widget>
186 </item>
187 <item row="2" column="2">
188 <widget class="QToolButton" name="includeMessagesSelectButton">
189 <property name="toolTip">
190 <string>Press to select the message codes from a list</string>
191 </property>
192 <property name="text">
193 <string>...</string>
194 </property>
195 </widget>
196 </item>
197 <item row="2" column="0">
198 <widget class="QLabel" name="label_3">
199 <property name="text">
200 <string>Included Messages:</string>
201 </property>
202 </widget>
203 </item>
204 <item row="3" column="2">
205 <widget class="QToolButton" name="fixIssuesSelectButton">
206 <property name="toolTip">
207 <string>Press to select the message codes from a list</string>
208 </property>
209 <property name="text">
210 <string>...</string>
211 </property>
212 </widget>
213 </item> 283 </item>
214 </layout> 284 </layout>
215 </widget> 285 </widget>
216 </item> 286 </item>
217 <item> 287 <item>
290 <tabstop>excludeMessagesSelectButton</tabstop> 360 <tabstop>excludeMessagesSelectButton</tabstop>
291 <tabstop>includeMessagesEdit</tabstop> 361 <tabstop>includeMessagesEdit</tabstop>
292 <tabstop>includeMessagesSelectButton</tabstop> 362 <tabstop>includeMessagesSelectButton</tabstop>
293 <tabstop>fixIssuesEdit</tabstop> 363 <tabstop>fixIssuesEdit</tabstop>
294 <tabstop>fixIssuesSelectButton</tabstop> 364 <tabstop>fixIssuesSelectButton</tabstop>
365 <tabstop>lineLengthSpinBox</tabstop>
295 <tabstop>repeatCheckBox</tabstop> 366 <tabstop>repeatCheckBox</tabstop>
296 <tabstop>fixIssuesCheckBox</tabstop> 367 <tabstop>fixIssuesCheckBox</tabstop>
368 <tabstop>hangClosingCheckBox</tabstop>
297 <tabstop>storeDefaultButton</tabstop> 369 <tabstop>storeDefaultButton</tabstop>
298 <tabstop>resultList</tabstop> 370 <tabstop>resultList</tabstop>
299 <tabstop>buttonBox</tabstop> 371 <tabstop>buttonBox</tabstop>
300 </tabstops> 372 </tabstops>
301 <resources/> 373 <resources/>

eric ide

mercurial