00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './configurationdlg.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 CONFIGURATIONDLG_H 00011 #define CONFIGURATIONDLG_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 QLineEdit; 00024 class QPushButton; 00025 00026 class ConfigurationDlg : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 ConfigurationDlg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~ConfigurationDlg(); 00033 00034 QGroupBox* grpNet; 00035 QLabel* lblNetUsername; 00036 QLabel* lblNetMountPoint; 00037 QLabel* lblNetShare; 00038 QLineEdit* edtNetPassword; 00039 QLabel* lblNetTux; 00040 QLabel* lblNetPassword; 00041 QLineEdit* edtNetShare; 00042 QLineEdit* edtNetMountPoint; 00043 QLineEdit* edtNetUsername; 00044 QGroupBox* grpSystem; 00045 QLabel* lblSysRevMountPoint; 00046 QLabel* lblSysRevDevice; 00047 QLineEdit* edtSysRevDevice; 00048 QLabel* lblSysHdDevice; 00049 QLineEdit* edtSysHdDevice; 00050 QLabel* lblSysSwapPartition; 00051 QLabel* lblSystem; 00052 QLineEdit* edtSysSwapPartition; 00053 QLineEdit* edtSysRevMountPoint; 00054 QPushButton* btnCancel; 00055 QPushButton* btnSave; 00056 QPushButton* btnDefaults; 00057 00058 public slots: 00059 virtual void btnDefaults_clicked(); 00060 virtual void btnCancel_clicked(); 00061 virtual void btnSave_clicked(); 00062 00063 protected: 00064 00065 protected slots: 00066 virtual void languageChange(); 00067 00068 private: 00069 QPixmap image0; 00070 QPixmap image1; 00071 QPixmap image2; 00072 00073 }; 00074 00075 #endif // CONFIGURATIONDLG_H