Skip to content

Commit

Permalink
add filter line edit to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 19, 2021
1 parent bf3f23f commit 4c403a1
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion src/ui/symbollayer/widget_svgselector.ui
Expand Up @@ -38,7 +38,7 @@
<string>SVG browser</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<item row="1" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand Down Expand Up @@ -129,6 +129,30 @@
</widget>
</widget>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QgsFilterLineEdit" name="mSvgFilterLineEdit">
<property name="showSearchIcon" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -220,6 +244,11 @@
<header location="global">qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsFilterLineEdit</class>
<extends>QLineEdit</extends>
<header>qgsfilterlineedit.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../../../images/images.qrc"/>
Expand Down

0 comments on commit 4c403a1

Please sign in to comment.