4#ifndef QQUICKFUSIONSTYLE_P_H
5#define QQUICKFUSIONSTYLE_P_H
18#include <QtCore/qobject.h>
19#include <QtGui/qcolor.h>
20#include <QtQml/qqml.h>
21#include <QtQuick/private/qquickpalette_p.h>
The QColor class provides colors based on RGB, HSV or CMYK values.
QObject * parent() const
Returns a pointer to the parent object.
static Q_INVOKABLE QColor highlight(QQuickPalette *palette)
static Q_INVOKABLE QColor mergedColors(const QColor &colorA, const QColor &colorB, int factor=50)
static QColor darkShade()
static Q_INVOKABLE QColor outline(QQuickPalette *palette)
static Q_INVOKABLE QColor highlightedOutline(QQuickPalette *palette)
static QColor lightShade()
static Q_INVOKABLE QColor tabFrameColor(QQuickPalette *palette)
static Q_INVOKABLE QColor gradientStop(const QColor &baseColor)
static QColor topShadow()
static Q_INVOKABLE QColor buttonOutline(QQuickPalette *palette, bool highlighted=false, bool enabled=true)
static Q_INVOKABLE QColor highlightedText(QQuickPalette *palette)
static Q_INVOKABLE QColor grooveColor(QQuickPalette *palette)
static Q_INVOKABLE QColor buttonColor(QQuickPalette *palette, bool highlighted=false, bool down=false, bool hovered=false)
static Q_INVOKABLE QColor gradientStart(const QColor &baseColor)
static QColor innerContrastLine()
Contains color groups for each QML item state. \inmodule QtQuick.
Combined button and popup list for selecting options.
GLenum GLenum GLsizei const GLuint GLboolean enabled
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)