2020年12月13日

Qt判断当前系统 意外的简单

摘要: 出处:https://beondxin.blog.csdn.net/article/details/105718849 #ifdef Q_OS_WIN #endif #ifdef Q_OS_LINUX #endif #ifdef Q_OS_MAC #endif 阅读全文

posted @ 2020-12-13 16:23 liujx2019 阅读(275) 评论(0) 推荐(0)

Qt 程序单元测试

摘要: https://beondxin.blog.csdn.net/article/details/107298088 https://beondxin.blog.csdn.net/article/details/107893280 https://beondxin.blog.csdn.net/artic 阅读全文

posted @ 2020-12-13 14:49 liujx2019 阅读(258) 评论(0) 推荐(0)

c++ 用宏代替常用的函数

摘要: 原文:https://beondxin.blog.csdn.net/article/details/106742997 #define QUICK_GETSET(name,type) \ virtual void Set_##name (const type &_arg) \ { \ this->n 阅读全文

posted @ 2020-12-13 14:48 liujx2019 阅读(284) 评论(0) 推荐(0)

导航