KDEUI
kdialogbuttonbox.h
Go to the documentation of this file.
77 QPushButton *addButton(const QString& text, ButtonRole role, QObject * receiver, const char * slot);
92 KPushButton *addButton(const KGuiItem& guiitem,ButtonRole role, QObject * receiver=0, const char * slot=0);
QPushButton * addButton(const QString &text, ButtonRole role, QObject *receiver, const char *slot)
Creates a push button with the given text, adds it to the button box for the specified role,...
Definition kdialogbuttonbox.cpp:36
KDialogButtonBox(QWidget *parent, Qt::Orientation _orientation=Qt::Horizontal)
Create an empty container for buttons.
Definition kdialogbuttonbox.cpp:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.