smimeconfiguration.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef SMIMECONFIGURATION_H
00011
#define SMIMECONFIGURATION_H
00012
00013
#include <qvariant.h>
00014
#include <qwidget.h>
00015
00016
class QVBoxLayout;
00017
class QHBoxLayout;
00018
class QGridLayout;
00019
class QSpacerItem;
00020
namespace Kleo {
00021
class KeyRequester;
00022 }
00023
class QRadioButton;
00024
class QGroupBox;
00025
class QLabel;
00026
class QLineEdit;
00027
class QCheckBox;
00028
00029
class SMimeConfiguration :
public QWidget
00030 {
00031 Q_OBJECT
00032
00033
public:
00034 SMimeConfiguration(
QWidget* parent = 0,
const char* name = 0, WFlags fl = 0 );
00035 ~SMimeConfiguration();
00036
00037
QRadioButton* CRLRB;
00038
QRadioButton* OCSPRB;
00039
QGroupBox* OCSPGroupBox;
00040
QLabel* textLabel1;
00041
QLineEdit* OCSPResponderURL;
00042
QLabel* textLabel2;
00043 Kleo::KeyRequester* OCSPResponderSignature;
00044
QCheckBox* doNotCheckCertPolicyCB;
00045
QCheckBox* neverConsultCB;
00046
QCheckBox* fetchMissingCB;
00047
00048
protected:
00049
QVBoxLayout* SMimeConfigurationLayout;
00050
QSpacerItem* spacer23;
00051
QVBoxLayout* OCSPGroupBoxLayout;
00052
QHBoxLayout* layout4;
00053
QHBoxLayout* layout5;
00054
QSpacerItem* spacer7;
00055
00056
protected slots:
00057
virtual void languageChange();
00058
00059 };
00060
00061
#endif // SMIMECONFIGURATION_H
This file is part of the documentation for kmail Library Version 3.3.0.