KDE3Support
k3buttonbox.h
Go to the documentation of this file.
100 QPushButton *addButton(const QString& text, QObject * receiver, const char * slot, bool noexpand = false);
128 QPushButton *addButton(const KGuiItem& guiitem, QObject * receiver, const char * slot, bool noexpand = false);
QPushButton * addButton(const QString &text, bool noexpand=false)
Add a new QPushButton.
Definition k3buttonbox.cpp:100
void layout()
This function must be called once after all buttons have been inserted.
Definition k3buttonbox.cpp:165
K3ButtonBox(QWidget *parent, Qt::Orientation _orientation=Qt::Horizontal, int border=0, int _autoborder=6)
Create an empty container for buttons.
Definition k3buttonbox.cpp:82
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.