1<ui version="4.0" >
2 <class>LogViewSearchWidgetBase</class>
3 <widget class="QWidget" name="LogViewSearchWidgetBase" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>705</width>
9    <height>27</height>
10   </rect>
11  </property>
12  <layout class="QHBoxLayout" >
13   <property name="spacing" >
14    <number>-1</number>
15   </property>
16   <property name="leftMargin" >
17    <number>0</number>
18   </property>
19   <property name="topMargin" >
20    <number>0</number>
21   </property>
22   <property name="rightMargin" >
23    <number>0</number>
24   </property>
25   <property name="bottomMargin" >
26    <number>0</number>
27   </property>
28   <item>
29    <widget class="QPushButton" name="closeButton" >
30     <property name="text" >
31      <string/>
32     </property>
33     <property name="flat" >
34      <bool>true</bool>
35     </property>
36    </widget>
37   </item>
38   <item>
39    <widget class="QLabel" name="searchLabel" >
40     <property name="text" >
41      <string>Find:</string>
42     </property>
43    </widget>
44   </item>
45   <item>
46    <widget class="QLineEdit" name="searchLine" >
47     <property name="sizePolicy" >
48      <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
49       <horstretch>0</horstretch>
50       <verstretch>0</verstretch>
51      </sizepolicy>
52     </property>
53    </widget>
54   </item>
55   <item>
56    <widget class="QPushButton" name="next" >
57     <property name="text" >
58      <string>&amp;Next</string>
59     </property>
60     <property name="flat" >
61      <bool>true</bool>
62     </property>
63    </widget>
64   </item>
65   <item>
66    <widget class="QPushButton" name="previous" >
67     <property name="text" >
68      <string>&amp;Previous</string>
69     </property>
70     <property name="flat" >
71      <bool>true</bool>
72     </property>
73    </widget>
74   </item>
75   <item>
76    <widget class="QCheckBox" name="caseSensitive" >
77     <property name="text" >
78      <string>Match &amp;case</string>
79     </property>
80    </widget>
81   </item>
82   <item>
83    <widget class="QCheckBox" name="highlightAllButton" >
84     <property name="text" >
85      <string>&amp;Highlight all</string>
86     </property>
87    </widget>
88   </item>
89   <item>
90    <widget class="QLabel" name="messageIcon" >
91     <property name="text" >
92      <string/>
93     </property>
94    </widget>
95   </item>
96   <item>
97    <widget class="QLabel" name="message" >
98     <property name="sizePolicy" >
99      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
100       <horstretch>0</horstretch>
101       <verstretch>0</verstretch>
102      </sizepolicy>
103     </property>
104     <property name="text" >
105      <string/>
106     </property>
107    </widget>
108   </item>
109   <item>
110    <spacer>
111     <property name="orientation" >
112      <enum>Qt::Horizontal</enum>
113     </property>
114     <property name="sizeType" >
115      <enum>QSizePolicy::MinimumExpanding</enum>
116     </property>
117     <property name="sizeHint" >
118      <size>
119       <width>40</width>
120       <height>20</height>
121      </size>
122     </property>
123    </spacer>
124   </item>
125  </layout>
126 </widget>
127 <resources/>
128 <connections/>
129</ui>
130