#ifndef
ON_WIDGETSGLOBAL_H
#define
ON_WIDGETSGLOBAL_H
#include <QtGui> #include <QtCore>
//如果是Qt5以上的版本,包含QtWidgets #if (QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0)) #include <QtWidgets> #endif
#ifdef ON_WIDGETS_LIB # define ON_WIDGETS_EXPORT Q_DECL_EXPORT #else # define ON_WIDGETS_EXPORT Q_DECL_IMPORT #endif
#endif // ON_WIDGETSGLOBAL_H
#include <QtGui> #include <QtCore>
//如果是Qt5以上的版本,包含QtWidgets #if (QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0)) #include <QtWidgets> #endif
#ifdef ON_WIDGETS_LIB # define ON_WIDGETS_EXPORT Q_DECL_EXPORT #else # define ON_WIDGETS_EXPORT Q_DECL_IMPORT #endif
#endif // ON_WIDGETSGLOBAL_H