kmail Library API Documentation

warningconfiguration.h

00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './warningconfiguration.ui' 00003 ** 00004 ** Created: Fri Oct 1 15:06:15 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef WARNINGCONFIGURATION_H 00011 #define WARNINGCONFIGURATION_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QCheckBox; 00021 class QGroupBox; 00022 class QLabel; 00023 class QSpinBox; 00024 class QPushButton; 00025 00026 class WarningConfiguration : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 WarningConfiguration( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~WarningConfiguration(); 00033 00034 QCheckBox* mWarnUnsigned; 00035 QCheckBox* warnUnencryptedCB; 00036 QCheckBox* warnReceiverNotInCertificateCB; 00037 QGroupBox* warnGroupBox; 00038 QLabel* textLabel2; 00039 QLabel* textLabel2_2; 00040 QSpinBox* mWarnSignKeyExpiresSB; 00041 QSpinBox* mWarnEncrKeyExpiresSB; 00042 QSpinBox* mWarnEncrChainCertExpiresSB; 00043 QSpinBox* mWarnSignChainCertExpiresSB; 00044 QSpinBox* mWarnSignRootCertExpiresSB; 00045 QSpinBox* mWarnEncrRootCertExpiresSB; 00046 QLabel* textLabel1_2_2; 00047 QLabel* textLabel1_2; 00048 QLabel* textLabel1; 00049 QPushButton* enableAllWarningsPB; 00050 00051 protected: 00052 QVBoxLayout* WarningConfigurationLayout; 00053 QSpacerItem* spacer23; 00054 QGridLayout* warnGroupBoxLayout; 00055 QSpacerItem* spacer5; 00056 QHBoxLayout* layout1; 00057 QSpacerItem* spacer4; 00058 00059 protected slots: 00060 virtual void languageChange(); 00061 00062 }; 00063 00064 #endif // WARNINGCONFIGURATION_H
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:19:25 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003