PolkitQt-1
polkitqt1-gui-actionbuttons.cpp
18ActionButtons::ActionButtons(const QList<QAbstractButton *> &buttons, const QString &actionId, QObject *parent)
QAbstractButton * button() const
Returns the current button.
Definition polkitqt1-gui-actionbutton.cpp:135
ActionButton(QAbstractButton *button, const QString &actionId=QString(), QObject *parent=nullptr)
Constructs a new ActionButton.
Definition polkitqt1-gui-actionbutton.cpp:19
QList< QAbstractButton * > buttons() const
Returns the current buttons list.
Definition polkitqt1-gui-actionbuttons.cpp:35
void addButton(QAbstractButton *button)
Adds a button to the current button list.
Definition polkitqt1-gui-actionbuttons.cpp:42
void removeButton(QAbstractButton *button)
Removes a button from the current list.
Definition polkitqt1-gui-actionbuttons.cpp:49
void setButtons(const QList< QAbstractButton * > &buttons)
Sets a list of buttons associated to the underlying action.
Definition polkitqt1-gui-actionbuttons.cpp:28
ActionButtons(const QList< QAbstractButton * > &buttons, const QString &actionId=QString(), QObject *parent=nullptr)
Constructs a new ActionButton.
Definition polkitqt1-gui-actionbuttons.cpp:18
QObject(QObject *parent)
QObject * parent() const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.