📄 defs.h
字号:
/**
* @file defs.h
* @brief Global definitions.
*/
#ifndef DEFS_H_
#define DEFS_H_
#ifndef QT_NO_DEBUG
#define APP_TITLE "QextSerialPort Test Application Debug" ///< Application title.
#else
#define APP_TITLE "QextSerialPort Test Application" ///< Application title.
#endif /*QT_NO_DEBUG*/
#endif /*DEFS_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -