kpilot/kpilot
kpilotConfigDialog_backup.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kpilotConfigDialog_backup.ui' 00003 ** 00004 ** Created: Thu Sep 14 10:36:26 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef BACKUPCONFIGFORM_H 00011 #define BACKUPCONFIGFORM_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QLabel; 00022 class QLineEdit; 00023 class QPushButton; 00024 class QCheckBox; 00025 00026 class BackupConfigWidget : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 BackupConfigWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~BackupConfigWidget(); 00033 00034 QGroupBox* GroupBox23; 00035 QLabel* TextLabel5; 00036 QLabel* TextLabel6; 00037 QLineEdit* fBackupOnly; 00038 QLineEdit* fSkipDB; 00039 QPushButton* fBackupOnlyChooser; 00040 QPushButton* fSkipDBChooser; 00041 QCheckBox* fRunConduitsWithBackup; 00042 00043 protected: 00044 QGridLayout* BackupConfigFormLayout; 00045 QSpacerItem* spacer3; 00046 QGridLayout* GroupBox23Layout; 00047 00048 protected slots: 00049 virtual void languageChange(); 00050 00051 }; 00052 00053 #endif // BACKUPCONFIGFORM_H