You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
694 B

#ifndef CERTIFICATEHANDLINGDIALOGIMPL_H
#define CERTIFICATEHANDLINGDIALOGIMPL_H
#include "certificatehandlingdialog.h"
class CertificateHandlingDialogImpl : public CertificateHandlingDialog
{
Q_OBJECT
public:
CertificateHandlingDialogImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~CertificateHandlingDialogImpl();
protected slots:
void slotDeleteCertificate();
void slotCertificateSelectionChanged( QListViewItem* );
void slotRequestChangedCertificate();
void slotRequestExtendedCertificate();
void slotRequestNewCertificate();
void slotUseForEncrypting();
void slotUseForSigning();
};
#endif // CERTIFICATEHANDLINGDIALOGIMPL_H