⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 c++的guiQt做的开发
💻 IN
字号:
/** @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -