PyLint/PyLintConfigDialog.ui

changeset 0
1c1ac27f3cf1
child 7
cda98d0e93e7
equal deleted inserted replaced
-1:000000000000 0:1c1ac27f3cf1
1 <ui version="4.0" >
2 <class>PyLintConfigDialog</class>
3 <widget class="QDialog" name="PyLintConfigDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>528</width>
9 <height>335</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>PyLint Configuration</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
20 <number>6</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item>
26 <widget class="QTabWidget" name="tabWidget" >
27 <property name="currentIndex" >
28 <number>1</number>
29 </property>
30 <widget class="QWidget" name="General" >
31 <attribute name="title" >
32 <string>General</string>
33 </attribute>
34 <layout class="QGridLayout" >
35 <property name="margin" >
36 <number>6</number>
37 </property>
38 <property name="spacing" >
39 <number>6</number>
40 </property>
41 <item row="0" column="0" >
42 <widget class="QLabel" name="textLabel1" >
43 <property name="text" >
44 <string>Configuration &amp;File:</string>
45 </property>
46 <property name="buddy" >
47 <cstring>configfileEdit</cstring>
48 </property>
49 </widget>
50 </item>
51 <item row="1" column="0" colspan="3" >
52 <widget class="QGroupBox" name="groupBox" >
53 <property name="title" >
54 <string>Output</string>
55 </property>
56 <layout class="QVBoxLayout" >
57 <property name="margin" >
58 <number>6</number>
59 </property>
60 <property name="spacing" >
61 <number>6</number>
62 </property>
63 <item>
64 <widget class="QRadioButton" name="txtOutputButton" >
65 <property name="toolTip" >
66 <string>Select to generate a plain text report</string>
67 </property>
68 <property name="text" >
69 <string>Generate &amp;Textreport</string>
70 </property>
71 <property name="shortcut" >
72 <string>Alt+T</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QRadioButton" name="htmlOutputButton" >
78 <property name="toolTip" >
79 <string>Select to generate a HTML report</string>
80 </property>
81 <property name="text" >
82 <string>Generate &amp;HTML Report</string>
83 </property>
84 <property name="shortcut" >
85 <string>Alt+H</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QRadioButton" name="dialogOutputButton" >
91 <property name="toolTip" >
92 <string>Show the pylint result in a dialog</string>
93 </property>
94 <property name="text" >
95 <string>Show Result &amp;Dialog</string>
96 </property>
97 <property name="shortcut" >
98 <string>Alt+D</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QGroupBox" name="groupBox_2" >
104 <property name="title" >
105 <string>Report File</string>
106 </property>
107 <layout class="QHBoxLayout" >
108 <property name="margin" >
109 <number>6</number>
110 </property>
111 <property name="spacing" >
112 <number>6</number>
113 </property>
114 <item>
115 <widget class="QLineEdit" name="reportfileEdit" >
116 <property name="toolTip" >
117 <string>Enter the name of the report file</string>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <widget class="QPushButton" name="reportfileButton" >
123 <property name="toolTip" >
124 <string>Press to open a file selection dialog</string>
125 </property>
126 <property name="text" >
127 <string>...</string>
128 </property>
129 </widget>
130 </item>
131 </layout>
132 </widget>
133 </item>
134 </layout>
135 </widget>
136 </item>
137 <item row="0" column="1" >
138 <widget class="QLineEdit" name="configfileEdit" >
139 <property name="toolTip" >
140 <string>Enter the name of the configuration file</string>
141 </property>
142 </widget>
143 </item>
144 <item row="3" column="0" colspan="3" >
145 <layout class="QHBoxLayout" >
146 <property name="margin" >
147 <number>0</number>
148 </property>
149 <property name="spacing" >
150 <number>6</number>
151 </property>
152 <item>
153 <spacer>
154 <property name="orientation" >
155 <enum>Qt::Horizontal</enum>
156 </property>
157 <property name="sizeType" >
158 <enum>QSizePolicy::Expanding</enum>
159 </property>
160 <property name="sizeHint" >
161 <size>
162 <width>40</width>
163 <height>20</height>
164 </size>
165 </property>
166 </spacer>
167 </item>
168 <item>
169 <widget class="QPushButton" name="configButton" >
170 <property name="toolTip" >
171 <string>Press to generate a sample configuration</string>
172 </property>
173 <property name="whatsThis" >
174 <string>&lt;b>Generate Configuration Template&lt;/b>
175 &lt;p>This generates a sample configuration. The data is shown in a new editor window.&lt;/p></string>
176 </property>
177 <property name="text" >
178 <string>&amp;Generate Configuration Template</string>
179 </property>
180 <property name="shortcut" >
181 <string>Alt+G</string>
182 </property>
183 </widget>
184 </item>
185 <item>
186 <spacer>
187 <property name="orientation" >
188 <enum>Qt::Horizontal</enum>
189 </property>
190 <property name="sizeType" >
191 <enum>QSizePolicy::Expanding</enum>
192 </property>
193 <property name="sizeHint" >
194 <size>
195 <width>40</width>
196 <height>20</height>
197 </size>
198 </property>
199 </spacer>
200 </item>
201 </layout>
202 </item>
203 <item row="2" column="0" colspan="3" >
204 <widget class="Line" name="line1" >
205 <property name="frameShape" >
206 <enum>QFrame::HLine</enum>
207 </property>
208 <property name="frameShadow" >
209 <enum>QFrame::Sunken</enum>
210 </property>
211 <property name="orientation" >
212 <enum>Qt::Horizontal</enum>
213 </property>
214 </widget>
215 </item>
216 <item row="0" column="2" >
217 <widget class="QPushButton" name="configfileButton" >
218 <property name="toolTip" >
219 <string>Press to open a file selection dialog</string>
220 </property>
221 <property name="text" >
222 <string>...</string>
223 </property>
224 </widget>
225 </item>
226 </layout>
227 </widget>
228 <widget class="QWidget" name="Checkers" >
229 <attribute name="title" >
230 <string>Checkers</string>
231 </attribute>
232 <layout class="QGridLayout" >
233 <property name="margin" >
234 <number>6</number>
235 </property>
236 <property name="spacing" >
237 <number>6</number>
238 </property>
239 <item row="5" column="2" colspan="2" >
240 <spacer>
241 <property name="orientation" >
242 <enum>Qt::Vertical</enum>
243 </property>
244 <property name="sizeType" >
245 <enum>QSizePolicy::Expanding</enum>
246 </property>
247 <property name="sizeHint" >
248 <size>
249 <width>20</width>
250 <height>40</height>
251 </size>
252 </property>
253 </spacer>
254 </item>
255 <item row="2" column="4" >
256 <widget class="QCheckBox" name="variablesCheckBox" >
257 <property name="toolTip" >
258 <string>Select to enable the variables checker</string>
259 </property>
260 <property name="text" >
261 <string>Variables</string>
262 </property>
263 </widget>
264 </item>
265 <item row="1" column="4" >
266 <widget class="QCheckBox" name="typecheckCheckBox" >
267 <property name="toolTip" >
268 <string>Select to enable the typecheck checker</string>
269 </property>
270 <property name="text" >
271 <string>Typecheck</string>
272 </property>
273 </widget>
274 </item>
275 <item row="0" column="4" >
276 <widget class="QCheckBox" name="similaritiesCheckBox" >
277 <property name="toolTip" >
278 <string>Select to enable the similarities checker</string>
279 </property>
280 <property name="text" >
281 <string>Similarities</string>
282 </property>
283 </widget>
284 </item>
285 <item row="4" column="2" >
286 <widget class="QCheckBox" name="rpythonCheckBox" >
287 <property name="toolTip" >
288 <string>Select to enable the rpython checker</string>
289 </property>
290 <property name="text" >
291 <string>RPython</string>
292 </property>
293 </widget>
294 </item>
295 <item row="3" column="2" >
296 <widget class="QCheckBox" name="newstyleCheckBox" >
297 <property name="toolTip" >
298 <string>Select to enable the newstyle checker</string>
299 </property>
300 <property name="text" >
301 <string>Newstyle</string>
302 </property>
303 </widget>
304 </item>
305 <item row="2" column="2" colspan="2" >
306 <widget class="QCheckBox" name="miscellaneousCheckBox" >
307 <property name="toolTip" >
308 <string>Select to enable the miscellaneous checker</string>
309 </property>
310 <property name="text" >
311 <string>Miscellaneous</string>
312 </property>
313 </widget>
314 </item>
315 <item row="1" column="2" >
316 <widget class="QCheckBox" name="metricsCheckBox" >
317 <property name="toolTip" >
318 <string>Select to enable the metrics checker</string>
319 </property>
320 <property name="text" >
321 <string>Metrics</string>
322 </property>
323 </widget>
324 </item>
325 <item row="4" column="0" >
326 <widget class="QCheckBox" name="formatCheckBox" >
327 <property name="toolTip" >
328 <string>Select to enable the format checker</string>
329 </property>
330 <property name="text" >
331 <string>Format</string>
332 </property>
333 </widget>
334 </item>
335 <item row="3" column="0" colspan="2" >
336 <widget class="QCheckBox" name="exceptionsCheckBox" >
337 <property name="toolTip" >
338 <string>Select to enable the exceptions checker</string>
339 </property>
340 <property name="text" >
341 <string>Exceptions</string>
342 </property>
343 </widget>
344 </item>
345 <item row="2" column="0" >
346 <widget class="QCheckBox" name="designCheckBox" >
347 <property name="toolTip" >
348 <string>Select to enable the design checker</string>
349 </property>
350 <property name="text" >
351 <string>Design</string>
352 </property>
353 </widget>
354 </item>
355 <item row="1" column="0" colspan="2" >
356 <widget class="QCheckBox" name="classesCheckBox" >
357 <property name="toolTip" >
358 <string>Select to enable the classes checker</string>
359 </property>
360 <property name="text" >
361 <string>Classes</string>
362 </property>
363 </widget>
364 </item>
365 <item row="0" column="2" colspan="2" >
366 <widget class="QCheckBox" name="importsCheckBox" >
367 <property name="toolTip" >
368 <string>Select to enable the imports checker</string>
369 </property>
370 <property name="text" >
371 <string>Imports</string>
372 </property>
373 </widget>
374 </item>
375 <item row="0" column="0" colspan="2" >
376 <widget class="QCheckBox" name="basicCheckBox" >
377 <property name="toolTip" >
378 <string>Select to enable the basic checker</string>
379 </property>
380 <property name="text" >
381 <string>Basic</string>
382 </property>
383 </widget>
384 </item>
385 </layout>
386 </widget>
387 </widget>
388 </item>
389 <item>
390 <widget class="QDialogButtonBox" name="buttonBox" >
391 <property name="orientation" >
392 <enum>Qt::Horizontal</enum>
393 </property>
394 <property name="standardButtons" >
395 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
396 </property>
397 </widget>
398 </item>
399 </layout>
400 </widget>
401 <layoutdefault spacing="6" margin="6" />
402 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
403 <tabstops>
404 <tabstop>tabWidget</tabstop>
405 <tabstop>configfileEdit</tabstop>
406 <tabstop>configfileButton</tabstop>
407 <tabstop>txtOutputButton</tabstop>
408 <tabstop>htmlOutputButton</tabstop>
409 <tabstop>dialogOutputButton</tabstop>
410 <tabstop>reportfileEdit</tabstop>
411 <tabstop>reportfileButton</tabstop>
412 <tabstop>configButton</tabstop>
413 <tabstop>basicCheckBox</tabstop>
414 <tabstop>classesCheckBox</tabstop>
415 <tabstop>designCheckBox</tabstop>
416 <tabstop>exceptionsCheckBox</tabstop>
417 <tabstop>formatCheckBox</tabstop>
418 <tabstop>importsCheckBox</tabstop>
419 <tabstop>metricsCheckBox</tabstop>
420 <tabstop>miscellaneousCheckBox</tabstop>
421 <tabstop>newstyleCheckBox</tabstop>
422 <tabstop>rpythonCheckBox</tabstop>
423 <tabstop>similaritiesCheckBox</tabstop>
424 <tabstop>typecheckCheckBox</tabstop>
425 <tabstop>variablesCheckBox</tabstop>
426 <tabstop>buttonBox</tabstop>
427 </tabstops>
428 <resources/>
429 <connections>
430 <connection>
431 <sender>dialogOutputButton</sender>
432 <signal>toggled(bool)</signal>
433 <receiver>groupBox_2</receiver>
434 <slot>setDisabled(bool)</slot>
435 <hints>
436 <hint type="sourcelabel" >
437 <x>78</x>
438 <y>163</y>
439 </hint>
440 <hint type="destinationlabel" >
441 <x>62</x>
442 <y>188</y>
443 </hint>
444 </hints>
445 </connection>
446 <connection>
447 <sender>buttonBox</sender>
448 <signal>accepted()</signal>
449 <receiver>PyLintConfigDialog</receiver>
450 <slot>accept()</slot>
451 <hints>
452 <hint type="sourcelabel" >
453 <x>35</x>
454 <y>321</y>
455 </hint>
456 <hint type="destinationlabel" >
457 <x>34</x>
458 <y>333</y>
459 </hint>
460 </hints>
461 </connection>
462 <connection>
463 <sender>buttonBox</sender>
464 <signal>rejected()</signal>
465 <receiver>PyLintConfigDialog</receiver>
466 <slot>reject()</slot>
467 <hints>
468 <hint type="sourcelabel" >
469 <x>91</x>
470 <y>309</y>
471 </hint>
472 <hint type="destinationlabel" >
473 <x>100</x>
474 <y>332</y>
475 </hint>
476 </hints>
477 </connection>
478 </connections>
479 </ui>

eric ide

mercurial