17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <layout class="QGridLayout" name="gridLayout"> |
21 <layout class="QGridLayout" name="gridLayout"> |
22 <item row="0" column="0"> |
22 <item row="0" column="0" colspan="2"> |
23 <widget class="QLabel" name="label"> |
23 <widget class="QLabel" name="label"> |
24 <property name="text"> |
24 <property name="text"> |
25 <string>Filters:</string> |
25 <string>Filters:</string> |
26 </property> |
26 </property> |
27 </widget> |
27 </widget> |
28 </item> |
28 </item> |
29 <item row="0" column="2"> |
29 <item row="0" column="2" colspan="2"> |
30 <widget class="QLabel" name="label_2"> |
30 <widget class="QLabel" name="label_2"> |
31 <property name="text"> |
31 <property name="text"> |
32 <string>Attributes:</string> |
32 <string>Attributes:</string> |
33 </property> |
33 </property> |
34 </widget> |
34 </widget> |
35 </item> |
35 </item> |
36 <item row="1" column="0" colspan="2"> |
36 <item row="1" column="0" colspan="2"> |
37 <widget class="QListWidget" name="filtersList"/> |
37 <widget class="QListWidget" name="filtersList"> |
|
38 <property name="alternatingRowColors"> |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 <property name="selectionMode"> |
|
42 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
43 </property> |
|
44 <property name="sortingEnabled"> |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 </widget> |
38 </item> |
48 </item> |
39 <item row="1" column="2"> |
49 <item row="1" column="2" colspan="2"> |
40 <widget class="QTreeWidget" name="attributesList"> |
50 <widget class="QTreeWidget" name="attributesList"> |
|
51 <property name="alternatingRowColors"> |
|
52 <bool>true</bool> |
|
53 </property> |
|
54 <property name="selectionMode"> |
|
55 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
56 </property> |
41 <property name="rootIsDecorated"> |
57 <property name="rootIsDecorated"> |
42 <bool>false</bool> |
58 <bool>false</bool> |
|
59 </property> |
|
60 <property name="sortingEnabled"> |
|
61 <bool>true</bool> |
|
62 </property> |
|
63 <property name="headerHidden"> |
|
64 <bool>true</bool> |
43 </property> |
65 </property> |
44 <column> |
66 <column> |
45 <property name="text"> |
67 <property name="text"> |
46 <string>1</string> |
68 <string>1</string> |
47 </property> |
69 </property> |
59 </widget> |
81 </widget> |
60 </item> |
82 </item> |
61 <item row="2" column="1"> |
83 <item row="2" column="1"> |
62 <widget class="QPushButton" name="removeButton"> |
84 <widget class="QPushButton" name="removeButton"> |
63 <property name="toolTip"> |
85 <property name="toolTip"> |
64 <string>Press to remove the selected filter</string> |
86 <string>Press to remove the selected filters</string> |
65 </property> |
87 </property> |
66 <property name="text"> |
88 <property name="text"> |
67 <string>Remove Filter</string> |
89 <string>Remove Filters</string> |
68 </property> |
90 </property> |
69 </widget> |
91 </widget> |
70 </item> |
92 </item> |
71 <item row="2" column="2"> |
93 <item row="2" column="2"> |
72 <widget class="QPushButton" name="removeAttributeButton"> |
94 <widget class="QPushButton" name="removeAttributeButton"> |
73 <property name="toolTip"> |
95 <property name="toolTip"> |
74 <string>Press to remove the selected attribute</string> |
96 <string>Press to remove the selected attributes</string> |
75 </property> |
97 </property> |
76 <property name="text"> |
98 <property name="text"> |
77 <string>Remove Attribute</string> |
99 <string>Remove Attributes</string> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item row="2" column="3"> |
|
104 <widget class="QPushButton" name="unusedAttributesButton"> |
|
105 <property name="statusTip"> |
|
106 <string>Press to select all unused attributes</string> |
|
107 </property> |
|
108 <property name="text"> |
|
109 <string>Select Unused</string> |
78 </property> |
110 </property> |
79 </widget> |
111 </widget> |
80 </item> |
112 </item> |
81 </layout> |
113 </layout> |
82 </item> |
114 </item> |
92 </item> |
124 </item> |
93 </layout> |
125 </layout> |
94 </widget> |
126 </widget> |
95 <tabstops> |
127 <tabstops> |
96 <tabstop>filtersList</tabstop> |
128 <tabstop>filtersList</tabstop> |
97 <tabstop>attributesList</tabstop> |
|
98 <tabstop>addButton</tabstop> |
129 <tabstop>addButton</tabstop> |
99 <tabstop>removeButton</tabstop> |
130 <tabstop>removeButton</tabstop> |
|
131 <tabstop>attributesList</tabstop> |
100 <tabstop>removeAttributeButton</tabstop> |
132 <tabstop>removeAttributeButton</tabstop> |
|
133 <tabstop>unusedAttributesButton</tabstop> |
101 <tabstop>buttonBox</tabstop> |
134 <tabstop>buttonBox</tabstop> |
102 </tabstops> |
135 </tabstops> |
103 <resources/> |
136 <resources/> |
104 <connections> |
137 <connections> |
105 <connection> |
138 <connection> |