2011-08-02 16:19:20 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SearchToolbar</class>
|
|
|
|
<widget class="QWidget" name="SearchToolbar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>855</width>
|
|
|
|
<height>40</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-02-20 22:39:26 +01:00
|
|
|
<widget class="MacToolButton" name="closeButton">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search: </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-04-19 15:58:23 +02:00
|
|
|
<widget class="FocusSelectLineEdit" name="lineEdit">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2011-11-04 22:34:45 +01:00
|
|
|
<width>200</width>
|
2011-08-02 16:19:20 +02:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Search...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-20 22:39:26 +01:00
|
|
|
<widget class="MacToolButton" name="previous">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-20 22:39:26 +01:00
|
|
|
<widget class="MacToolButton" name="next">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-20 22:39:26 +01:00
|
|
|
<widget class="MacToolButton" name="highligh">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Highlight</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-20 22:39:26 +01:00
|
|
|
<widget class="MacToolButton" name="caseSensitive">
|
2011-08-02 16:19:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Case sensitive</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="results">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-02-10 11:25:44 +01:00
|
|
|
<width>5</width>
|
|
|
|
<height>1</height>
|
2011-08-02 16:19:20 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-19 15:58:23 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>FocusSelectLineEdit</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>focusselectlineedit.h</header>
|
|
|
|
</customwidget>
|
2013-02-20 22:39:26 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>MacToolButton</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>mactoolbutton.h</header>
|
|
|
|
</customwidget>
|
2012-04-19 15:58:23 +02:00
|
|
|
</customwidgets>
|
2011-08-02 16:19:20 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|