KWidgetsAddons
kcolorbutton.h
void changed(const QColor &newColor)
Emitted when the color of the widget is changed, either with setColor() or via user selection.
bool isAlphaChannelEnabled() const
Returns true if the user is allowed to change the alpha component.
Definition kcolorbutton.cpp:150
void setAlphaChannelEnabled(bool alpha)
When set to true, allow the user to change the alpha component of the color.
Definition kcolorbutton.cpp:145
virtual void mousePressEvent(QMouseEvent *e) override
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
QPushButton(QWidget *parent)
virtual void keyPressEvent(QKeyEvent *e) override
virtual QSize minimumSizeHint() const const override
virtual void mouseMoveEvent(QMouseEvent *e) override
virtual void paintEvent(QPaintEvent *) override
virtual QSize sizeHint() const const override
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual void dragEnterEvent(QDragEnterEvent *event)
virtual void dropEvent(QDropEvent *event)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:52:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:52:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.