Skip to content

Commit

Permalink
Update filter line for arcgis rest
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Apr 30, 2022
1 parent f9b1fc8 commit a459f21
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions src/ui/qgsarcgisservicesourceselectbase.ui
Expand Up @@ -124,19 +124,6 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayoutFilter">
<item>
<widget class="QLabel" name="labelFilter">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Fi&amp;lter</string>
</property>
<property name="buddy">
<cstring>lineFilter</cstring>
</property>
</widget>
</item>
<item>
<widget class="QgsFilterLineEdit" name="lineFilter">
<property name="enabled">
Expand All @@ -148,6 +135,9 @@
<property name="whatsThis">
<string>Display WFS FeatureTypes containing this word in the title, name or abstract</string>
</property>
<property name="showSearchIcon">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -230,16 +220,16 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsBrowserTreeView</class>
<extends>QTreeView</extends>
<header>qgsbrowsertreeview.h</header>
</customwidget>
<customwidget>
<class>QgsFilterLineEdit</class>
<extends>QLineEdit</extends>
<header>qgsfilterlineedit.h</header>
</customwidget>
<customwidget>
<class>QgsBrowserTreeView</class>
<extends>QTreeView</extends>
<header>qgsbrowsertreeview.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>cmbConnections</tabstop>
Expand Down

0 comments on commit a459f21

Please sign in to comment.