summaryrefslogtreecommitdiff
path: root/library/findwidgetbase_p.ui
Unidiff
Diffstat (limited to 'library/findwidgetbase_p.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--library/findwidgetbase_p.ui261
1 files changed, 261 insertions, 0 deletions
diff --git a/library/findwidgetbase_p.ui b/library/findwidgetbase_p.ui
new file mode 100644
index 0000000..5eceaad
--- a/dev/null
+++ b/library/findwidgetbase_p.ui
@@ -0,0 +1,261 @@
1<!DOCTYPE UI><UI>
2<class>FindWidgetBase</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>FindWidgetBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>245</width>
15 <height>183</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>sizePolicy</name>
20 <sizepolicy>
21 <hsizetype>1</hsizetype>
22 <vsizetype>1</vsizetype>
23 </sizepolicy>
24 </property>
25 <property stdset="1">
26 <name>caption</name>
27 <string>Find</string>
28 </property>
29 <property>
30 <name>layoutMargin</name>
31 </property>
32 <property>
33 <name>layoutSpacing</name>
34 </property>
35 <vbox>
36 <property stdset="1">
37 <name>margin</name>
38 <number>0</number>
39 </property>
40 <property stdset="1">
41 <name>spacing</name>
42 <number>0</number>
43 </property>
44 <widget>
45 <class>QLayoutWidget</class>
46 <property stdset="1">
47 <name>name</name>
48 <cstring>Layout1</cstring>
49 </property>
50 <hbox>
51 <property stdset="1">
52 <name>margin</name>
53 <number>0</number>
54 </property>
55 <property stdset="1">
56 <name>spacing</name>
57 <number>6</number>
58 </property>
59 <widget>
60 <class>QLabel</class>
61 <property stdset="1">
62 <name>name</name>
63 <cstring>lblFindWhat</cstring>
64 </property>
65 <property stdset="1">
66 <name>frameShape</name>
67 <enum>MShape</enum>
68 </property>
69 <property stdset="1">
70 <name>frameShadow</name>
71 <enum>MShadow</enum>
72 </property>
73 <property stdset="1">
74 <name>text</name>
75 <string>Find what:</string>
76 </property>
77 </widget>
78 <widget>
79 <class>QLineEdit</class>
80 <property stdset="1">
81 <name>name</name>
82 <cstring>txtFind</cstring>
83 </property>
84 </widget>
85 <widget>
86 <class>QPushButton</class>
87 <property stdset="1">
88 <name>name</name>
89 <cstring>cmdFind</cstring>
90 </property>
91 <property stdset="1">
92 <name>text</name>
93 <string>&amp;Find</string>
94 </property>
95 <property stdset="1">
96 <name>default</name>
97 <bool>true</bool>
98 </property>
99 </widget>
100 </hbox>
101 </widget>
102 <widget>
103 <class>QLayoutWidget</class>
104 <property stdset="1">
105 <name>name</name>
106 <cstring>Layout2</cstring>
107 </property>
108 <hbox>
109 <property stdset="1">
110 <name>margin</name>
111 <number>0</number>
112 </property>
113 <property stdset="1">
114 <name>spacing</name>
115 <number>6</number>
116 </property>
117 <widget>
118 <class>QLabel</class>
119 <property stdset="1">
120 <name>name</name>
121 <cstring>lblCategory</cstring>
122 </property>
123 <property stdset="1">
124 <name>text</name>
125 <string>Category:</string>
126 </property>
127 </widget>
128 <widget>
129 <class>CategorySelect</class>
130 <property stdset="1">
131 <name>name</name>
132 <cstring>cmbCat</cstring>
133 </property>
134 </widget>
135 </hbox>
136 </widget>
137 <widget>
138 <class>QFrame</class>
139 <property stdset="1">
140 <name>name</name>
141 <cstring>Frame3</cstring>
142 </property>
143 <property stdset="1">
144 <name>sizePolicy</name>
145 <sizepolicy>
146 <hsizetype>5</hsizetype>
147 <vsizetype>1</vsizetype>
148 </sizepolicy>
149 </property>
150 <property stdset="1">
151 <name>frameShape</name>
152 <enum>NoFrame</enum>
153 </property>
154 <property stdset="1">
155 <name>frameShadow</name>
156 <enum>Raised</enum>
157 </property>
158 <property>
159 <name>layoutMargin</name>
160 </property>
161 <property>
162 <name>layoutSpacing</name>
163 </property>
164 <hbox>
165 <property stdset="1">
166 <name>margin</name>
167 <number>0</number>
168 </property>
169 <property stdset="1">
170 <name>spacing</name>
171 <number>0</number>
172 </property>
173 <widget>
174 <class>QLabel</class>
175 <property stdset="1">
176 <name>name</name>
177 <cstring>lblStartDate</cstring>
178 </property>
179 <property stdset="1">
180 <name>text</name>
181 <string>Start Search at:</string>
182 </property>
183 </widget>
184 <widget>
185 <class>QPushButton</class>
186 <property stdset="1">
187 <name>name</name>
188 <cstring>cmdStartDate</cstring>
189 </property>
190 <property stdset="1">
191 <name>sizePolicy</name>
192 <sizepolicy>
193 <hsizetype>1</hsizetype>
194 <vsizetype>1</vsizetype>
195 </sizepolicy>
196 </property>
197 <property stdset="1">
198 <name>text</name>
199 <string>Dec 02 01</string>
200 </property>
201 </widget>
202 </hbox>
203 </widget>
204 <widget>
205 <class>QCheckBox</class>
206 <property stdset="1">
207 <name>name</name>
208 <cstring>chkCase</cstring>
209 </property>
210 <property stdset="1">
211 <name>text</name>
212 <string>Case Sensitive</string>
213 </property>
214 </widget>
215 <widget>
216 <class>QCheckBox</class>
217 <property stdset="1">
218 <name>name</name>
219 <cstring>chkBackwards</cstring>
220 </property>
221 <property stdset="1">
222 <name>text</name>
223 <string>Search Backwards</string>
224 </property>
225 </widget>
226 <widget>
227 <class>QLabel</class>
228 <property stdset="1">
229 <name>name</name>
230 <cstring>lblStatus</cstring>
231 </property>
232 <property stdset="1">
233 <name>text</name>
234 <string></string>
235 </property>
236 </widget>
237 </vbox>
238</widget>
239<customwidgets>
240 <customwidget>
241 <class>CategorySelect</class>
242 <header location="global">qpe/categoryselect.h</header>
243 <sizehint>
244 <width>-1</width>
245 <height>-1</height>
246 </sizehint>
247 <container>0</container>
248 <sizepolicy>
249 <hordata>7</hordata>
250 <verdata>1</verdata>
251 </sizepolicy>
252 <pixmap>image0</pixmap>
253 </customwidget>
254</customwidgets>
255<images>
256 <image>
257 <name>image0</name>
258 <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
259 </image>
260</images>
261</UI>