config.h.in

来自「c++的guiQt做的开发」· IN 代码 · 共 18 行

IN
18
字号
/** @file File with common configuration for entire program \brief Configuration header */#ifndef __CONFIG_H__#define __CONFIG_H__/** Directory where all data files would be stored *  (icons, default config, etc ...)*/#define DATA_PATH "@datarootdir@/mpview"/** config directory name (will be used relative to $HOME) */#define CONFIG_DIR ".mpview"/** config file name (in CONFIG_DIR) */#define CONFIG_FILE "mpv.cfg"#endif

⌨️ 快捷键说明

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