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>
59 <widget class="QCheckBox" name="searchTag">
60 <property name="text">
66 <widget class="QCheckBox" name="searchRoom">
67 <property name="text">
75 <layout class="QHBoxLayout" name="horizontalLayout_2">
77 <widget class="QLineEdit" name="searchEdit">
78 <property name="enabled">
81 <property name="toolTip">
82 <string>type a keyword to search</string>
87 <widget class="QPushButton" name="searchButton">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
94 <property name="text">
95 <string>Search</string>
97 <property name="icon">
98 <iconset resource="../icons.qrc">
99 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
101 <property name="checkable">
104 <property name="autoDefault">
107 <property name="default">
110 <property name="flat">
118 <spacer name="verticalSpacer">
119 <property name="orientation">
120 <enum>Qt::Vertical</enum>
122 <property name="sizeHint" stdset="0">
132 <layoutdefault spacing="6" margin="11"/>
134 <include location="../icons.qrc"/>