--- a/Helpviewer/QtHelpFiltersDialog.ui Sun Jan 19 11:32:42 2014 +0100 +++ b/Helpviewer/QtHelpFiltersDialog.ui Sun Jan 19 15:15:35 2014 +0100 @@ -19,14 +19,14 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> + <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>Filters:</string> </property> </widget> </item> - <item row="0" column="2"> + <item row="0" column="2" colspan="2"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Attributes:</string> @@ -34,13 +34,35 @@ </widget> </item> <item row="1" column="0" colspan="2"> - <widget class="QListWidget" name="filtersList"/> + <widget class="QListWidget" name="filtersList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> </item> - <item row="1" column="2"> + <item row="1" column="2" colspan="2"> <widget class="QTreeWidget" name="attributesList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> + </property> <property name="rootIsDecorated"> <bool>false</bool> </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + <property name="headerHidden"> + <bool>true</bool> + </property> <column> <property name="text"> <string>1</string> @@ -61,20 +83,30 @@ <item row="2" column="1"> <widget class="QPushButton" name="removeButton"> <property name="toolTip"> - <string>Press to remove the selected filter</string> + <string>Press to remove the selected filters</string> </property> <property name="text"> - <string>Remove Filter</string> + <string>Remove Filters</string> </property> </widget> </item> <item row="2" column="2"> <widget class="QPushButton" name="removeAttributeButton"> <property name="toolTip"> - <string>Press to remove the selected attribute</string> + <string>Press to remove the selected attributes</string> </property> <property name="text"> - <string>Remove Attribute</string> + <string>Remove Attributes</string> + </property> + </widget> + </item> + <item row="2" column="3"> + <widget class="QPushButton" name="unusedAttributesButton"> + <property name="statusTip"> + <string>Press to select all unused attributes</string> + </property> + <property name="text"> + <string>Select Unused</string> </property> </widget> </item> @@ -94,10 +126,11 @@ </widget> <tabstops> <tabstop>filtersList</tabstop> - <tabstop>attributesList</tabstop> <tabstop>addButton</tabstop> <tabstop>removeButton</tabstop> + <tabstop>attributesList</tabstop> <tabstop>removeAttributeButton</tabstop> + <tabstop>unusedAttributesButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/>