kmail Library API Documentation

certificatehandlingdialog.ui.h

00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you wish to add, delete or rename functions respectively slots use
00005 ** Qt Designer which will update this file, preserving your code. Create an
00006 ** init() function in place of a constructor, and a destroy() function in
00007 ** place of a destructor.
00008 *****************************************************************************/
00009 
00010 void CertificateHandlingDialog::init()
00011 {
00012     requestPopup = new QPopupMenu(this);
00013     requestPopup->insertItem(i18n("New"), 0);
00014     requestPopup->insertItem(i18n("Extension"), 1);
00015     requestPopup->insertItem(i18n("Change"), 2);
00016     
00017     requestPB->setPopup(requestPopup);
00018 }
00019 
00020 void CertificateHandlingDialog::slotDeleteCertificate()
00021 {
00022 
00023 }
00024 
00025 void CertificateHandlingDialog::slotCertificateSelectionChanged( QListViewItem * )
00026 {
00027 
00028 }
00029 
00030 void CertificateHandlingDialog::slotRequestChangedCertificate()
00031 {
00032 
00033 }
00034 
00035 void CertificateHandlingDialog::slotRequestExtendedCertificate()
00036 {
00037 
00038 }
00039 
00040 void CertificateHandlingDialog::slotRequestNewCertificate()
00041 {
00042 
00043 }
00044 
00045 void CertificateHandlingDialog::slotUseForEncrypting()
00046 {
00047 
00048 }
00049 
00050 void CertificateHandlingDialog::slotUseForSigning()
00051 {
00052 
00053 }
00054 
00055 
00056 void CertificateHandlingDialog::slotRequestMenu( int id )
00057 {
00058     switch (id)
00059     {
00060     case 0:
00061     slotRequestNewCertificate();
00062     break;
00063     case 1:
00064     slotRequestExtendedCertificate();
00065     break;
00066     case 2:
00067     slotRequestChangedCertificate();
00068     break;
00069     };
00070 }
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:13 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003