/**************************************************************************** ** Form interface generated from reading ui file 'qrulebook.ui' ** ** Created: Sat Dec 7 18:06:51 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef RULEBOOK_H #define RULEBOOK_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QPushButton; class QTextBrowser; class QRuleBook : public QDialog { Q_OBJECT public: QRuleBook( QWidget* parent = 0, const char* name = 0 ); ~QRuleBook(); QTextBrowser* textpanel; QPushButton* ok; protected: QVBoxLayout* rulebookLayout; QHBoxLayout* Layout3; }; #endif // RULEBOOK_H