📄 evt.h
字号:
/** * evt.h - encapsulation of Qt Event dispatcher * * Copyright (c) 2002, 2003, 2004 * Kaffe.org contributors, see ChangeLog for details. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. */#ifndef EVT_H#define EVT_H#include <qevent.h>#include <qwidget.h>class EventDispatcher : public QWidget{ Q_OBJECTpublic: EventDispatcher::EventDispatcher(QWidget *parent=0, const char *name=0);protected: bool eventFilter(QObject* o, QEvent* e);};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -