2012-05-19 05:53:32 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SearchWidget</class>
|
|
|
|
<widget class="QWidget" name="SearchWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-06-28 08:26:02 -04:00
|
|
|
<width>465</width>
|
2016-11-02 21:01:02 -04:00
|
|
|
<height>34</height>
|
2012-05-19 05:53:32 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-06-28 08:26:02 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2014-05-16 13:49:58 -04:00
|
|
|
<property name="leftMargin">
|
2017-01-14 20:27:34 -05:00
|
|
|
<number>3</number>
|
2014-05-16 13:49:58 -04:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2017-01-14 20:27:34 -05:00
|
|
|
<number>7</number>
|
2014-05-16 13:49:58 -04:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-05-27 10:15:54 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-01-14 20:27:34 -05:00
|
|
|
<item>
|
2017-01-13 21:52:01 -05:00
|
|
|
<widget class="QLineEdit" name="searchEdit">
|
2018-03-25 16:24:30 -04:00
|
|
|
<property name="sizePolicy">
|
2020-06-28 08:26:02 -04:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2018-03-25 16:24:30 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2020-06-28 08:26:02 -04:00
|
|
|
<width>150</width>
|
2018-03-25 16:24:30 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-01-13 21:52:01 -05:00
|
|
|
<property name="placeholderText">
|
2018-11-16 10:00:59 -05:00
|
|
|
<string/>
|
2017-01-14 20:27:34 -05:00
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
2020-10-07 21:14:32 -04:00
|
|
|
<bool>true</bool>
|
2017-01-14 22:29:16 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-19 05:53:32 -04:00
|
|
|
</layout>
|
2017-04-05 04:42:15 -04:00
|
|
|
<action name="searchIcon">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-11-01 21:33:27 -04:00
|
|
|
<action name="helpIcon">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search Help</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-19 05:53:32 -04:00
|
|
|
</widget>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>searchEdit</tabstop>
|
|
|
|
</tabstops>
|
2012-05-19 05:53:32 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|