00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './revmanagerdlg.ui' 00003 ** 00004 ** Created: Wed Jun 13 18:54:26 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.7 edited Aug 31 2005 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef REVMANAGERDLG_H 00011 #define REVMANAGERDLG_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 QGroupBox; 00022 class QLabel; 00023 class QProgressBar; 00024 class KLed; 00025 class QPushButton; 00026 00027 class revManagerDlg : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 revManagerDlg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~revManagerDlg(); 00034 00035 QGroupBox* grpUsage; 00036 QLabel* lblUsed; 00037 QLabel* lblFree; 00038 QLabel* pxlRev; 00039 QProgressBar* pgbUsage; 00040 QGroupBox* grpStatus; 00041 QLabel* pklStatus; 00042 QLabel* lblStatus; 00043 KLed* ledStatus; 00044 QPushButton* btnMount; 00045 QGroupBox* grpFormat; 00046 QPushButton* btnFormat; 00047 QLabel* pxlFormat; 00048 QLabel* lblFormat; 00049 QPushButton* btnCancel; 00050 00051 public slots: 00052 virtual void btnCancel_clicked(); 00053 virtual void btnFormat_clicked(); 00054 virtual void btnMount_clicked(); 00055 00056 protected: 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 private: 00062 QPixmap image0; 00063 QPixmap image1; 00064 QPixmap image2; 00065 QPixmap image3; 00066 QPixmap image4; 00067 00068 }; 00069 00070 #endif // REVMANAGERDLG_H