Better wording
[kdepim.git] / kleopatra / dialogs / lookupcertificatesdialog.ui
blob29dc7ca1b6cef5e5e608953844ddd87b54e49090
1 <ui version="4.0" >
2  <class>LookupCertificatesDialog</class>
3  <widget class="QDialog" name="LookupCertificatesDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>553</width>
9     <height>292</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Certificate Server Certificate Lookup</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <layout class="QGridLayout" name="gridLayout" >
18      <item row="0" column="1" >
19       <widget class="KLineEdit" name="findED" />
20      </item>
21      <item row="0" column="2" >
22       <widget class="QPushButton" name="findPB" >
23        <property name="text" >
24         <string>Search</string>
25        </property>
26        <property name="autoDefault" >
27         <bool>false</bool>
28        </property>
29       </widget>
30      </item>
31      <item row="1" column="0" colspan="3" >
32       <widget class="Line" name="hr" >
33        <property name="orientation" >
34         <enum>Qt::Horizontal</enum>
35        </property>
36       </widget>
37      </item>
38      <item row="5" column="2" >
39       <widget class="QPushButton" name="detailsPB" >
40        <property name="enabled" >
41         <bool>false</bool>
42        </property>
43        <property name="text" >
44         <string>Details...</string>
45        </property>
46        <property name="autoDefault" >
47         <bool>false</bool>
48        </property>
49       </widget>
50      </item>
51      <item rowspan="2" row="6" column="2" >
52       <widget class="QPushButton" name="saveAsPB" >
53        <property name="enabled" >
54         <bool>false</bool>
55        </property>
56        <property name="text" >
57         <string>Save As...</string>
58        </property>
59        <property name="autoDefault" >
60         <bool>false</bool>
61        </property>
62       </widget>
63      </item>
64      <item row="2" column="2" >
65       <widget class="QPushButton" name="selectAllPB" >
66        <property name="enabled" >
67         <bool>false</bool>
68        </property>
69        <property name="text" >
70         <string>Select All</string>
71        </property>
72        <property name="autoDefault" >
73         <bool>false</bool>
74        </property>
75       </widget>
76      </item>
77      <item row="4" column="2" >
78       <spacer name="verticalSpacer" >
79        <property name="orientation" >
80         <enum>Qt::Vertical</enum>
81        </property>
82        <property name="sizeHint" stdset="0" >
83         <size>
84          <width>20</width>
85          <height>40</height>
86         </size>
87        </property>
88       </spacer>
89      </item>
90      <item row="3" column="2" >
91       <widget class="QPushButton" name="deselectAllPB" >
92        <property name="enabled" >
93         <bool>false</bool>
94        </property>
95        <property name="text" >
96         <string>Deselect All</string>
97        </property>
98        <property name="autoDefault" >
99         <bool>false</bool>
100        </property>
101       </widget>
102      </item>
103      <item row="0" column="0" >
104       <widget class="QLabel" name="findLB" >
105        <property name="text" >
106         <string>Find:</string>
107        </property>
108        <property name="buddy" >
109         <cstring>findED</cstring>
110        </property>
111       </widget>
112      </item>
113      <item rowspan="6" row="2" column="0" colspan="2" >
114       <widget class="QTreeView" name="resultTV" >
115        <property name="enabled" >
116         <bool>true</bool>
117        </property>
118        <property name="minimumSize" >
119         <size>
120          <width>400</width>
121          <height>0</height>
122         </size>
123        </property>
124        <property name="selectionMode" >
125         <enum>QAbstractItemView::ExtendedSelection</enum>
126        </property>
127        <property name="sortingEnabled" >
128         <bool>true</bool>
129        </property>
130        <property name="allColumnsShowFocus" >
131         <bool>true</bool>
132        </property>
133       </widget>
134      </item>
135      <item row="8" column="0" colspan="3" >
136       <widget class="QDialogButtonBox" name="buttonBox" >
137        <property name="standardButtons" >
138         <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
139        </property>
140       </widget>
141      </item>
142     </layout>
143    </item>
144   </layout>
145  </widget>
146  <customwidgets>
147   <customwidget>
148    <class>KLineEdit</class>
149    <extends>QLineEdit</extends>
150    <header location="global" >KLineEdit</header>
151   </customwidget>
152  </customwidgets>
153  <resources/>
154  <connections>
155   <connection>
156    <sender>findED</sender>
157    <signal>returnPressed()</signal>
158    <receiver>findPB</receiver>
159    <slot>animateClick()</slot>
160    <hints>
161     <hint type="sourcelabel" >
162      <x>409</x>
163      <y>19</y>
164     </hint>
165     <hint type="destinationlabel" >
166      <x>430</x>
167      <y>19</y>
168     </hint>
169    </hints>
170   </connection>
171   <connection>
172    <sender>buttonBox</sender>
173    <signal>accepted()</signal>
174    <receiver>LookupCertificatesDialog</receiver>
175    <slot>accept()</slot>
176    <hints>
177     <hint type="sourcelabel" >
178      <x>28</x>
179      <y>265</y>
180     </hint>
181     <hint type="destinationlabel" >
182      <x>46</x>
183      <y>291</y>
184     </hint>
185    </hints>
186   </connection>
187   <connection>
188    <sender>buttonBox</sender>
189    <signal>rejected()</signal>
190    <receiver>LookupCertificatesDialog</receiver>
191    <slot>reject()</slot>
192    <hints>
193     <hint type="sourcelabel" >
194      <x>188</x>
195      <y>273</y>
196     </hint>
197     <hint type="destinationlabel" >
198      <x>218</x>
199      <y>291</y>
200     </hint>
201    </hints>
202   </connection>
203   <connection>
204    <sender>selectAllPB</sender>
205    <signal>clicked()</signal>
206    <receiver>resultTV</receiver>
207    <slot>selectAll()</slot>
208    <hints>
209     <hint type="sourcelabel" >
210      <x>437</x>
211      <y>79</y>
212     </hint>
213     <hint type="destinationlabel" >
214      <x>409</x>
215      <y>77</y>
216     </hint>
217    </hints>
218   </connection>
219   <connection>
220    <sender>deselectAllPB</sender>
221    <signal>clicked()</signal>
222    <receiver>resultTV</receiver>
223    <slot>clearSelection()</slot>
224    <hints>
225     <hint type="sourcelabel" >
226      <x>465</x>
227      <y>115</y>
228     </hint>
229     <hint type="destinationlabel" >
230      <x>409</x>
231      <y>119</y>
232     </hint>
233    </hints>
234   </connection>
235   <connection>
236    <sender>findPB</sender>
237    <signal>clicked()</signal>
238    <receiver>LookupCertificatesDialog</receiver>
239    <slot>slotSearchClicked()</slot>
240    <hints>
241     <hint type="sourcelabel" >
242      <x>437</x>
243      <y>39</y>
244     </hint>
245     <hint type="destinationlabel" >
246      <x>443</x>
247      <y>45</y>
248     </hint>
249    </hints>
250   </connection>
251   <connection>
252    <sender>detailsPB</sender>
253    <signal>clicked()</signal>
254    <receiver>LookupCertificatesDialog</receiver>
255    <slot>slotDetailsClicked()</slot>
256    <hints>
257     <hint type="sourcelabel" >
258      <x>523</x>
259      <y>177</y>
260     </hint>
261     <hint type="destinationlabel" >
262      <x>541</x>
263      <y>177</y>
264     </hint>
265    </hints>
266   </connection>
267   <connection>
268    <sender>saveAsPB</sender>
269    <signal>clicked()</signal>
270    <receiver>LookupCertificatesDialog</receiver>
271    <slot>slotSaveAsClicked()</slot>
272    <hints>
273     <hint type="sourcelabel" >
274      <x>517</x>
275      <y>221</y>
276     </hint>
277     <hint type="destinationlabel" >
278      <x>539</x>
279      <y>219</y>
280     </hint>
281    </hints>
282   </connection>
283   <connection>
284    <sender>findED</sender>
285    <signal>textChanged(QString)</signal>
286    <receiver>LookupCertificatesDialog</receiver>
287    <slot>slotSearchTextChanged()</slot>
288    <hints>
289     <hint type="sourcelabel" >
290      <x>93</x>
291      <y>19</y>
292     </hint>
293     <hint type="destinationlabel" >
294      <x>93</x>
295      <y>3</y>
296     </hint>
297    </hints>
298   </connection>
299  </connections>
300  <slots>
301   <slot>slotSearchClicked()</slot>
302   <slot>slotDetailsClicked()</slot>
303   <slot>slotSaveAsClicked()</slot>
304   <slot>slotSearchTextChanged()</slot>
305  </slots>
306 </ui>