5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>400</width> |
9 <width>400</width> |
10 <height>300</height> |
10 <height>412</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string notr="true"/> |
14 <string notr="true"/> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout"> |
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
17 <item> |
17 <item> |
18 <widget class="QLabel" name="headerLabel"> |
18 <widget class="QLabel" name="headerLabel"> |
19 <property name="text"> |
19 <property name="text"> |
20 <string><b>Configure Syntax Checker settings</b></string> |
20 <string><b>Configure Code Checker settings</b></string> |
21 </property> |
21 </property> |
22 </widget> |
22 </widget> |
23 </item> |
23 </item> |
24 <item> |
24 <item> |
25 <widget class="Line" name="line2"> |
25 <widget class="Line" name="line2"> |
112 </item> |
112 </item> |
113 </layout> |
113 </layout> |
114 </widget> |
114 </widget> |
115 </item> |
115 </item> |
116 <item> |
116 <item> |
|
117 <widget class="QGroupBox" name="groupBox_2"> |
|
118 <property name="title"> |
|
119 <string>PyFlakes</string> |
|
120 </property> |
|
121 <layout class="QVBoxLayout" name="verticalLayout"> |
|
122 <item> |
|
123 <widget class="QCheckBox" name="includeCheckBox"> |
|
124 <property name="toolTip"> |
|
125 <string>Select to include a PyFlakes check after the syntax check</string> |
|
126 </property> |
|
127 <property name="text"> |
|
128 <string>Include PyFlakes Checks after syntax check</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <widget class="QCheckBox" name="ignoreStarImportCheckBox"> |
|
134 <property name="toolTip"> |
|
135 <string>Select to suppress star import warnings</string> |
|
136 </property> |
|
137 <property name="text"> |
|
138 <string>Suppress star import warnings</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 </layout> |
|
143 </widget> |
|
144 </item> |
|
145 <item> |
117 <spacer name="verticalSpacer"> |
146 <spacer name="verticalSpacer"> |
118 <property name="orientation"> |
147 <property name="orientation"> |
119 <enum>Qt::Vertical</enum> |
148 <enum>Qt::Vertical</enum> |
120 </property> |
149 </property> |
121 <property name="sizeHint" stdset="0"> |
150 <property name="sizeHint" stdset="0"> |