/**************************************************************************** ** Form interface generated from reading ui file 'license.ui' ** ** Created: Sat Mar 3 14:29:13 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef LICENSE_H #define LICENSE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup; class QLabel; class QPushButton; class QTabWidget; class QTextView; class QWidget; class About: public QDialog { Q_OBJECT public: About( QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 ); ~About(); QPushButton* close; QTabWidget* TabWidget2; QWidget* tab; QButtonGroup* ButtonGroup1; QLabel* TextLabel3_2; QWidget* tab_2; QTextView* TextView1; QWidget* tab_3; QTextView* gpl; protected: QVBoxLayout* tabLayout; QVBoxLayout* tabLayout_2; QVBoxLayout* tabLayout_3; private slots: void slot_close(); }; #endif // LICENSE_H