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