|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment>********************************************************************* |
|
5 ** |
|
6 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
7 ** All rights reserved. |
|
8 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
9 ** |
|
10 ** This file is part of the test suite of the Qt Toolkit. |
|
11 ** |
|
12 ** $QT_BEGIN_LICENSE:LGPL$ |
|
13 ** No Commercial Usage |
|
14 ** This file contains pre-release code and may not be distributed. |
|
15 ** You may use this file in accordance with the terms and conditions |
|
16 ** contained in the Technology Preview License Agreement accompanying |
|
17 ** this package. |
|
18 ** |
|
19 ** GNU Lesser General Public License Usage |
|
20 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
21 ** General Public License version 2.1 as published by the Free Software |
|
22 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
23 ** packaging of this file. Please review the following information to |
|
24 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
26 ** |
|
27 ** In addition, as a special exception, Nokia gives you certain additional |
|
28 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
30 ** |
|
31 ** If you have questions regarding the use of this file, please contact |
|
32 ** Nokia at qt-info@nokia.com. |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** |
|
40 ** |
|
41 ** $QT_END_LICENSE$ |
|
42 ** |
|
43 *********************************************************************</comment> |
|
44 <exportmacro></exportmacro> |
|
45 <class>FindDialog</class> |
|
46 <widget class="QDialog" name="FindDialog"> |
|
47 <property name="geometry"> |
|
48 <rect> |
|
49 <x>0</x> |
|
50 <y>0</y> |
|
51 <width>285</width> |
|
52 <height>189</height> |
|
53 </rect> |
|
54 </property> |
|
55 <property name="windowTitle"> |
|
56 <string>Find Text</string> |
|
57 </property> |
|
58 <layout class="QGridLayout"> |
|
59 <property name="margin"> |
|
60 <number>11</number> |
|
61 </property> |
|
62 <property name="spacing"> |
|
63 <number>6</number> |
|
64 </property> |
|
65 <item row="0" column="0" rowspan="1" colspan="2"> |
|
66 <layout class="QHBoxLayout"> |
|
67 <property name="margin"> |
|
68 <number>0</number> |
|
69 </property> |
|
70 <property name="spacing"> |
|
71 <number>6</number> |
|
72 </property> |
|
73 <item> |
|
74 <widget class="QLabel" name="TextLabel1"> |
|
75 <property name="text"> |
|
76 <string>F&ind:</string> |
|
77 </property> |
|
78 <property name="buddy" stdset="0"> |
|
79 <cstring>comboFind</cstring> |
|
80 </property> |
|
81 <property name="wordWrap"> |
|
82 <bool>false</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QComboBox" name="comboFind"> |
|
88 <property name="sizePolicy"> |
|
89 <sizepolicy> |
|
90 <hsizetype>7</hsizetype> |
|
91 <vsizetype>0</vsizetype> |
|
92 <horstretch>0</horstretch> |
|
93 <verstretch>0</verstretch> |
|
94 </sizepolicy> |
|
95 </property> |
|
96 <property name="editable"> |
|
97 <bool>true</bool> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 </layout> |
|
102 </item> |
|
103 <item row="2" column="0" rowspan="1" colspan="2"> |
|
104 <layout class="QHBoxLayout"> |
|
105 <property name="margin"> |
|
106 <number>0</number> |
|
107 </property> |
|
108 <property name="spacing"> |
|
109 <number>6</number> |
|
110 </property> |
|
111 <item> |
|
112 <spacer name="Spacer1"> |
|
113 <property name="sizeHint"> |
|
114 <size> |
|
115 <width>20</width> |
|
116 <height>20</height> |
|
117 </size> |
|
118 </property> |
|
119 <property name="sizeType"> |
|
120 <enum>QSizePolicy::Expanding</enum> |
|
121 </property> |
|
122 <property name="orientation"> |
|
123 <enum>Qt::Horizontal</enum> |
|
124 </property> |
|
125 </spacer> |
|
126 </item> |
|
127 <item> |
|
128 <widget class="QPushButton" name="PushButton1"> |
|
129 <property name="text"> |
|
130 <string>&Find</string> |
|
131 </property> |
|
132 <property name="default"> |
|
133 <bool>true</bool> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item> |
|
138 <widget class="QPushButton" name="PushButton2"> |
|
139 <property name="text"> |
|
140 <string>&Close</string> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 </layout> |
|
145 </item> |
|
146 <item row="1" column="1"> |
|
147 <widget class="Q3ButtonGroup" name="ButtonGroup2"> |
|
148 <property name="title"> |
|
149 <string>Direction</string> |
|
150 </property> |
|
151 <layout class="QVBoxLayout"> |
|
152 <property name="margin"> |
|
153 <number>11</number> |
|
154 </property> |
|
155 <property name="spacing"> |
|
156 <number>6</number> |
|
157 </property> |
|
158 <item> |
|
159 <widget class="QRadioButton" name="radioForward"> |
|
160 <property name="text"> |
|
161 <string>Forwar&d</string> |
|
162 </property> |
|
163 <property name="checked"> |
|
164 <bool>true</bool> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item> |
|
169 <widget class="QRadioButton" name="radioBackward"> |
|
170 <property name="text"> |
|
171 <string>Bac&kward</string> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 </layout> |
|
176 </widget> |
|
177 </item> |
|
178 <item row="1" column="0"> |
|
179 <widget class="Q3ButtonGroup" name="ButtonGroup1"> |
|
180 <property name="title"> |
|
181 <string>Options</string> |
|
182 </property> |
|
183 <layout class="QVBoxLayout"> |
|
184 <property name="margin"> |
|
185 <number>11</number> |
|
186 </property> |
|
187 <property name="spacing"> |
|
188 <number>6</number> |
|
189 </property> |
|
190 <item> |
|
191 <widget class="QCheckBox" name="checkWords"> |
|
192 <property name="text"> |
|
193 <string>&Whole words only</string> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item> |
|
198 <widget class="QCheckBox" name="checkCase"> |
|
199 <property name="text"> |
|
200 <string>Case &sensitive</string> |
|
201 </property> |
|
202 </widget> |
|
203 </item> |
|
204 <item> |
|
205 <widget class="QCheckBox" name="checkBegin"> |
|
206 <property name="text"> |
|
207 <string>Start at &Beginning</string> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 </layout> |
|
212 </widget> |
|
213 </item> |
|
214 </layout> |
|
215 </widget> |
|
216 <layoutdefault spacing="6" margin="11"/> |
|
217 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
218 <tabstops> |
|
219 <tabstop>comboFind</tabstop> |
|
220 <tabstop>checkWords</tabstop> |
|
221 <tabstop>checkCase</tabstop> |
|
222 <tabstop>checkBegin</tabstop> |
|
223 <tabstop>radioForward</tabstop> |
|
224 <tabstop>radioBackward</tabstop> |
|
225 <tabstop>PushButton1</tabstop> |
|
226 <tabstop>PushButton2</tabstop> |
|
227 </tabstops> |
|
228 <connections> |
|
229 <connection> |
|
230 <sender>PushButton1</sender> |
|
231 <signal>clicked()</signal> |
|
232 <receiver>FindDialog</receiver> |
|
233 <slot>doFind()</slot> |
|
234 </connection> |
|
235 <connection> |
|
236 <sender>PushButton2</sender> |
|
237 <signal>clicked()</signal> |
|
238 <receiver>FindDialog</receiver> |
|
239 <slot>reject()</slot> |
|
240 </connection> |
|
241 </connections> |
|
242 </ui> |