00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'settingsdialogbase.ui' 00003 ** 00004 ** Created: Sun Nov 3 07:29:03 2002 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef SETTINGSDIALOGBASE_H 00010 #define SETTINGSDIALOGBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class QCheckBox; 00018 class QGroupBox; 00019 class QLabel; 00020 class QSlider; 00021 00022 class SettingsDialogBase : public QDialog 00023 { 00024 Q_OBJECT 00025 00026 public: 00027 SettingsDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00028 ~SettingsDialogBase(); 00029 00030 QGroupBox* GroupBox1; 00031 QLabel* TextLabel1; 00032 QSlider* delaySlider; 00033 QLabel* delayText; 00034 QCheckBox* repeatCheck; 00035 QCheckBox* reverseCheck; 00036 QCheckBox* rotateCheck; 00037 QCheckBox* fastLoadCheck; 00038 00039 protected: 00040 QVBoxLayout* SettingsDialogBaseLayout; 00041 QVBoxLayout* GroupBox1Layout; 00042 QGridLayout* Layout3; 00043 }; 00044 00045 #endif // SETTINGSDIALOGBASE_H
1.4.2