/**************************************************************************** ** Form interface generated from reading ui file 'form1.ui' ** ** Created: Fri Dec 10 16:41:10 2004 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef FORM1_H #define FORM1_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QCheckBox; class QLabel; class Form1 : public QDialog { Q_OBJECT public: Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Form1(); QCheckBox* CheckBox1; QLabel* TextLabel1; }; #endif // FORM1_H