VultureChecker/VultureCheckerDialog.ui

changeset 4
2a12ec365dd1
parent 2
b517a1c5d5de
child 8
46783c4f7187
--- 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>&lt;b&gt;Code Metrics&lt;/b&gt;
-&lt;p&gt;This dialog shows some code metrics.&lt;/p&gt;</string>
+   <string>&lt;b&gt;Unused Code Checker&lt;/b&gt;
+&lt;p&gt;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.&lt;/p&gt;</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>

eric ide

mercurial