version.h

来自「c++的guiQt做的开发」· C头文件 代码 · 共 16 行

H
16
字号
/** @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 + =
减小字号Ctrl + -
显示快捷键?