19 entry will open an editor window and position the cursor at the respective line and position.</p></string> |
19 entry will open an editor window and position the cursor at the respective line and position.</p></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="QGridLayout" name="gridLayout_3"> |
24 <layout class="QVBoxLayout" name="verticalLayout_6"> |
25 <item row="0" column="0"> |
25 <item> |
26 <widget class="QFrame" name="filterFrame"> |
26 <widget class="QFrame" name="filterFrame"> |
27 <property name="sizePolicy"> |
27 <property name="sizePolicy"> |
28 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
28 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
29 <horstretch>0</horstretch> |
29 <horstretch>0</horstretch> |
30 <verstretch>4</verstretch> |
30 <verstretch>4</verstretch> |
255 </property> |
255 </property> |
256 <widget class="QWidget" name="scrollAreaWidgetContents"> |
256 <widget class="QWidget" name="scrollAreaWidgetContents"> |
257 <property name="geometry"> |
257 <property name="geometry"> |
258 <rect> |
258 <rect> |
259 <x>0</x> |
259 <x>0</x> |
260 <y>-551</y> |
260 <y>0</y> |
261 <width>549</width> |
261 <width>549</width> |
262 <height>772</height> |
262 <height>883</height> |
263 </rect> |
263 </rect> |
264 </property> |
264 </property> |
265 <layout class="QVBoxLayout" name="verticalLayout_2"> |
265 <layout class="QVBoxLayout" name="verticalLayout_3"> |
266 <item> |
266 <item> |
267 <widget class="QGroupBox" name="groupBox"> |
267 <widget class="QGroupBox" name="groupBox"> |
268 <property name="title"> |
268 <property name="title"> |
269 <string>Source Style</string> |
269 <string>Source Style</string> |
270 </property> |
270 </property> |
271 <layout class="QVBoxLayout" name="verticalLayout_3"> |
271 <layout class="QVBoxLayout" name="verticalLayout_2"> |
272 <item> |
272 <item> |
273 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
273 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
274 <item> |
274 <item> |
275 <widget class="QLabel" name="label_5"> |
275 <widget class="QLabel" name="label_5"> |
276 <property name="text"> |
276 <property name="text"> |
278 </property> |
278 </property> |
279 </widget> |
279 </widget> |
280 </item> |
280 </item> |
281 <item> |
281 <item> |
282 <widget class="QSpinBox" name="lineLengthSpinBox"> |
282 <widget class="QSpinBox" name="lineLengthSpinBox"> |
283 <property name="statusTip"> |
283 <property name="toolTip"> |
284 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> |
284 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> |
285 </property> |
285 </property> |
286 <property name="alignment"> |
286 <property name="alignment"> |
287 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
287 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
288 </property> |
288 </property> |
309 </size> |
309 </size> |
310 </property> |
310 </property> |
311 </spacer> |
311 </spacer> |
312 </item> |
312 </item> |
313 </layout> |
313 </layout> |
|
314 </item> |
|
315 <item> |
|
316 <widget class="QGroupBox" name="groupBox_8"> |
|
317 <property name="title"> |
|
318 <string>Blank Lines Before</string> |
|
319 </property> |
|
320 <layout class="QGridLayout" name="gridLayout_3"> |
|
321 <item row="0" column="0"> |
|
322 <widget class="QLabel" name="label_15"> |
|
323 <property name="text"> |
|
324 <string>Top Level Classes and Functions:</string> |
|
325 </property> |
|
326 </widget> |
|
327 </item> |
|
328 <item row="0" column="1"> |
|
329 <widget class="QSpinBox" name="blankBeforeTopLevelSpinBox"> |
|
330 <property name="toolTip"> |
|
331 <string>Enter the number of blank lines before top level classes and functions</string> |
|
332 </property> |
|
333 <property name="alignment"> |
|
334 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
335 </property> |
|
336 <property name="minimum"> |
|
337 <number>1</number> |
|
338 </property> |
|
339 <property name="maximum"> |
|
340 <number>10</number> |
|
341 </property> |
|
342 <property name="value"> |
|
343 <number>2</number> |
|
344 </property> |
|
345 </widget> |
|
346 </item> |
|
347 <item row="0" column="2"> |
|
348 <spacer name="horizontalSpacer_6"> |
|
349 <property name="orientation"> |
|
350 <enum>Qt::Horizontal</enum> |
|
351 </property> |
|
352 <property name="sizeHint" stdset="0"> |
|
353 <size> |
|
354 <width>153</width> |
|
355 <height>20</height> |
|
356 </size> |
|
357 </property> |
|
358 </spacer> |
|
359 </item> |
|
360 <item row="1" column="0"> |
|
361 <widget class="QLabel" name="label_16"> |
|
362 <property name="text"> |
|
363 <string>Methods and Nested Classes and Functions:</string> |
|
364 </property> |
|
365 </widget> |
|
366 </item> |
|
367 <item row="1" column="1"> |
|
368 <widget class="QSpinBox" name="blankBeforeMethodSpinBox"> |
|
369 <property name="toolTip"> |
|
370 <string>Enter the number of blank lines before methods and nested classes or functions</string> |
|
371 </property> |
|
372 <property name="alignment"> |
|
373 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
374 </property> |
|
375 <property name="minimum"> |
|
376 <number>1</number> |
|
377 </property> |
|
378 <property name="maximum"> |
|
379 <number>10</number> |
|
380 </property> |
|
381 <property name="value"> |
|
382 <number>1</number> |
|
383 </property> |
|
384 </widget> |
|
385 </item> |
|
386 </layout> |
|
387 </widget> |
314 </item> |
388 </item> |
315 <item> |
389 <item> |
316 <widget class="QCheckBox" name="hangClosingCheckBox"> |
390 <widget class="QCheckBox" name="hangClosingCheckBox"> |
317 <property name="toolTip"> |
391 <property name="toolTip"> |
318 <string>Select to allow hanging closing brackets</string> |
392 <string>Select to allow hanging closing brackets</string> |
718 </layout> |
792 </layout> |
719 </item> |
793 </item> |
720 </layout> |
794 </layout> |
721 </widget> |
795 </widget> |
722 </item> |
796 </item> |
723 <item row="1" column="0"> |
797 <item> |
724 <widget class="QTreeWidget" name="resultList"> |
798 <widget class="QTreeWidget" name="resultList"> |
725 <property name="sizePolicy"> |
799 <property name="sizePolicy"> |
726 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
800 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
727 <horstretch>0</horstretch> |
801 <horstretch>0</horstretch> |
728 <verstretch>6</verstretch> |
802 <verstretch>6</verstretch> |
758 <string>Message</string> |
832 <string>Message</string> |
759 </property> |
833 </property> |
760 </column> |
834 </column> |
761 </widget> |
835 </widget> |
762 </item> |
836 </item> |
763 <item row="2" column="0"> |
837 <item> |
764 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
838 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
765 <property name="sizePolicy"> |
839 <property name="sizePolicy"> |
766 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
840 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
767 <horstretch>0</horstretch> |
841 <horstretch>0</horstretch> |
768 <verstretch>0</verstretch> |
842 <verstretch>0</verstretch> |
771 <property name="text"> |
845 <property name="text"> |
772 <string/> |
846 <string/> |
773 </property> |
847 </property> |
774 </widget> |
848 </widget> |
775 </item> |
849 </item> |
776 <item row="3" column="0"> |
850 <item> |
777 <widget class="QProgressBar" name="checkProgress"> |
851 <widget class="QProgressBar" name="checkProgress"> |
778 <property name="toolTip"> |
852 <property name="toolTip"> |
779 <string>Shows the progress of the code style check</string> |
853 <string>Shows the progress of the code style check</string> |
780 </property> |
854 </property> |
781 <property name="value"> |
855 <property name="value"> |
787 <property name="format"> |
861 <property name="format"> |
788 <string>%v/%m Files</string> |
862 <string>%v/%m Files</string> |
789 </property> |
863 </property> |
790 </widget> |
864 </widget> |
791 </item> |
865 </item> |
792 <item row="4" column="0"> |
866 <item> |
793 <widget class="QDialogButtonBox" name="buttonBox"> |
867 <widget class="QDialogButtonBox" name="buttonBox"> |
794 <property name="orientation"> |
868 <property name="orientation"> |
795 <enum>Qt::Horizontal</enum> |
869 <enum>Qt::Horizontal</enum> |
796 </property> |
870 </property> |
797 <property name="standardButtons"> |
871 <property name="standardButtons"> |
828 <tabstop>repeatCheckBox</tabstop> |
902 <tabstop>repeatCheckBox</tabstop> |
829 <tabstop>fixIssuesCheckBox</tabstop> |
903 <tabstop>fixIssuesCheckBox</tabstop> |
830 <tabstop>ignoredCheckBox</tabstop> |
904 <tabstop>ignoredCheckBox</tabstop> |
831 <tabstop>scrollArea</tabstop> |
905 <tabstop>scrollArea</tabstop> |
832 <tabstop>lineLengthSpinBox</tabstop> |
906 <tabstop>lineLengthSpinBox</tabstop> |
|
907 <tabstop>blankBeforeTopLevelSpinBox</tabstop> |
|
908 <tabstop>blankBeforeMethodSpinBox</tabstop> |
833 <tabstop>hangClosingCheckBox</tabstop> |
909 <tabstop>hangClosingCheckBox</tabstop> |
834 <tabstop>docTypeComboBox</tabstop> |
910 <tabstop>docTypeComboBox</tabstop> |
835 <tabstop>encodingsEdit</tabstop> |
911 <tabstop>encodingsEdit</tabstop> |
836 <tabstop>copyrightFileSizeSpinBox</tabstop> |
912 <tabstop>copyrightFileSizeSpinBox</tabstop> |
837 <tabstop>copyrightAuthorEdit</tabstop> |
913 <tabstop>copyrightAuthorEdit</tabstop> |