eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 7978
1e391f977124
parent 7631
2c7ccb4484bf
child 8199
f6db89b067e7
equal deleted inserted replaced
7977:f0d18add14ea 7978:1e391f977124
231 <widget class="QWidget" name="specificOptionsTab"> 231 <widget class="QWidget" name="specificOptionsTab">
232 <attribute name="title"> 232 <attribute name="title">
233 <string>Specific Options</string> 233 <string>Specific Options</string>
234 </attribute> 234 </attribute>
235 <layout class="QVBoxLayout" name="verticalLayout_4"> 235 <layout class="QVBoxLayout" name="verticalLayout_4">
236 <property name="leftMargin">
237 <number>1</number>
238 </property>
239 <property name="topMargin">
240 <number>1</number>
241 </property>
242 <property name="rightMargin">
243 <number>1</number>
244 </property>
245 <property name="bottomMargin">
246 <number>1</number>
247 </property>
248 <item> 236 <item>
249 <widget class="QScrollArea" name="scrollArea"> 237 <widget class="QScrollArea" name="scrollArea">
250 <property name="frameShape"> 238 <property name="frameShape">
251 <enum>QFrame::NoFrame</enum> 239 <enum>QFrame::NoFrame</enum>
252 </property> 240 </property>
261 </property> 249 </property>
262 <widget class="QWidget" name="scrollAreaWidgetContents"> 250 <widget class="QWidget" name="scrollAreaWidgetContents">
263 <property name="geometry"> 251 <property name="geometry">
264 <rect> 252 <rect>
265 <x>0</x> 253 <x>0</x>
266 <y>0</y> 254 <y>-628</y>
267 <width>637</width> 255 <width>611</width>
268 <height>884</height> 256 <height>1178</height>
269 </rect> 257 </rect>
270 </property> 258 </property>
271 <layout class="QVBoxLayout" name="verticalLayout_6"> 259 <layout class="QVBoxLayout" name="verticalLayout_3">
272 <item> 260 <item>
273 <widget class="QGroupBox" name="groupBox"> 261 <widget class="QGroupBox" name="groupBox">
274 <property name="title"> 262 <property name="title">
275 <string>Source Style</string> 263 <string>Source Style</string>
276 </property> 264 </property>
650 <item> 638 <item>
651 <widget class="QGroupBox" name="groupBox_9"> 639 <widget class="QGroupBox" name="groupBox_9">
652 <property name="title"> 640 <property name="title">
653 <string>Commented Code</string> 641 <string>Commented Code</string>
654 </property> 642 </property>
655 <layout class="QVBoxLayout" name="verticalLayout_3"> 643 <layout class="QGridLayout" name="gridLayout_8">
656 <item> 644 <item row="0" column="0" colspan="3">
657 <widget class="QCheckBox" name="aggressiveCheckBox"> 645 <widget class="QCheckBox" name="aggressiveCheckBox">
658 <property name="toolTip"> 646 <property name="toolTip">
659 <string>Select to search for commented code more aggressively. This may increase the number of false positives.</string> 647 <string>Select to search for commented code more aggressively. This may increase the number of false positives.</string>
660 </property> 648 </property>
661 <property name="text"> 649 <property name="text">
662 <string>Search aggressively</string> 650 <string>Search aggressively</string>
663 </property> 651 </property>
664 </widget> 652 </widget>
653 </item>
654 <item row="1" column="0">
655 <widget class="QLabel" name="label_30">
656 <property name="text">
657 <string>Whitelist:</string>
658 </property>
659 <property name="alignment">
660 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
661 </property>
662 </widget>
663 </item>
664 <item row="1" column="1">
665 <widget class="QListWidget" name="whitelistWidget"/>
666 </item>
667 <item row="1" column="2">
668 <layout class="QVBoxLayout" name="verticalLayout_6">
669 <item alignment="Qt::AlignHCenter">
670 <widget class="QToolButton" name="addWhitelistButton">
671 <property name="toolTip">
672 <string>Press to add a commented code whitelist pattern</string>
673 </property>
674 <property name="text">
675 <string notr="true">+</string>
676 </property>
677 </widget>
678 </item>
679 <item alignment="Qt::AlignHCenter">
680 <widget class="QToolButton" name="deleteWhitelistButton">
681 <property name="toolTip">
682 <string>Press to delete the selected entries</string>
683 </property>
684 <property name="text">
685 <string notr="true">-</string>
686 </property>
687 </widget>
688 </item>
689 <item>
690 <spacer name="verticalSpacer_6">
691 <property name="orientation">
692 <enum>Qt::Vertical</enum>
693 </property>
694 <property name="sizeHint" stdset="0">
695 <size>
696 <width>20</width>
697 <height>40</height>
698 </size>
699 </property>
700 </spacer>
701 </item>
702 </layout>
665 </item> 703 </item>
666 </layout> 704 </layout>
667 </widget> 705 </widget>
668 </item> 706 </item>
669 <item> 707 <item>
1428 <tabstop>futuresList</tabstop> 1466 <tabstop>futuresList</tabstop>
1429 <tabstop>builtinsAssignmentList</tabstop> 1467 <tabstop>builtinsAssignmentList</tabstop>
1430 <tabstop>addBuiltinButton</tabstop> 1468 <tabstop>addBuiltinButton</tabstop>
1431 <tabstop>deleteBuiltinButton</tabstop> 1469 <tabstop>deleteBuiltinButton</tabstop>
1432 <tabstop>aggressiveCheckBox</tabstop> 1470 <tabstop>aggressiveCheckBox</tabstop>
1471 <tabstop>whitelistWidget</tabstop>
1472 <tabstop>addWhitelistButton</tabstop>
1473 <tabstop>deleteWhitelistButton</tabstop>
1433 <tabstop>complexitySpinBox</tabstop> 1474 <tabstop>complexitySpinBox</tabstop>
1434 <tabstop>lineComplexitySpinBox</tabstop> 1475 <tabstop>lineComplexitySpinBox</tabstop>
1435 <tabstop>lineComplexityScoreSpinBox</tabstop> 1476 <tabstop>lineComplexityScoreSpinBox</tabstop>
1436 <tabstop>minAnnotationsCoverageSpinBox</tabstop> 1477 <tabstop>minAnnotationsCoverageSpinBox</tabstop>
1437 <tabstop>maxAnnotationsComplexitySpinBox</tabstop> 1478 <tabstop>maxAnnotationsComplexitySpinBox</tabstop>

eric ide

mercurial