myapplication.h
资源名称:timer_scr.rar [点击查看]
上传用户:karlzgj
上传日期:2020-03-01
资源大小:68k
文件大小:1k
源码类别:
TAPI编程
开发平台:
QT
- #ifndef MYAPPLICATION_H_
- #define MYAPPLICATION_H_
- #include <ZApplication.h>
- #include <qwidget.h>
- class MyApplication : public ZApplication
- {
- Q_OBJECT
- public:
- MyApplication(int argc,char *argv[]);
- protected slots:
- virtual void slotShutdown();
- virtual void slotQuickQuit();
- virtual void slotRaise();
- //virtual void keyPressEvent(QKeyEvent* e);
- //virtual bool eventFilter(QObject*e, QEvent*k);
- //bool notify ( QObject * receiver, QEvent * e );
- //int slotClickAppIcon();
- //void slotReveivePhoneMsg(const QCString& msg, const QByteArray& data);
- };
- #endif //MYAPPLICATION_H_