|
1 <ui version="4.0" > |
|
2 <class>QtHelpFiltersDialog</class> |
|
3 <widget class="QDialog" name="QtHelpFiltersDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>570</width> |
|
9 <height>391</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Manage QtHelp Filters</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" name="verticalLayout" > |
|
16 <item> |
|
17 <layout class="QGridLayout" name="gridLayout" > |
|
18 <item row="0" column="0" colspan="2" > |
|
19 <widget class="QLabel" name="label" > |
|
20 <property name="text" > |
|
21 <string>Filters:</string> |
|
22 </property> |
|
23 </widget> |
|
24 </item> |
|
25 <item row="0" column="2" > |
|
26 <widget class="QLabel" name="label_2" > |
|
27 <property name="text" > |
|
28 <string>Attributes:</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="1" column="0" colspan="2" > |
|
33 <widget class="QListWidget" name="filtersList" /> |
|
34 </item> |
|
35 <item rowspan="2" row="1" column="2" > |
|
36 <widget class="QTreeWidget" name="attributesList" > |
|
37 <property name="rootIsDecorated" > |
|
38 <bool>false</bool> |
|
39 </property> |
|
40 <column> |
|
41 <property name="text" > |
|
42 <string>1</string> |
|
43 </property> |
|
44 </column> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="2" column="0" > |
|
48 <widget class="QPushButton" name="addButton" > |
|
49 <property name="toolTip" > |
|
50 <string>Press to add a new filter</string> |
|
51 </property> |
|
52 <property name="text" > |
|
53 <string>Add...</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="2" column="1" > |
|
58 <widget class="QPushButton" name="removeButton" > |
|
59 <property name="toolTip" > |
|
60 <string>Press to remove the selected filter</string> |
|
61 </property> |
|
62 <property name="text" > |
|
63 <string>Remove</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QDialogButtonBox" name="buttonBox" > |
|
71 <property name="orientation" > |
|
72 <enum>Qt::Horizontal</enum> |
|
73 </property> |
|
74 <property name="standardButtons" > |
|
75 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 <tabstops> |
|
82 <tabstop>filtersList</tabstop> |
|
83 <tabstop>attributesList</tabstop> |
|
84 <tabstop>addButton</tabstop> |
|
85 <tabstop>removeButton</tabstop> |
|
86 <tabstop>buttonBox</tabstop> |
|
87 </tabstops> |
|
88 <resources/> |
|
89 <connections> |
|
90 <connection> |
|
91 <sender>buttonBox</sender> |
|
92 <signal>rejected()</signal> |
|
93 <receiver>QtHelpFiltersDialog</receiver> |
|
94 <slot>reject()</slot> |
|
95 <hints> |
|
96 <hint type="sourcelabel" > |
|
97 <x>320</x> |
|
98 <y>386</y> |
|
99 </hint> |
|
100 <hint type="destinationlabel" > |
|
101 <x>286</x> |
|
102 <y>274</y> |
|
103 </hint> |
|
104 </hints> |
|
105 </connection> |
|
106 </connections> |
|
107 </ui> |