--- a/VultureChecker/VultureCheckerDialog.ui Tue Oct 06 20:01:23 2015 +0200 +++ b/VultureChecker/VultureCheckerDialog.ui Wed Oct 07 19:17:49 2015 +0200 @@ -29,7 +29,7 @@ <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> @@ -42,21 +42,21 @@ <property name="bottomMargin"> <number>0</number> </property> - <item> + <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Exclude Files:</string> </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> <property name="toolTip"> <string>Enter filename patterns of files to be excluded separated by a comma</string> </property> </widget> </item> - <item> + <item row="0" column="2" rowspan="2"> <widget class="Line" name="line"> <property name="lineWidth"> <number>2</number> @@ -66,7 +66,7 @@ </property> </widget> </item> - <item> + <item row="0" column="3" rowspan="2"> <widget class="QPushButton" name="startButton"> <property name="toolTip"> <string>Press to start the check</string> @@ -76,6 +76,16 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="slotsCheckBox"> + <property name="toolTip"> + <string>Select to treat all PyQt slots as used</string> + </property> + <property name="text"> + <string>Treat PyQt slots as used</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -165,8 +175,8 @@ <tabstops> <tabstop>startButton</tabstop> <tabstop>excludeFilesEdit</tabstop> + <tabstop>slotsCheckBox</tabstop> <tabstop>resultList</tabstop> - <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections/>