📄 version.h
字号:
/** @file This file hold constants defining version of application. \brief Version information */#ifndef __VERSION_H__#define __VERSION_H__/** Application name shown in various About boxes, window titles, etc .... */#define APP_NAME "MP View"/** Version of application. */#define VERSION "0.4.1"/** Compile time of this program */#define COMPILE_TIME (__DATE__ ", " __TIME__)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -