Skip to content

Commit a459f21

Browse files
rduivenvoordenyalldawson
authored andcommittedApr 30, 2022
Update filter line for arcgis rest
1 parent f9b1fc8 commit a459f21

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed
 

‎src/ui/qgsarcgisservicesourceselectbase.ui

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,6 @@
124124
</item>
125125
<item>
126126
<layout class="QHBoxLayout" name="horizontalLayoutFilter">
127-
<item>
128-
<widget class="QLabel" name="labelFilter">
129-
<property name="enabled">
130-
<bool>true</bool>
131-
</property>
132-
<property name="text">
133-
<string>Fi&amp;lter</string>
134-
</property>
135-
<property name="buddy">
136-
<cstring>lineFilter</cstring>
137-
</property>
138-
</widget>
139-
</item>
140127
<item>
141128
<widget class="QgsFilterLineEdit" name="lineFilter">
142129
<property name="enabled">
@@ -148,6 +135,9 @@
148135
<property name="whatsThis">
149136
<string>Display WFS FeatureTypes containing this word in the title, name or abstract</string>
150137
</property>
138+
<property name="showSearchIcon">
139+
<bool>true</bool>
140+
</property>
151141
</widget>
152142
</item>
153143
</layout>
@@ -230,16 +220,16 @@
230220
</layout>
231221
</widget>
232222
<customwidgets>
233-
<customwidget>
234-
<class>QgsBrowserTreeView</class>
235-
<extends>QTreeView</extends>
236-
<header>qgsbrowsertreeview.h</header>
237-
</customwidget>
238223
<customwidget>
239224
<class>QgsFilterLineEdit</class>
240225
<extends>QLineEdit</extends>
241226
<header>qgsfilterlineedit.h</header>
242227
</customwidget>
228+
<customwidget>
229+
<class>QgsBrowserTreeView</class>
230+
<extends>QTreeView</extends>
231+
<header>qgsbrowsertreeview.h</header>
232+
</customwidget>
243233
</customwidgets>
244234
<tabstops>
245235
<tabstop>cmbConnections</tabstop>

0 commit comments

Comments
 (0)
Please sign in to comment.