mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 08:35:28 +08:00
update
This commit is contained in:
23
src/FluColorSet.h
Normal file
23
src/FluColorSet.h
Normal file
@ -0,0 +1,23 @@
|
||||
#ifndef FLUCOLORSET_H
|
||||
#define FLUCOLORSET_H
|
||||
|
||||
#include <QObject>
|
||||
#include "stdafx.h"
|
||||
|
||||
class FluColorSet : public QObject
|
||||
{
|
||||
|
||||
Q_OBJECT
|
||||
Q_PROPERTY_AUTO(QString,darkest)
|
||||
Q_PROPERTY_AUTO(QString,darker)
|
||||
Q_PROPERTY_AUTO(QString,dark)
|
||||
Q_PROPERTY_AUTO(QString,normal)
|
||||
Q_PROPERTY_AUTO(QString,light)
|
||||
Q_PROPERTY_AUTO(QString,lighter)
|
||||
Q_PROPERTY_AUTO(QString,lightest)
|
||||
public:
|
||||
explicit FluColorSet(QObject *parent = nullptr);
|
||||
|
||||
};
|
||||
|
||||
#endif // FLUCOLORSET_H
|
Reference in New Issue
Block a user