--- a/VultureChecker/VultureCheckerDialog.ui Sat Dec 23 16:08:42 2023 +0100 +++ b/VultureChecker/VultureCheckerDialog.ui Mon Apr 22 16:13:31 2024 +0200 @@ -83,6 +83,47 @@ </widget> </item> <item> + <widget class="Line" name="line_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Filter by Type:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="typeFilterComboBox"> + <property name="toolTip"> + <string>Select the type of entries to be shown.</string> + </property> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToContents</enum> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> <widget class="QTreeWidget" name="resultList"> <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> @@ -148,6 +189,7 @@ <tabstops> <tabstop>startButton</tabstop> <tabstop>excludeFilesEdit</tabstop> + <tabstop>typeFilterComboBox</tabstop> <tabstop>resultList</tabstop> </tabstops> <resources/>