--- a/VultureChecker/VultureCheckerDialog.ui Sun Oct 04 18:40:19 2015 +0200 +++ b/VultureChecker/VultureCheckerDialog.ui Mon Oct 05 19:40:51 2015 +0200 @@ -14,8 +14,8 @@ <string>Unused Code Checker</string> </property> <property name="whatsThis"> - <string><b>Code Metrics</b> -<p>This dialog shows some code metrics.</p></string> + <string><b>Unused Code Checker</b> +<p>This dialog shows unused classes, function, variables, attributes and properties. These are determined through a static analysis. False reports can be added to a whitelist through the context menu.</p></string> </property> <property name="sizeGripEnabled"> <bool>true</bool> @@ -81,9 +81,15 @@ </item> <item> <widget class="QTreeWidget" name="resultList"> + <property name="contextMenuPolicy"> + <enum>Qt::CustomContextMenu</enum> + </property> <property name="alternatingRowColors"> <bool>true</bool> </property> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> + </property> <column> <property name="text"> <string>Line</string>