摘要:
1. Qt 全局宏定义 Qt版本号: QT_VERSION : (major << 16) + (minor << 8) + patch 检测版本号: QT_VERSION_CHECK(major, minor, patch)((major<<16)|(minor<<8)|(patch)) 当使用命 阅读全文
posted @ 2016-08-31 15:19
JeffreyCheung
阅读(1269)
评论(0)
推荐(0)
摘要:
#ifndef WINDOW_H #define WINDOW_H #include #include QT_BEGIN_NAMESPACE class QAction; class QCheckBox; class QComboBox; class QGroupBox; class QLabel; 阅读全文
posted @ 2016-08-31 15:18
JeffreyCheung
阅读(622)
评论(0)
推荐(0)

浙公网安备 33010602011771号