The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QDialogButtonBox

PUBLIC METHODS

QDialogButtonBox(QWidget * parent)
QDialogButtonBox(QWidget * parent = 0)
QDialogButtonBox(Qt::Orientation orientation, QWidget * parent)
QDialogButtonBox(Qt::Orientation orientation, QWidget * parent = 0)
QDialogButtonBox(QFlags<QDialogButtonBox::StandardButton> buttons, Qt::Orientation orientation, QWidget * parent)
QDialogButtonBox(QFlags<QDialogButtonBox::StandardButton> buttons, Qt::Orientation orientation, QWidget * parent = 0)
QDialogButtonBox(QFlags<QDialogButtonBox::StandardButton> buttons, Qt::Orientation orientation = Qt::Horizontal, QWidget * parent = 0)
~QDialogButtonBox()
QPushButton * addButton(QDialogButtonBox::StandardButton button)
void addButton(QAbstractButton * button, QDialogButtonBox::ButtonRole role)
QPushButton * addButton(const QString & text, QDialogButtonBox::ButtonRole role)
QPushButton * button(QDialogButtonBox::StandardButton which)
QDialogButtonBox::ButtonRole buttonRole(QAbstractButton * button)
bool centerButtons()
void clear()
Qt::Orientation orientation()
void removeButton(QAbstractButton * button)
void setCenterButtons(bool center)
void setOrientation(Qt::Orientation orientation)
void setStandardButtons(QFlags<QDialogButtonBox::StandardButton> buttons)
QDialogButtonBox::StandardButton standardButton(QAbstractButton * button)
QFlags<QDialogButtonBox::StandardButton> standardButtons()

ENUM VALUES

InvalidRole
AcceptRole
RejectRole
DestructiveRole
ActionRole
HelpRole
YesRole
NoRole
ResetRole
ApplyRole
NRoles
NoButton
Ok
Save
SaveAll
Open
Yes
YesToAll
No
NoToAll
Abort
Retry
Ignore
Close
Cancel
Discard
Help
Apply
Reset
RestoreDefaults
FirstButton
LastButton
WinLayout
MacLayout
KdeLayout
GnomeLayout

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html