00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './clonedlg.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 CLONEDLG_H 00011 #define CLONEDLG_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 KLed; 00023 class QPushButton; 00024 class QLineEdit; 00025 class QLabel; 00026 00027 class cloneDlg : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 cloneDlg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~cloneDlg(); 00034 00035 QGroupBox* grpRevStatus; 00036 KLed* ledRevStatus; 00037 QPushButton* btnMount; 00038 QPushButton* btnClone; 00039 QPushButton* btnCancel; 00040 QLineEdit* edtSerial; 00041 QLineEdit* edtSerialAgain; 00042 QLineEdit* edtDate; 00043 QLabel* lblDate; 00044 QLabel* txtSerialAgain; 00045 QLabel* txtSerial; 00046 00047 public slots: 00048 virtual void btnCancel_clicked(); 00049 virtual void btnClone_clicked(); 00050 virtual void btnMount_clicked(); 00051 00052 protected: 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 private: 00058 QPixmap image0; 00059 QPixmap image1; 00060 00061 }; 00062 00063 #endif // CLONEDLG_H