Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.ui

changeset 2223
054c285dab38
parent 2097
c5809ca16182
equal deleted inserted replaced
2222:105f425944a2 2223:054c285dab38
60 </size> 60 </size>
61 </property> 61 </property>
62 </spacer> 62 </spacer>
63 </item> 63 </item>
64 <item row="1" column="2"> 64 <item row="1" column="2">
65 <widget class="QLineEdit" name="searchEdit"> 65 <widget class="E5ClearableLineEdit" name="searchEdit">
66 <property name="sizePolicy"> 66 <property name="sizePolicy">
67 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 67 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
68 <horstretch>0</horstretch> 68 <horstretch>0</horstretch>
69 <verstretch>0</verstretch> 69 <verstretch>0</verstretch>
70 </sizepolicy> 70 </sizepolicy>
75 <height>0</height> 75 <height>0</height>
76 </size> 76 </size>
77 </property> 77 </property>
78 <property name="toolTip"> 78 <property name="toolTip">
79 <string>Enter search term for hosts</string> 79 <string>Enter search term for hosts</string>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="3">
84 <widget class="QToolButton" name="clearButton">
85 <property name="toolTip">
86 <string>Press to clear the search edit</string>
87 </property>
88 <property name="text">
89 <string/>
90 </property> 80 </property>
91 </widget> 81 </widget>
92 </item> 82 </item>
93 </layout> 83 </layout>
94 </item> 84 </item>
174 </item> 164 </item>
175 </layout> 165 </layout>
176 </widget> 166 </widget>
177 <customwidgets> 167 <customwidgets>
178 <customwidget> 168 <customwidget>
169 <class>E5ClearableLineEdit</class>
170 <extends>QLineEdit</extends>
171 <header>E5Gui/E5LineEdit.h</header>
172 </customwidget>
173 <customwidget>
179 <class>E5ListView</class> 174 <class>E5ListView</class>
180 <extends>QListView</extends> 175 <extends>QListView</extends>
181 <header>E5Gui/E5ListView.h</header> 176 <header>E5Gui/E5ListView.h</header>
182 </customwidget> 177 </customwidget>
183 </customwidgets> 178 </customwidgets>
184 <tabstops> 179 <tabstops>
185 <tabstop>searchEdit</tabstop> 180 <tabstop>searchEdit</tabstop>
186 <tabstop>clearButton</tabstop>
187 <tabstop>whitelist</tabstop> 181 <tabstop>whitelist</tabstop>
188 <tabstop>addButton</tabstop> 182 <tabstop>addButton</tabstop>
189 <tabstop>removeButton</tabstop> 183 <tabstop>removeButton</tabstop>
190 <tabstop>removeAllButton</tabstop> 184 <tabstop>removeAllButton</tabstop>
191 <tabstop>buttonBox</tabstop> 185 <tabstop>buttonBox</tabstop>
222 <x>286</x> 216 <x>286</x>
223 <y>274</y> 217 <y>274</y>
224 </hint> 218 </hint>
225 </hints> 219 </hints>
226 </connection> 220 </connection>
227 <connection>
228 <sender>clearButton</sender>
229 <signal>clicked()</signal>
230 <receiver>searchEdit</receiver>
231 <slot>clear()</slot>
232 <hints>
233 <hint type="sourcelabel">
234 <x>478</x>
235 <y>24</y>
236 </hint>
237 <hint type="destinationlabel">
238 <x>437</x>
239 <y>22</y>
240 </hint>
241 </hints>
242 </connection>
243 </connections> 221 </connections>
244 </ui> 222 </ui>

eric ide

mercurial