summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/findwnd.ui
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/findwnd.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/findwnd.ui327
1 files changed, 327 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/findwnd.ui b/pwmanager/pwmanager/findwnd.ui
new file mode 100644
index 0000000..4572e0a
--- a/dev/null
+++ b/pwmanager/pwmanager/findwnd.ui
@@ -0,0 +1,327 @@
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>findWnd</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>findWnd</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>381</width>
12 <height>269</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Find</string>
17 </property>
18 <widget class="QLabel">
19 <property name="name">
20 <cstring>textLabel1</cstring>
21 </property>
22 <property name="geometry">
23 <rect>
24 <x>20</x>
25 <y>20</y>
26 <width>340</width>
27 <height>20</height>
28 </rect>
29 </property>
30 <property name="frameShape">
31 <enum>NoFrame</enum>
32 </property>
33 <property name="frameShadow">
34 <enum>Plain</enum>
35 </property>
36 <property name="text">
37 <string>Find:</string>
38 </property>
39 </widget>
40 <widget class="QLineEdit">
41 <property name="name">
42 <cstring>findLineEdit</cstring>
43 </property>
44 <property name="geometry">
45 <rect>
46 <x>20</x>
47 <y>40</y>
48 <width>340</width>
49 <height>20</height>
50 </rect>
51 </property>
52 </widget>
53 <widget class="QPushButton">
54 <property name="name">
55 <cstring>findButton</cstring>
56 </property>
57 <property name="geometry">
58 <rect>
59 <x>20</x>
60 <y>230</y>
61 <width>107</width>
62 <height>27</height>
63 </rect>
64 </property>
65 <property name="text">
66 <string>&amp;Find</string>
67 </property>
68 <property name="accel">
69 <string>Alt+F</string>
70 </property>
71 </widget>
72 <widget class="QPushButton">
73 <property name="name">
74 <cstring>closeButton</cstring>
75 </property>
76 <property name="geometry">
77 <rect>
78 <x>250</x>
79 <y>230</y>
80 <width>107</width>
81 <height>27</height>
82 </rect>
83 </property>
84 <property name="text">
85 <string>&amp;Close</string>
86 </property>
87 <property name="accel">
88 <string>Alt+C</string>
89 </property>
90 </widget>
91 <widget class="QCheckBox">
92 <property name="name">
93 <cstring>exactCheckBox</cstring>
94 </property>
95 <property name="geometry">
96 <rect>
97 <x>20</x>
98 <y>200</y>
99 <width>340</width>
100 <height>20</height>
101 </rect>
102 </property>
103 <property name="text">
104 <string>&amp;Exact match</string>
105 </property>
106 <property name="accel">
107 <string>Alt+E</string>
108 </property>
109 </widget>
110 <widget class="QCheckBox">
111 <property name="name">
112 <cstring>caseSensCheckBox</cstring>
113 </property>
114 <property name="geometry">
115 <rect>
116 <x>20</x>
117 <y>180</y>
118 <width>340</width>
119 <height>20</height>
120 </rect>
121 </property>
122 <property name="text">
123 <string>&amp;Case sensitive</string>
124 </property>
125 <property name="accel">
126 <string>Alt+C</string>
127 </property>
128 </widget>
129 <widget class="QButtonGroup">
130 <property name="name">
131 <cstring>buttonGroup1</cstring>
132 </property>
133 <property name="geometry">
134 <rect>
135 <x>20</x>
136 <y>70</y>
137 <width>340</width>
138 <height>90</height>
139 </rect>
140 </property>
141 <property name="title">
142 <string>Search in Column</string>
143 </property>
144 <widget class="QRadioButton">
145 <property name="name">
146 <cstring>descRadioButton</cstring>
147 </property>
148 <property name="geometry">
149 <rect>
150 <x>30</x>
151 <y>20</y>
152 <width>150</width>
153 <height>20</height>
154 </rect>
155 </property>
156 <property name="text">
157 <string>&amp;Description</string>
158 </property>
159 <property name="checked">
160 <bool>true</bool>
161 </property>
162 </widget>
163 <widget class="QRadioButton">
164 <property name="name">
165 <cstring>pwRadioButton</cstring>
166 </property>
167 <property name="geometry">
168 <rect>
169 <x>180</x>
170 <y>20</y>
171 <width>150</width>
172 <height>20</height>
173 </rect>
174 </property>
175 <property name="text">
176 <string>&amp;Password</string>
177 </property>
178 </widget>
179 <widget class="QRadioButton">
180 <property name="name">
181 <cstring>commentRadioButton</cstring>
182 </property>
183 <property name="geometry">
184 <rect>
185 <x>180</x>
186 <y>40</y>
187 <width>150</width>
188 <height>20</height>
189 </rect>
190 </property>
191 <property name="text">
192 <string>C&amp;omment</string>
193 </property>
194 </widget>
195 <widget class="QRadioButton">
196 <property name="name">
197 <cstring>nameRadioButton</cstring>
198 </property>
199 <property name="geometry">
200 <rect>
201 <x>30</x>
202 <y>40</y>
203 <width>150</width>
204 <height>20</height>
205 </rect>
206 </property>
207 <property name="text">
208 <string>&amp;Username</string>
209 </property>
210 <property name="accel">
211 <string>Alt+U</string>
212 </property>
213 </widget>
214 <widget class="QRadioButton">
215 <property name="name">
216 <cstring>urlRadioButton</cstring>
217 </property>
218 <property name="geometry">
219 <rect>
220 <x>30</x>
221 <y>60</y>
222 <width>150</width>
223 <height>20</height>
224 </rect>
225 </property>
226 <property name="text">
227 <string>U&amp;RL</string>
228 </property>
229 <property name="accel">
230 <string>Alt+R</string>
231 </property>
232 </widget>
233 <widget class="QRadioButton">
234 <property name="name">
235 <cstring>launcherRadioButton</cstring>
236 </property>
237 <property name="geometry">
238 <rect>
239 <x>180</x>
240 <y>60</y>
241 <width>150</width>
242 <height>20</height>
243 </rect>
244 </property>
245 <property name="text">
246 <string>&amp;Launcher</string>
247 </property>
248 <property name="accel">
249 <string>Alt+L</string>
250 </property>
251 </widget>
252 </widget>
253</widget>
254<connections>
255 <connection>
256 <sender>findButton</sender>
257 <signal>clicked()</signal>
258 <receiver>findWnd</receiver>
259 <slot>findButton_slot()</slot>
260 </connection>
261 <connection>
262 <sender>closeButton</sender>
263 <signal>clicked()</signal>
264 <receiver>findWnd</receiver>
265 <slot>closeButton_slot()</slot>
266 </connection>
267 <connection>
268 <sender>descRadioButton</sender>
269 <signal>stateChanged(int)</signal>
270 <receiver>findWnd</receiver>
271 <slot>selectionChanged_slot()</slot>
272 </connection>
273 <connection>
274 <sender>nameRadioButton</sender>
275 <signal>stateChanged(int)</signal>
276 <receiver>findWnd</receiver>
277 <slot>selectionChanged_slot()</slot>
278 </connection>
279 <connection>
280 <sender>pwRadioButton</sender>
281 <signal>stateChanged(int)</signal>
282 <receiver>findWnd</receiver>
283 <slot>selectionChanged_slot()</slot>
284 </connection>
285 <connection>
286 <sender>commentRadioButton</sender>
287 <signal>stateChanged(int)</signal>
288 <receiver>findWnd</receiver>
289 <slot>selectionChanged_slot()</slot>
290 </connection>
291 <connection>
292 <sender>findLineEdit</sender>
293 <signal>textChanged(const QString&amp;)</signal>
294 <receiver>findWnd</receiver>
295 <slot>selectionChanged_slot()</slot>
296 </connection>
297 <connection>
298 <sender>caseSensCheckBox</sender>
299 <signal>stateChanged(int)</signal>
300 <receiver>findWnd</receiver>
301 <slot>selectionChanged_slot()</slot>
302 </connection>
303 <connection>
304 <sender>exactCheckBox</sender>
305 <signal>stateChanged(int)</signal>
306 <receiver>findWnd</receiver>
307 <slot>selectionChanged_slot()</slot>
308 </connection>
309</connections>
310<tabstops>
311 <tabstop>findLineEdit</tabstop>
312 <tabstop>descRadioButton</tabstop>
313 <tabstop>caseSensCheckBox</tabstop>
314 <tabstop>exactCheckBox</tabstop>
315 <tabstop>findButton</tabstop>
316 <tabstop>closeButton</tabstop>
317 <tabstop>nameRadioButton</tabstop>
318 <tabstop>pwRadioButton</tabstop>
319 <tabstop>commentRadioButton</tabstop>
320</tabstops>
321<slots>
322 <slot>findButton_slot()</slot>
323 <slot>selectionChanged_slot()</slot>
324 <slot>closeButton_slot()</slot>
325</slots>
326<layoutdefaults spacing="6" margin="11"/>
327</UI>