fontchooser.h

来自「爱可视605看PDF程式源代码, 基于APDF」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef FONT_CHOOSER_H#define FONT_CHOOSER_H#include <qfont.h>class FontChooser { public:	static const QFont getFont();	static const QFont getFont(const QString&); private:	FontChooser();};#endif // FONT_CHOOSER_H

⌨️ 快捷键说明

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