kio Library API Documentation

kbetterthankdialogbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './kbetterthankdialogbase.ui'
00003 **
00004 ** Created: Thu Apr 28 01:16:02 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef KBETTERTHANKDIALOGBASE_H
00011 #define KBETTERTHANKDIALOGBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 #include <kactivelabel.h>
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class KActiveLabel;
00022 class QPushButton;
00023 
00024 class KBetterThanKDialogBase : public QDialog
00025 {
00026     Q_OBJECT
00027 
00028 public:
00029     KBetterThanKDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00030     ~KBetterThanKDialogBase();
00031 
00032     KActiveLabel* _label;
00033     QPushButton* _allowOnce;
00034     QPushButton* _allowAlways;
00035     QPushButton* _deny;
00036     QPushButton* _denyForever;
00037 
00038 public slots:
00039     virtual void setLabel( const QString & label );
00040 
00041 protected:
00042     QGridLayout* KBetterThanKDialogBaseLayout;
00043     QSpacerItem* spacer1;
00044     QSpacerItem* spacer2;
00045     QHBoxLayout* layout1;
00046 
00047 protected slots:
00048     virtual void languageChange();
00049 
00050     virtual void accept();
00051     virtual void reject();
00052 
00053 
00054 private slots:
00055     virtual void clicked();
00056     virtual void init();
00057 
00058 };
00059 
00060 #endif // KBETTERTHANKDIALOGBASE_H
KDE Logo
This file is part of the documentation for kio Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 28 01:36:55 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003