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>
|
2012-05-27 07:19:12 -04:00
|
|
|
<width>630</width>
|
2016-11-02 21:01:02 -04:00
|
|
|
<height>34</height>
|
2012-05-19 05:53:32 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-05-27 10:15:54 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2014-05-16 13:49:58 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2017-01-13 21:52:01 -05:00
|
|
|
<number>6</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>
|
2012-05-27 07:54:03 -04:00
|
|
|
<item row="0" column="0">
|
2012-05-27 07:19:12 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2016-11-02 21:01:02 -04:00
|
|
|
<widget class="QToolButton" name="searchIcon">
|
2014-05-16 13:49:58 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
2016-11-02 21:01:02 -04:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
</property>
|
2012-05-27 07:19:12 -04:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-11-02 21:01:02 -04:00
|
|
|
<item row="0" column="1">
|
2017-01-13 21:52:01 -05:00
|
|
|
<widget class="QLineEdit" name="searchEdit">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Find:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-05-27 07:54:03 -04:00
|
|
|
</item>
|
2012-05-19 05:53:32 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstops>
|
2016-11-02 21:01:02 -04:00
|
|
|
<tabstop>searchIcon</tabstop>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstop>searchEdit</tabstop>
|
|
|
|
</tabstops>
|
2012-05-19 05:53:32 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|