00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './restoredlg.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 RESTOREDLG_H 00011 #define RESTOREDLG_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 QListView; 00022 class QListViewItem; 00023 class QComboBox; 00024 class QLabel; 00025 class QButtonGroup; 00026 class QRadioButton; 00027 class QPushButton; 00028 class QGroupBox; 00029 class KLed; 00030 class QCheckBox; 00031 00032 class restoreDlg : public QWidget 00033 { 00034 Q_OBJECT 00035 00036 public: 00037 restoreDlg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00038 ~restoreDlg(); 00039 00040 QListView* lstPartitions; 00041 QComboBox* cmbSerial; 00042 QLabel* lblSerial; 00043 QComboBox* cmbDate; 00044 QLabel* lblDate; 00045 QButtonGroup* grp; 00046 QRadioButton* radServer; 00047 QRadioButton* radRev; 00048 QPushButton* btnStartRestore; 00049 QPushButton* btnCancelRestore; 00050 QGroupBox* grpMountStatus; 00051 QPushButton* btnMountRev; 00052 QPushButton* btnMountServer; 00053 QLabel* lblRev; 00054 QLabel* lblServer; 00055 KLed* ledRevStatus; 00056 KLed* ledServerStatus; 00057 QCheckBox* chkSwap; 00058 QCheckBox* chkGrub; 00059 00060 public slots: 00061 virtual void btnCancelRestore_clicked(); 00062 virtual void cmbSerial_activated(const QString& string); 00063 virtual void cmbDate_activated(const QString& string); 00064 virtual void btnStartRestore_clicked(); 00065 virtual void btnMountRev_clicked(); 00066 virtual void btnMountServer_clicked(); 00067 virtual void radRev_clicked(); 00068 virtual void radServer_clicked(); 00069 00070 protected: 00071 00072 protected slots: 00073 virtual void languageChange(); 00074 00075 private: 00076 QPixmap image0; 00077 QPixmap image1; 00078 QPixmap image2; 00079 QPixmap image3; 00080 00081 }; 00082 00083 #endif // RESTOREDLG_H