From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/lib/ui/directoryserviceswidgetbase.ui | 342 ++++++++++++++++++++++ 1 file changed, 342 insertions(+) create mode 100644 certmanager/lib/ui/directoryserviceswidgetbase.ui (limited to 'certmanager/lib/ui/directoryserviceswidgetbase.ui') diff --git a/certmanager/lib/ui/directoryserviceswidgetbase.ui b/certmanager/lib/ui/directoryserviceswidgetbase.ui new file mode 100644 index 000000000..1dabbca51 --- /dev/null +++ b/certmanager/lib/ui/directoryserviceswidgetbase.ui @@ -0,0 +1,342 @@ + +DirectoryServicesWidgetBase + + + DirectoryServicesWidgetBase + + + + 0 + 0 + 576 + 363 + + + + Directory Services Configuration + + + + unnamed + + + 11 + + + 6 + + + + x500LA + + + NoFrame + + + Plain + + + X.&500 directory services: + + + x500LV + + + + + layout2 + + + + unnamed + + + + + Server Name + + + true + + + true + + + + + Port + + + true + + + true + + + + + Base DN + + + true + + + true + + + + + User Name + + + true + + + true + + + + + Password + + + true + + + true + + + + x500LV + + + true + + + Select Directory Services to Use Here + + + <qt> +<h1>X.500 Directory Services</h1> +You can use X.500 directory services to retrieve certificates and certificate revocation lists that are not saved locally. Ask your local administrator if you want to make use of this feature and are unsure which directory service you can use. +<p> +If you do not use a directory service, you can still use local certificates. +</qt> + + + + + layout1 + + + + unnamed + + + + upButton + + + + + + + + downButton + + + + + + + + spacer5 + + + Vertical + + + Expanding + + + + 20 + 51 + + + + + + + + + + layout3 + + + + unnamed + + + + Spacer10 + + + Horizontal + + + Expanding + + + + 47 + 20 + + + + + + addServicePB + + + &Add Service... + + + Click to add a service + + + <qt> +<h1>Add a Directory Service</h1> +By clicking this button, you can select a new directory service to be used for retrieving certificates and CRLs. You will be asked for the server name and an optional description. +</qt> + + + + + Spacer11 + + + Horizontal + + + Expanding + + + + 47 + 20 + + + + + + removeServicePB + + + false + + + &Remove Service + + + Click to remove the currently selected service + + + <qt> +<h1>Remove Directory Service</h1> +By clicking this button, you can remove the currently selected directory service in the list above. You will have a chance to rethink your decision before the entry is deleted from the list. +</qt> + + + + + Spacer12 + + + Horizontal + + + Expanding + + + + 47 + 20 + + + + + + + + Spacer9 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + + + removeServicePB + clicked() + DirectoryServicesWidgetBase + slotDeleteService() + + + x500LV + returnPressed(QListViewItem*) + DirectoryServicesWidgetBase + slotServiceSelected(QListViewItem*) + + + x500LV + doubleClicked(QListViewItem*) + DirectoryServicesWidgetBase + slotServiceSelected(QListViewItem*) + + + x500LV + selectionChanged(QListViewItem*) + DirectoryServicesWidgetBase + slotServiceChanged(QListViewItem*) + + + addServicePB + clicked() + DirectoryServicesWidgetBase + slotAddService() + + + upButton + clicked() + DirectoryServicesWidgetBase + slotMoveUp() + + + downButton + clicked() + DirectoryServicesWidgetBase + slotMoveDown() + + + + slotAddService() + slotDeleteService() + slotServiceChanged( QListViewItem* ) + slotServiceSelected( QListViewItem* ) + slotMoveUp() + slotMoveDown() + + + -- cgit v1.2.1