WebBrowser/QtHelp/QtHelpFiltersDialog.ui

branch
QtWebEngine
changeset 4875
4ee26909ac0d
parent 3217
87b8a0745edd
equal deleted inserted replaced
4870:72901685681d 4875:4ee26909ac0d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QtHelpFiltersDialog</class>
4 <widget class="QDialog" name="QtHelpFiltersDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>570</width>
10 <height>391</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Manage QtHelp Filters</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0" colspan="2">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Filters:</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="2" colspan="2">
30 <widget class="QLabel" name="label_2">
31 <property name="text">
32 <string>Attributes:</string>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="0" colspan="2">
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>
48 </item>
49 <item row="1" column="2" colspan="2">
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>
57 <property name="rootIsDecorated">
58 <bool>false</bool>
59 </property>
60 <property name="sortingEnabled">
61 <bool>true</bool>
62 </property>
63 <property name="headerHidden">
64 <bool>true</bool>
65 </property>
66 <column>
67 <property name="text">
68 <string>1</string>
69 </property>
70 </column>
71 </widget>
72 </item>
73 <item row="2" column="0">
74 <widget class="QPushButton" name="addButton">
75 <property name="toolTip">
76 <string>Press to add a new filter</string>
77 </property>
78 <property name="text">
79 <string>Add Filter ...</string>
80 </property>
81 </widget>
82 </item>
83 <item row="2" column="1">
84 <widget class="QPushButton" name="removeButton">
85 <property name="toolTip">
86 <string>Press to remove the selected filters</string>
87 </property>
88 <property name="text">
89 <string>Remove Filters</string>
90 </property>
91 </widget>
92 </item>
93 <item row="2" column="2">
94 <widget class="QPushButton" name="removeAttributeButton">
95 <property name="toolTip">
96 <string>Press to remove the selected attributes</string>
97 </property>
98 <property name="text">
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>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </item>
115 <item>
116 <widget class="QDialogButtonBox" name="buttonBox">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="standardButtons">
121 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 <tabstops>
128 <tabstop>filtersList</tabstop>
129 <tabstop>addButton</tabstop>
130 <tabstop>removeButton</tabstop>
131 <tabstop>attributesList</tabstop>
132 <tabstop>removeAttributeButton</tabstop>
133 <tabstop>unusedAttributesButton</tabstop>
134 <tabstop>buttonBox</tabstop>
135 </tabstops>
136 <resources/>
137 <connections>
138 <connection>
139 <sender>buttonBox</sender>
140 <signal>rejected()</signal>
141 <receiver>QtHelpFiltersDialog</receiver>
142 <slot>reject()</slot>
143 <hints>
144 <hint type="sourcelabel">
145 <x>320</x>
146 <y>386</y>
147 </hint>
148 <hint type="destinationlabel">
149 <x>286</x>
150 <y>274</y>
151 </hint>
152 </hints>
153 </connection>
154 </connections>
155 </ui>

eric ide

mercurial