/** * @brief 接口声明 * @author BaGuijun (baguijun@163.com) * @date 2024-09-06 */ #ifndef _OperatorsGUIAPI_H_ #define _OperatorsGUIAPI_H_ #include #ifdef OperatorsGUI_API #define OperatorsGUIAPI Q_DECL_EXPORT #else #define OperatorsGUIAPI Q_DECL_IMPORT #endif #endif