Continue to implement fullsync
[kdepim.git] / kleopatra / dialogs / lookupcertificatesdialog.ui
blob01a77f10ec20daf0dd0599a92901039d9557752d
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="QLineEdit" 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  <resources/>
147  <connections>
148   <connection>
149    <sender>findED</sender>
150    <signal>returnPressed()</signal>
151    <receiver>findPB</receiver>
152    <slot>animateClick()</slot>
153    <hints>
154     <hint type="sourcelabel" >
155      <x>409</x>
156      <y>19</y>
157     </hint>
158     <hint type="destinationlabel" >
159      <x>430</x>
160      <y>19</y>
161     </hint>
162    </hints>
163   </connection>
164   <connection>
165    <sender>buttonBox</sender>
166    <signal>accepted()</signal>
167    <receiver>LookupCertificatesDialog</receiver>
168    <slot>accept()</slot>
169    <hints>
170     <hint type="sourcelabel" >
171      <x>28</x>
172      <y>265</y>
173     </hint>
174     <hint type="destinationlabel" >
175      <x>46</x>
176      <y>291</y>
177     </hint>
178    </hints>
179   </connection>
180   <connection>
181    <sender>buttonBox</sender>
182    <signal>rejected()</signal>
183    <receiver>LookupCertificatesDialog</receiver>
184    <slot>reject()</slot>
185    <hints>
186     <hint type="sourcelabel" >
187      <x>188</x>
188      <y>273</y>
189     </hint>
190     <hint type="destinationlabel" >
191      <x>218</x>
192      <y>291</y>
193     </hint>
194    </hints>
195   </connection>
196   <connection>
197    <sender>selectAllPB</sender>
198    <signal>clicked()</signal>
199    <receiver>resultTV</receiver>
200    <slot>selectAll()</slot>
201    <hints>
202     <hint type="sourcelabel" >
203      <x>437</x>
204      <y>79</y>
205     </hint>
206     <hint type="destinationlabel" >
207      <x>409</x>
208      <y>77</y>
209     </hint>
210    </hints>
211   </connection>
212   <connection>
213    <sender>deselectAllPB</sender>
214    <signal>clicked()</signal>
215    <receiver>resultTV</receiver>
216    <slot>clearSelection()</slot>
217    <hints>
218     <hint type="sourcelabel" >
219      <x>465</x>
220      <y>115</y>
221     </hint>
222     <hint type="destinationlabel" >
223      <x>409</x>
224      <y>119</y>
225     </hint>
226    </hints>
227   </connection>
228   <connection>
229    <sender>findPB</sender>
230    <signal>clicked()</signal>
231    <receiver>LookupCertificatesDialog</receiver>
232    <slot>slotSearchClicked()</slot>
233    <hints>
234     <hint type="sourcelabel" >
235      <x>437</x>
236      <y>39</y>
237     </hint>
238     <hint type="destinationlabel" >
239      <x>443</x>
240      <y>45</y>
241     </hint>
242    </hints>
243   </connection>
244   <connection>
245    <sender>detailsPB</sender>
246    <signal>clicked()</signal>
247    <receiver>LookupCertificatesDialog</receiver>
248    <slot>slotDetailsClicked()</slot>
249    <hints>
250     <hint type="sourcelabel" >
251      <x>523</x>
252      <y>177</y>
253     </hint>
254     <hint type="destinationlabel" >
255      <x>541</x>
256      <y>177</y>
257     </hint>
258    </hints>
259   </connection>
260   <connection>
261    <sender>saveAsPB</sender>
262    <signal>clicked()</signal>
263    <receiver>LookupCertificatesDialog</receiver>
264    <slot>slotSaveAsClicked()</slot>
265    <hints>
266     <hint type="sourcelabel" >
267      <x>517</x>
268      <y>221</y>
269     </hint>
270     <hint type="destinationlabel" >
271      <x>539</x>
272      <y>219</y>
273     </hint>
274    </hints>
275   </connection>
276   <connection>
277    <sender>findED</sender>
278    <signal>textChanged(QString)</signal>
279    <receiver>LookupCertificatesDialog</receiver>
280    <slot>slotSearchTextChanged()</slot>
281    <hints>
282     <hint type="sourcelabel" >
283      <x>93</x>
284      <y>19</y>
285     </hint>
286     <hint type="destinationlabel" >
287      <x>93</x>
288      <y>3</y>
289     </hint>
290    </hints>
291   </connection>
292  </connections>
293  <slots>
294   <slot>slotSearchClicked()</slot>
295   <slot>slotDetailsClicked()</slot>
296   <slot>slotSaveAsClicked()</slot>
297   <slot>slotSearchTextChanged()</slot>
298  </slots>
299 </ui>