1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SearchToolBar</class>
4 <widget class="QWidget" name="SearchToolBar">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>582</width>
10    <height>35</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QHBoxLayout">
20   <property name="leftMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <item>
30    <widget class="QToolButton" name="hideButton">
31     <property name="icon">
32      <iconset theme="dialog-close"/>
33     </property>
34     <property name="autoRaise">
35      <bool>true</bool>
36     </property>
37    </widget>
38   </item>
39   <item>
40    <widget class="QLabel" name="label">
41     <property name="text">
42      <string comment="@label:textbox">Find:</string>
43     </property>
44     <property name="buddy">
45      <cstring>searchTextEdit</cstring>
46     </property>
47    </widget>
48   </item>
49   <item>
50    <widget class="QLineEdit" name="searchTextEdit">
51     <property name="clearButtonEnabled">
52      <bool>true</bool>
53     </property>
54    </widget>
55   </item>
56   <item>
57    <widget class="QToolButton" name="nextButton">
58     <property name="toolTip">
59      <string comment="@info:tooltip">Jump to next match</string>
60     </property>
61     <property name="icon">
62      <iconset theme="go-down-search"/>
63     </property>
64     <property name="autoRaise">
65      <bool>true</bool>
66     </property>
67    </widget>
68   </item>
69   <item>
70    <widget class="QToolButton" name="previousButton">
71     <property name="toolTip">
72      <string comment="@info:tooltip">Jump to previous match</string>
73     </property>
74     <property name="icon">
75      <iconset theme="go-up-search"/>
76     </property>
77     <property name="autoRaise">
78      <bool>true</bool>
79     </property>
80    </widget>
81   </item>
82   <item>
83    <widget class="QToolButton" name="matchCaseCheckButton">
84     <property name="toolTip">
85      <string comment="@info:tooltip">Match case sensitive</string>
86     </property>
87     <property name="icon">
88      <iconset theme="format-text-superscript"/>
89     </property>
90     <property name="checkable">
91      <bool>true</bool>
92     </property>
93     <property name="autoRaise">
94      <bool>true</bool>
95     </property>
96    </widget>
97   </item>
98  </layout>
99 </widget>
100 <resources/>
101 <connections/>
102</ui>
103