defs.h
来自「qt下 第三方串口类 最新版本 1.2」· C头文件 代码 · 共 17 行
H
17 行
/**
* @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 + =
减小字号Ctrl + -
显示快捷键?