KWidgetsAddons
kcolorcombo.h
void setColors(const QList< QColor > &colors)
Set a custom list of colors to choose from, in place of the standard list.
Definition kcolorcombo.cpp:235
void showEmptyList()
Clear the color list and don't show it, till the next setColor() call.
Definition kcolorcombo.cpp:296
void activated(const QColor &col)
Emitted when a new color box has been selected.
bool isCustomColor() const
Find whether the currently selected color is a custom color selected using a color dialog.
Definition kcolorcombo.cpp:274
void highlighted(const QColor &col)
Emitted when a new item has been highlighted.
QComboBox(QWidget *parent)
virtual bool event(QEvent *event) override
virtual void paintEvent(QPaintEvent *e) override
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:52:27 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:52:27 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.