// HQApplication.h - Public interface for
HOOPS/Qt class HQApplication
// // About this class #ifndef HQAPPLICATION_H
// Qt Headers
class HQApplication
: public QMainWindow
public: HQApplication(QApplication
* p);
private slots: void myclose();
private: void load(const
char * filename);
protected: void closeEvent( QCloseEvent * ); }; #endif
|