radar.h

来自「本文件是<精通QT4编程>的配套源代码」· C头文件 代码 · 共 30 行

H
30
字号
//// C++ Interface: radar//// Description: ////// Author: zeki <czm@zeki>, (C) 2007//// Copyright: See COPYING file that comes with this distribution////#ifndef RADAR_H#define RADAR_H#include <QGraphicsView>class RadarView : public QGraphicsView{Q_OBJECTpublic:	RadarView( QGraphicsScene * scene, QWidget * parent = 0 );public slots:    void timerEvent(QTimerEvent *event);    void mouseMoveEvent(QMouseEvent *event);}; #endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?