Kleo::CryptoConfigEntryGUI Class Reference
Base class for the widget tied to an entry in the crypto config. More...
#include <cryptoconfigmodule.h>
Inheritance diagram for Kleo::CryptoConfigEntryGUI:

Signals | |
void | changed () |
Public Member Functions | |
CryptoConfigEntryGUI (CryptoConfigModule *module, Kleo::CryptoConfigEntry *entry, const QString &entryName, QWidget *parent, const char *name=0) | |
void | load () |
void | save () |
void | resetToDefault () |
QString | description () const |
bool | isChanged () const |
Protected Slots | |
void | slotChanged () |
Protected Member Functions | |
virtual void | doSave ()=0 |
virtual void | doLoad ()=0 |
Protected Attributes | |
Kleo::CryptoConfigEntry * | mEntry |
QString | mName |
bool | mChanged |
Detailed Description
Base class for the widget tied to an entry in the crypto config.Definition at line 131 of file cryptoconfigmodule.h.
The documentation for this class was generated from the following files: