|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Py3FlakesPage</class> |
|
4 <widget class="QWidget" name="Py3FlakesPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>482</width> |
|
10 <height>473</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Py3Flakes Behavior</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line1"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QCheckBox" name="includeCheckBox"> |
|
36 <property name="toolTip"> |
|
37 <string>Select to include a py3flakes check after the syntax check</string> |
|
38 </property> |
|
39 <property name="text"> |
|
40 <string>Include Py3Flakes Checks</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QCheckBox" name="ignoreStarImportCheckBox"> |
|
46 <property name="toolTip"> |
|
47 <string>Select to suppress star import warnings</string> |
|
48 </property> |
|
49 <property name="text"> |
|
50 <string>Suppress star import warnings</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <spacer> |
|
56 <property name="orientation"> |
|
57 <enum>Qt::Vertical</enum> |
|
58 </property> |
|
59 <property name="sizeHint" stdset="0"> |
|
60 <size> |
|
61 <width>464</width> |
|
62 <height>41</height> |
|
63 </size> |
|
64 </property> |
|
65 </spacer> |
|
66 </item> |
|
67 </layout> |
|
68 </widget> |
|
69 <resources/> |
|
70 <connections/> |
|
71 </ui> |