Helpviewer/AdBlock/AdBlockDialog.ui

changeset 1970
02cf3bac079b
parent 1854
191efdc54c62
child 2005
6867cf32df67
equal deleted inserted replaced
1969:5522b3266c8b 1970:02cf3bac079b
27 </property> 27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout"> 28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item> 29 <item>
30 <layout class="QGridLayout" name="gridLayout"> 30 <layout class="QGridLayout" name="gridLayout">
31 <property name="horizontalSpacing"> 31 <property name="horizontalSpacing">
32 <number>0</number> 32 <number>20</number>
33 </property> 33 </property>
34 <item row="0" column="0" rowspan="2"> 34 <item row="0" column="0" rowspan="2">
35 <widget class="QLabel" name="iconLabel"> 35 <widget class="QLabel" name="iconLabel">
36 <property name="minimumSize">
37 <size>
38 <width>48</width>
39 <height>48</height>
40 </size>
41 </property>
36 <property name="text"> 42 <property name="text">
37 <string notr="true">Icon</string> 43 <string notr="true">Icon</string>
38 </property> 44 </property>
39 </widget> 45 </widget>
40 </item> 46 </item>
41 <item row="0" column="1" colspan="3"> 47 <item row="0" column="1">
42 <spacer name="horizontalSpacer_3">
43 <property name="orientation">
44 <enum>Qt::Horizontal</enum>
45 </property>
46 <property name="sizeHint" stdset="0">
47 <size>
48 <width>158</width>
49 <height>20</height>
50 </size>
51 </property>
52 </spacer>
53 </item>
54 <item row="1" column="1">
55 <spacer name="horizontalSpacer"> 48 <spacer name="horizontalSpacer">
56 <property name="orientation"> 49 <property name="orientation">
57 <enum>Qt::Horizontal</enum> 50 <enum>Qt::Horizontal</enum>
58 </property> 51 </property>
59 <property name="sizeHint" stdset="0"> 52 <property name="sizeHint" stdset="0">
62 <height>20</height> 55 <height>20</height>
63 </size> 56 </size>
64 </property> 57 </property>
65 </spacer> 58 </spacer>
66 </item> 59 </item>
67 <item row="1" column="2"> 60 <item row="1" column="1">
68 <widget class="QLineEdit" name="searchEdit"> 61 <widget class="E5LineEdit" name="searchEdit">
69 <property name="toolTip"> 62 <property name="toolTip">
70 <string>Enter search term for subscriptions and rules</string> 63 <string>Enter search term for subscriptions and rules</string>
71 </property>
72 </widget>
73 </item>
74 <item row="1" column="3">
75 <widget class="QToolButton" name="clearButton">
76 <property name="toolTip">
77 <string>Press to clear the search edit</string>
78 </property>
79 <property name="text">
80 <string/>
81 </property> 64 </property>
82 </widget> 65 </widget>
83 </item> 66 </item>
84 </layout> 67 </layout>
85 </item> 68 </item>
86 <item> 69 <item>
87 <widget class="E5TreeView" name="subscriptionsTree"> 70 <widget class="QTabWidget" name="subscriptionsTabWidget">
88 <property name="dragDropMode"> 71 <property name="documentMode">
89 <enum>QAbstractItemView::InternalMove</enum>
90 </property>
91 <property name="alternatingRowColors">
92 <bool>true</bool>
93 </property>
94 <property name="selectionMode">
95 <enum>QAbstractItemView::ExtendedSelection</enum>
96 </property>
97 <property name="textElideMode">
98 <enum>Qt::ElideMiddle</enum>
99 </property>
100 <property name="uniformRowHeights">
101 <bool>true</bool> 72 <bool>true</bool>
102 </property> 73 </property>
103 </widget> 74 </widget>
104 </item> 75 </item>
105 <item> 76 <item>
170 </item> 141 </item>
171 </layout> 142 </layout>
172 </widget> 143 </widget>
173 <customwidgets> 144 <customwidgets>
174 <customwidget> 145 <customwidget>
175 <class>E5TreeView</class> 146 <class>E5LineEdit</class>
176 <extends>QTreeView</extends> 147 <extends>QLineEdit</extends>
177 <header>E5Gui/E5TreeView</header> 148 <header>E5Gui/E5LineEdit.h</header>
178 </customwidget> 149 </customwidget>
179 </customwidgets> 150 </customwidgets>
180 <tabstops> 151 <tabstops>
181 <tabstop>adBlockGroup</tabstop> 152 <tabstop>adBlockGroup</tabstop>
182 <tabstop>searchEdit</tabstop> 153 <tabstop>searchEdit</tabstop>
183 <tabstop>clearButton</tabstop> 154 <tabstop>subscriptionsTabWidget</tabstop>
184 <tabstop>subscriptionsTree</tabstop>
185 <tabstop>actionButton</tabstop> 155 <tabstop>actionButton</tabstop>
186 <tabstop>updateSpinBox</tabstop> 156 <tabstop>updateSpinBox</tabstop>
187 <tabstop>buttonBox</tabstop> 157 <tabstop>buttonBox</tabstop>
188 </tabstops> 158 </tabstops>
189 <resources/> 159 <resources/>
218 <x>286</x> 188 <x>286</x>
219 <y>274</y> 189 <y>274</y>
220 </hint> 190 </hint>
221 </hints> 191 </hints>
222 </connection> 192 </connection>
223 <connection>
224 <sender>clearButton</sender>
225 <signal>clicked()</signal>
226 <receiver>searchEdit</receiver>
227 <slot>clear()</slot>
228 <hints>
229 <hint type="sourcelabel">
230 <x>728</x>
231 <y>21</y>
232 </hint>
233 <hint type="destinationlabel">
234 <x>706</x>
235 <y>20</y>
236 </hint>
237 </hints>
238 </connection>
239 </connections> 193 </connections>
240 </ui> 194 </ui>

eric ide

mercurial