重新上传

This commit is contained in:
feiyangqingyun
2021-01-16 12:41:38 +08:00
parent 9cf0de0f8d
commit e8195be0e3
149 changed files with 1545 additions and 6219 deletions

View File

@@ -3,14 +3,14 @@
/**
* FlatUI辅助类 作者:feiyangqingyun(QQ:517216493) 2016-12-16
* 1:按钮样式设置
* 2:文本框样式设置
* 3:进度条样式
* 4:滑块条样式
* 5:单选框样式
* 6:滚动条样式
* 7:可自由设置对象的高度宽度大小等
* 8:自带默认参数值
* 1. 按钮样式设置
* 2. 文本框样式设置
* 3. 进度条样式
* 4. 滑块条样式
* 5. 单选框样式
* 6. 滚动条样式
* 7. 可自由设置对象的高度宽度大小等
* 8. 自带默认参数值
*/
#include <QObject>
@@ -24,13 +24,7 @@ class QCheckBox;
class QScrollBar;
#ifdef quc
#if (QT_VERSION < QT_VERSION_CHECK(5,7,0))
#include <QtDesigner/QDesignerExportWidget>
#else
#include <QtUiPlugin/QDesignerExportWidget>
#endif
class QDESIGNER_WIDGET_EXPORT FlatUI : public QObject
class Q_DECL_EXPORT FlatUI : public QObject
#else
class FlatUI : public QObject
#endif