src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui

branch
eric7
changeset 10304
ff7d3d6b952d
parent 9925
a267ac36dd69
child 10520
dd95c3cbb35e
equal deleted inserted replaced
10303:ee1aadab1215 10304:ff7d3d6b952d
4 <widget class="QDialog" name="SyntaxCheckerDialog"> 4 <widget class="QDialog" name="SyntaxCheckerDialog">
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>650</width> 9 <width>800</width>
10 <height>600</height> 10 <height>700</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Syntax Check Result</string> 14 <string>Syntax Check Result</string>
15 </property> 15 </property>
19 entry will open an editor window and position the cursor at the respective line.&lt;/p&gt;</string> 19 entry will open an editor window and position the cursor at the respective line.&lt;/p&gt;</string>
20 </property> 20 </property>
21 <property name="sizeGripEnabled"> 21 <property name="sizeGripEnabled">
22 <bool>true</bool> 22 <bool>true</bool>
23 </property> 23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout"> 24 <layout class="QVBoxLayout" name="verticalLayout_2">
25 <item> 25 <item>
26 <widget class="QFrame" name="filterFrame"> 26 <widget class="QFrame" name="filterFrame">
27 <layout class="QGridLayout" name="gridLayout"> 27 <layout class="QGridLayout" name="gridLayout">
28 <property name="leftMargin"> 28 <property name="leftMargin">
29 <number>0</number> 29 <number>0</number>
137 <enum>Qt::Horizontal</enum> 137 <enum>Qt::Horizontal</enum>
138 </property> 138 </property>
139 <property name="format"> 139 <property name="format">
140 <string>%v/%m Files</string> 140 <string>%v/%m Files</string>
141 </property> 141 </property>
142 </widget>
143 </item>
144 <item>
145 <widget class="QGroupBox" name="statisticsGroup">
146 <property name="title">
147 <string>Statistics</string>
148 </property>
149 <layout class="QVBoxLayout" name="verticalLayout">
150 <item>
151 <layout class="QHBoxLayout" name="horizontalLayout">
152 <item>
153 <widget class="QLabel" name="label_8">
154 <property name="text">
155 <string>Files Total:</string>
156 </property>
157 </widget>
158 </item>
159 <item>
160 <widget class="QLabel" name="totalLabel">
161 <property name="sizePolicy">
162 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
163 <horstretch>0</horstretch>
164 <verstretch>0</verstretch>
165 </sizepolicy>
166 </property>
167 <property name="text">
168 <string/>
169 </property>
170 </widget>
171 </item>
172 <item>
173 <widget class="QLabel" name="label_9">
174 <property name="text">
175 <string>Files Skipped:</string>
176 </property>
177 </widget>
178 </item>
179 <item>
180 <widget class="QLabel" name="skippedLabel">
181 <property name="sizePolicy">
182 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
183 <horstretch>0</horstretch>
184 <verstretch>0</verstretch>
185 </sizepolicy>
186 </property>
187 <property name="text">
188 <string/>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QLabel" name="label">
194 <property name="text">
195 <string>Files Checked:</string>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <widget class="QLabel" name="checkedLabel">
201 <property name="sizePolicy">
202 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
203 <horstretch>0</horstretch>
204 <verstretch>0</verstretch>
205 </sizepolicy>
206 </property>
207 <property name="text">
208 <string/>
209 </property>
210 </widget>
211 </item>
212 <item>
213 <widget class="QLabel" name="label_4">
214 <property name="text">
215 <string>Files with Issues:</string>
216 </property>
217 </widget>
218 </item>
219 <item>
220 <widget class="QLabel" name="issuesLabel">
221 <property name="sizePolicy">
222 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
223 <horstretch>0</horstretch>
224 <verstretch>0</verstretch>
225 </sizepolicy>
226 </property>
227 <property name="text">
228 <string/>
229 </property>
230 </widget>
231 </item>
232 </layout>
233 </item>
234 <item>
235 <layout class="QHBoxLayout" name="horizontalLayout_2">
236 <item>
237 <widget class="QLabel" name="label_5">
238 <property name="text">
239 <string>Errors:</string>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <widget class="QLabel" name="errorsLabel">
245 <property name="sizePolicy">
246 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
247 <horstretch>0</horstretch>
248 <verstretch>0</verstretch>
249 </sizepolicy>
250 </property>
251 <property name="text">
252 <string/>
253 </property>
254 </widget>
255 </item>
256 <item>
257 <widget class="QLabel" name="label_6">
258 <property name="text">
259 <string>Warnings:</string>
260 </property>
261 </widget>
262 </item>
263 <item>
264 <widget class="QLabel" name="warningsLabel">
265 <property name="sizePolicy">
266 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
267 <horstretch>0</horstretch>
268 <verstretch>0</verstretch>
269 </sizepolicy>
270 </property>
271 <property name="text">
272 <string/>
273 </property>
274 </widget>
275 </item>
276 <item>
277 <widget class="QLabel" name="label_7">
278 <property name="text">
279 <string>Python Warnings:</string>
280 </property>
281 </widget>
282 </item>
283 <item>
284 <widget class="QLabel" name="pyWarningsLabel">
285 <property name="sizePolicy">
286 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
287 <horstretch>0</horstretch>
288 <verstretch>0</verstretch>
289 </sizepolicy>
290 </property>
291 <property name="text">
292 <string/>
293 </property>
294 </widget>
295 </item>
296 </layout>
297 </item>
298 </layout>
142 </widget> 299 </widget>
143 </item> 300 </item>
144 <item> 301 <item>
145 <widget class="QDialogButtonBox" name="buttonBox"> 302 <widget class="QDialogButtonBox" name="buttonBox">
146 <property name="orientation"> 303 <property name="orientation">

eric ide

mercurial