21 <layout class="QGridLayout" name="gridLayout_2"> |
21 <layout class="QGridLayout" name="gridLayout_2"> |
22 <property name="horizontalSpacing"> |
22 <property name="horizontalSpacing"> |
23 <number>0</number> |
23 <number>0</number> |
24 </property> |
24 </property> |
25 <item row="0" column="1"> |
25 <item row="0" column="1"> |
26 <widget class="QLineEdit" name="searchEdit"> |
26 <widget class="E5ClearableLineEdit" name="searchEdit"> |
27 <property name="sizePolicy"> |
27 <property name="sizePolicy"> |
28 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
28 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
29 <horstretch>0</horstretch> |
29 <horstretch>0</horstretch> |
30 <verstretch>0</verstretch> |
30 <verstretch>0</verstretch> |
31 </sizepolicy> |
31 </sizepolicy> |
36 <height>0</height> |
36 <height>0</height> |
37 </size> |
37 </size> |
38 </property> |
38 </property> |
39 <property name="toolTip"> |
39 <property name="toolTip"> |
40 <string>Enter search term for hosts</string> |
40 <string>Enter search term for hosts</string> |
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="0" column="2"> |
|
45 <widget class="QToolButton" name="clearButton"> |
|
46 <property name="toolTip"> |
|
47 <string>Press to clear the search edit</string> |
|
48 </property> |
|
49 <property name="text"> |
|
50 <string/> |
|
51 </property> |
41 </property> |
52 </widget> |
42 </widget> |
53 </item> |
43 </item> |
54 <item row="0" column="0"> |
44 <item row="0" column="0"> |
55 <spacer name="horizontalSpacer"> |
45 <spacer name="horizontalSpacer"> |
151 </item> |
141 </item> |
152 </layout> |
142 </layout> |
153 </widget> |
143 </widget> |
154 <customwidgets> |
144 <customwidgets> |
155 <customwidget> |
145 <customwidget> |
|
146 <class>E5ClearableLineEdit</class> |
|
147 <extends>QLineEdit</extends> |
|
148 <header>E5Gui/E5LineEdit.h</header> |
|
149 </customwidget> |
|
150 <customwidget> |
156 <class>E5ListView</class> |
151 <class>E5ListView</class> |
157 <extends>QListView</extends> |
152 <extends>QListView</extends> |
158 <header>E5Gui/E5ListView.h</header> |
153 <header>E5Gui/E5ListView.h</header> |
159 </customwidget> |
154 </customwidget> |
160 </customwidgets> |
155 </customwidgets> |
161 <tabstops> |
156 <tabstops> |
162 <tabstop>searchEdit</tabstop> |
157 <tabstop>searchEdit</tabstop> |
163 <tabstop>clearButton</tabstop> |
|
164 <tabstop>whitelist</tabstop> |
158 <tabstop>whitelist</tabstop> |
165 <tabstop>addButton</tabstop> |
159 <tabstop>addButton</tabstop> |
166 <tabstop>removeButton</tabstop> |
160 <tabstop>removeButton</tabstop> |
167 <tabstop>removeAllButton</tabstop> |
161 <tabstop>removeAllButton</tabstop> |
168 <tabstop>buttonBox</tabstop> |
162 <tabstop>buttonBox</tabstop> |