mimewarningdialog.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './mimewarningdialog.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:17:14 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 MIMEWARNINGDIALOG_H 00011 #define MIMEWARNINGDIALOG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QButtonGroup; 00022 class QRadioButton; 00023 class QCheckBox; 00024 class QPushButton; 00025 00026 class MimeWarningDialog : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 MimeWarningDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~MimeWarningDialog(); 00033 00034 QLabel* text; 00035 QButtonGroup* buttonGroup1; 00036 QRadioButton* open_with_kde; 00037 QRadioButton* open_as_text; 00038 QCheckBox* always_open_as_text; 00039 QPushButton* pushButton1; 00040 QPushButton* pushButton2; 00041 00042 protected: 00043 QVBoxLayout* MimeWarningDialogLayout; 00044 QVBoxLayout* buttonGroup1Layout; 00045 QHBoxLayout* layout3; 00046 QSpacerItem* spacer2; 00047 QSpacerItem* spacer3; 00048 QHBoxLayout* layout1; 00049 QSpacerItem* spacer1; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 }; 00055 00056 #endif // MIMEWARNINGDIALOG_H