• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdeutils
  • Sitemap
  • Contact Us
 

kgpg

kgpgkeygenerate.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           keygen.h  -  description
00003                              -------------------
00004     begin                : Mon Jul 8 2002
00005     copyright          : (C) 2002 by Jean-Baptiste Mardelle
00006     email                : bj@altern.org
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 #ifndef KGPGKEYGENERATE_H
00018 #define KGPGKEYGENERATE_H
00019 
00020 #include <KDialog>
00021 
00022 #include "kgpgkey.h"
00023 
00024 class KComboBox;
00025 class KLineEdit;
00026 
00027 class KgpgKeyGenerate : public KDialog
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     KgpgKeyGenerate(QWidget *parent = 0);
00033 
00034     bool isExpertMode() const;
00035     QString name() const;
00036     QString email() const;
00037     QString comment() const;
00038     KgpgCore::KgpgKeyAlgo algo() const;
00039     uint size() const;
00040     uint expiration() const;
00041     uint days() const;
00042 
00043 private slots:
00044     void slotOk();
00045     void slotUser1();
00046     void slotButtonClicked(int button);
00047     void slotEnableOk();
00048     void slotEnableDays(const int &state);
00049 
00050 private:
00051     KComboBox *m_keykind;
00052     KComboBox *m_keysize;
00053     KComboBox *m_keyexp;
00054     KLineEdit *m_days;
00055     KLineEdit *m_comment;
00056     KLineEdit *m_kname;
00057     KLineEdit *m_mail;
00058     bool m_expert;
00059 };
00060 
00061 #endif // KGPGKEYGENERATE_H

kgpg

Skip menu "kgpg"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdelirc
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • kjots
  • klaptopdaemon
  • kmilo
  • ksim
  • ktimer
  • kwallet
  • superkaramba
Generated for kdeutils by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal