Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
colordark.h File Reference
#include <QtCore/qobject.h>
#include <QtGui/qcolor.h>
#include <QtQml/qqmlregistration.h>

Go to the source code of this file.

Classes

struct  Fluid::ColorDarkTokens
 

Namespaces

namespace  Fluid
 

Macros

#define FLUID_COLOR_PROPERTY(name)   Q_PROPERTY(QColor name READ name CONSTANT FINAL)
 
#define FLUID_COLOR_GETTER(name)   QColor name() const;
 

Macro Definition Documentation

◆ FLUID_COLOR_GETTER

#define FLUID_COLOR_GETTER (   name)    QColor name() const;

Definition at line 69 of file colordark.h.

◆ FLUID_COLOR_PROPERTY

#define FLUID_COLOR_PROPERTY (   name)    Q_PROPERTY(QColor name READ name CONSTANT FINAL)

Definition at line 17 of file colordark.h.