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()
- QPushButton * addButton(const QString & text, QDialogButtonBox::ButtonRole role)
- bool centerButtons()
- void clear()
- Qt::Orientation orientation()
- void setCenterButtons(bool center)
- void setOrientation(Qt::Orientation orientation)
- 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.