QQuickColorGroup Class
The QQuickColorGroup class represents a set of colors. \inmodule
QtQuick \since
6.0. More...
Header: | #include <QQuickColorGroup> |
Instantiated By: | ColorGroup |
Inherits: | QObject |
Inherited By: |
Public Functions
QColor | accent() const |
QColor | alternateBase() const |
QColor | base() const |
QColor | brightText() const |
QColor | button() const |
QColor | buttonText() const |
QColor | dark() const |
QColor | highlight() const |
QColor | highlightedText() const |
QColor | light() const |
QColor | link() const |
QColor | linkVisited() const |
QColor | mid() const |
QColor | midlight() const |
QColor | placeholderText() const |
void | resetAccent() |
void | resetAlternateBase() |
void | resetBase() |
void | resetBrightText() |
void | resetButton() |
void | resetButtonText() |
void | resetDark() |
void | resetHighlight() |
void | resetHighlightedText() |
void | resetLight() |
void | resetLink() |
void | resetLinkVisited() |
void | resetMid() |
void | resetMidlight() |
void | resetPlaceholderText() |
void | resetShadow() |
void | resetText() |
void | resetToolTipBase() |
void | resetToolTipText() |
void | resetWindow() |
void | resetWindowText() |
void | setAccent(const QColor &color) |
void | setAlternateBase(const QColor &color) |
void | setBase(const QColor &color) |
void | setBrightText(const QColor &color) |
void | setButton(const QColor &color) |
void | setButtonText(const QColor &color) |
void | setDark(const QColor &color) |
void | setHighlight(const QColor &color) |
void | setHighlightedText(const QColor &color) |
void | setLight(const QColor &color) |
void | setLink(const QColor &color) |
void | setLinkVisited(const QColor &color) |
void | setMid(const QColor &color) |
void | setMidlight(const QColor &color) |
void | setPlaceholderText(const QColor &color) |
void | setShadow(const QColor &color) |
void | setText(const QColor &color) |
void | setToolTipBase(const QColor &color) |
void | setToolTipText(const QColor &color) |
void | setWindow(const QColor &color) |
void | setWindowText(const QColor &color) |
QColor | shadow() const |
QColor | text() const |
QColor | toolTipBase() const |
QColor | toolTipText() const |
QColor | window() const |
QColor | windowText() const |
Signals
void | accentChanged() |
void | alternateBaseChanged() |
void | baseChanged() |
void | brightTextChanged() |
void | buttonChanged() |
void | buttonTextChanged() |
void | darkChanged() |
void | highlightChanged() |
void | highlightedTextChanged() |
void | lightChanged() |
void | linkChanged() |
void | linkVisitedChanged() |
void | midChanged() |
void | midlightChanged() |
void | placeholderTextChanged() |
void | shadowChanged() |
void | textChanged() |
void | toolTipBaseChanged() |
void | toolTipTextChanged() |
void | windowChanged() |
void | windowTextChanged() |
Protected Functions
QQuickColorGroup(QQuickPalette &parent) |
Detailed Description
\internal
Used by QQuickPalette to provide different groups of colors by roles.
See also QPalette::ColorRole.
Member Function Documentation
[explicit protected]
QQuickColorGroup::QQuickColorGroup(QQuickPalette &parent)
Construct object in default state.