1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>SearchHeadClass</class>
4 <widget class="QWidget" name="SearchHeadClass">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="minimumSize">
25 <property name="windowTitle">
26 <string>SearchHead</string>
28 <layout class="QVBoxLayout" name="verticalLayout">
30 <layout class="QHBoxLayout" name="horizontalLayout_7">
32 <widget class="QCheckBox" name="searchTitle">
33 <property name="text">
34 <string>Title</string>
36 <property name="checked">
42 <widget class="QCheckBox" name="searchAbstract">
43 <property name="text">
44 <string>Abstract</string>
49 <widget class="QCheckBox" name="searchSpeaker">
50 <property name="text">
51 <string>Speaker</string>
53 <property name="checked">
61 <layout class="QHBoxLayout" name="horizontalLayout">
63 <widget class="QCheckBox" name="searchTag">
64 <property name="text">
70 <widget class="QCheckBox" name="searchRoom">
71 <property name="text">
79 <layout class="QHBoxLayout" name="horizontalLayout_2">
81 <widget class="QLineEdit" name="searchEdit">
82 <property name="enabled">
85 <property name="toolTip">
86 <string>type a keyword to search</string>
91 <widget class="QPushButton" name="searchButton">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
98 <property name="text">
99 <string>Search</string>
101 <property name="icon">
102 <iconset resource="../icons.qrc">
103 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
105 <property name="checkable">
108 <property name="autoDefault">
111 <property name="default">
114 <property name="flat">
122 <spacer name="verticalSpacer">
123 <property name="orientation">
124 <enum>Qt::Vertical</enum>
126 <property name="sizeHint" stdset="0">
135 <zorder>searchButton</zorder>
136 <zorder>searchEdit</zorder>
137 <zorder>searchTag</zorder>
138 <zorder>searchRoom</zorder>
140 <layoutdefault spacing="6" margin="11"/>
142 <include location="../icons.qrc"/>