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">
29 <property name="leftMargin">
33 <layout class="QHBoxLayout" name="horizontalLayout_7">
35 <widget class="QCheckBox" name="searchTitle">
36 <property name="text">
37 <string>Title</string>
39 <property name="checked">
45 <widget class="QCheckBox" name="searchAbstract">
46 <property name="text">
47 <string>Abstract</string>
52 <widget class="QCheckBox" name="searchSpeaker">
53 <property name="text">
54 <string>Speaker</string>
56 <property name="checked">
62 <widget class="QCheckBox" name="searchTag">
63 <property name="text">
69 <widget class="QCheckBox" name="searchRoom">
70 <property name="text">
78 <layout class="QHBoxLayout" name="horizontalLayout_2">
80 <widget class="QLineEdit" name="searchEdit">
81 <property name="enabled">
84 <property name="toolTip">
85 <string>type a keyword to search</string>
90 <widget class="QPushButton" name="searchButton">
91 <property name="sizePolicy">
92 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
93 <horstretch>0</horstretch>
94 <verstretch>0</verstretch>
97 <property name="text">
98 <string>Search</string>
100 <property name="icon">
101 <iconset resource="../icons.qrc">
102 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
104 <property name="checkable">
107 <property name="autoDefault">
110 <property name="default">
113 <property name="flat">
121 <spacer name="verticalSpacer">
122 <property name="orientation">
123 <enum>Qt::Vertical</enum>
125 <property name="sizeHint" stdset="0">
135 <layoutdefault spacing="6" margin="11"/>
137 <include location="../icons.qrc"/>