📄 pie.h
字号:
#ifndef PIE_H#define PIE_H#include <qwindow.h>class PieView : public QWindow{// Q_OBJECTpublic: PieView( int *, const char ** = 0 ); void restart( int *, const char ** = 0 );protected: void paintEvent( QPaintEvent * ); void drawPies( QPainter * );private: int *nums; const char **strs; int n; int sum;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -