]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/searchhead.ui
refactoring of the TABS
[toast/confclerk.git] / src / gui / searchhead.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchHeadClass</class>
4  <widget class="QWidget" name="SearchHeadClass">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>371</width>
10     <height>88</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>10</width>
22     <height>10</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>SearchHead</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <property name="leftMargin">
30     <number>9</number>
31    </property>
32    <item>
33     <layout class="QHBoxLayout" name="horizontalLayout_7">
34      <item>
35       <widget class="QCheckBox" name="searchTitle">
36        <property name="text">
37         <string>Title</string>
38        </property>
39        <property name="checked">
40         <bool>true</bool>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QCheckBox" name="searchAbstract">
46        <property name="text">
47         <string>Abstract</string>
48        </property>
49       </widget>
50      </item>
51      <item>
52       <widget class="QCheckBox" name="searchSpeaker">
53        <property name="text">
54         <string>Speaker</string>
55        </property>
56       </widget>
57      </item>
58      <item>
59       <widget class="QCheckBox" name="searchTag">
60        <property name="text">
61         <string>Tag</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QCheckBox" name="searchRoom">
67        <property name="text">
68         <string>Room</string>
69        </property>
70       </widget>
71      </item>
72      <item>
73       <spacer name="horizontalSpacer">
74        <property name="orientation">
75         <enum>Qt::Horizontal</enum>
76        </property>
77        <property name="sizeHint" stdset="0">
78         <size>
79          <width>40</width>
80          <height>20</height>
81         </size>
82        </property>
83       </spacer>
84      </item>
85     </layout>
86    </item>
87    <item>
88     <layout class="QHBoxLayout" name="horizontalLayout_2">
89      <item>
90       <widget class="QLineEdit" name="searchEdit">
91        <property name="enabled">
92         <bool>true</bool>
93        </property>
94        <property name="toolTip">
95         <string>type a keyword to search</string>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QPushButton" name="searchButton">
101        <property name="sizePolicy">
102         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
103          <horstretch>0</horstretch>
104          <verstretch>0</verstretch>
105         </sizepolicy>
106        </property>
107        <property name="text">
108         <string>Search</string>
109        </property>
110        <property name="icon">
111         <iconset resource="../icons.qrc">
112          <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
113        </property>
114        <property name="checkable">
115         <bool>false</bool>
116        </property>
117        <property name="autoDefault">
118         <bool>true</bool>
119        </property>
120        <property name="default">
121         <bool>true</bool>
122        </property>
123        <property name="flat">
124         <bool>false</bool>
125        </property>
126       </widget>
127      </item>
128     </layout>
129    </item>
130    <item>
131     <spacer name="verticalSpacer">
132      <property name="orientation">
133       <enum>Qt::Vertical</enum>
134      </property>
135      <property name="sizeHint" stdset="0">
136       <size>
137        <width>20</width>
138        <height>20</height>
139       </size>
140      </property>
141     </spacer>
142    </item>
143   </layout>
144  </widget>
145  <layoutdefault spacing="6" margin="11"/>
146  <resources>
147   <include location="../icons.qrc"/>
148  </resources>
149  <connections/>
150 </ui>