00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ABOUTKONVERTERDIALOG_H
00011 #define ABOUTKONVERTERDIALOG_H
00012
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qwidget.h>
00016
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QPushButton;
00022 class QLabel;
00023
00024 class AboutKonverterDialog : public QWidget
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 AboutKonverterDialog( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030 ~AboutKonverterDialog();
00031
00032 QPushButton* btOK;
00033 QLabel* textLabel1_2;
00034 QLabel* textLabel1;
00035 QLabel* pixmapLabel1;
00036
00037 protected:
00038 QGridLayout* AboutKonverterDialogLayout;
00039 QSpacerItem* spacer1;
00040
00041 protected slots:
00042 virtual void languageChange();
00043
00044 private:
00045 QPixmap image0;
00046
00047 };
00048
00049 #endif // ABOUTKONVERTERDIALOG_H