modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / chatviewsearchbar.ui
1 <ui version="4.0" >
2  <class>ChatViewSearchBar</class>
3  <widget class="QWidget" name="ChatViewSearchBar" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>727</width>
9     <height>51</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QHBoxLayout" name="horizontalLayout" >
16    <item>
17     <widget class="QToolButton" name="hideButton" >
18      <property name="text" >
19       <string>...</string>
20      </property>
21      <property name="icon" >
22       <iconset>
23        <normaloff>:/16x16/actions/oxygen/16x16/actions/application-exit.png</normaloff>:/16x16/actions/oxygen/16x16/actions/application-exit.png</iconset>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="ClearableLineEdit" name="searchEditLine" />
29    </item>
30    <item>
31     <widget class="QToolButton" name="searchDownButton" >
32      <property name="text" >
33       <string>...</string>
34      </property>
35      <property name="icon" >
36       <iconset>
37        <normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</iconset>
38      </property>
39     </widget>
40    </item>
41    <item>
42     <widget class="QToolButton" name="searchUpButton" >
43      <property name="text" >
44       <string>...</string>
45      </property>
46      <property name="icon" >
47       <iconset>
48        <normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</iconset>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <widget class="QCheckBox" name="caseSensitiveBox" >
54      <property name="text" >
55       <string>case sensitive</string>
56      </property>
57     </widget>
58    </item>
59    <item>
60     <widget class="QCheckBox" name="searchSendersBox" >
61      <property name="text" >
62       <string>search nick</string>
63      </property>
64     </widget>
65    </item>
66    <item>
67     <widget class="QCheckBox" name="searchMsgsBox" >
68      <property name="text" >
69       <string>search message</string>
70      </property>
71      <property name="checkable" >
72       <bool>true</bool>
73      </property>
74      <property name="checked" >
75       <bool>true</bool>
76      </property>
77     </widget>
78    </item>
79    <item>
80     <widget class="QCheckBox" name="searchOnlyRegularMsgsBox" >
81      <property name="text" >
82       <string>ignore joins, parts, etc.</string>
83      </property>
84      <property name="checked" >
85       <bool>true</bool>
86      </property>
87     </widget>
88    </item>
89    <item>
90     <spacer name="horizontalSpacer" >
91      <property name="orientation" >
92       <enum>Qt::Horizontal</enum>
93      </property>
94      <property name="sizeHint" stdset="0" >
95       <size>
96        <width>40</width>
97        <height>20</height>
98       </size>
99      </property>
100     </spacer>
101    </item>
102   </layout>
103  </widget>
104  <customwidgets>
105   <customwidget>
106    <class>ClearableLineEdit</class>
107    <extends>QLineEdit</extends>
108    <header location="global" >clearablelineedit.h</header>
109   </customwidget>
110  </customwidgets>
111  <resources/>
112  <connections/>
113 </ui>