NAME
Qt::Gui::QDialogButtonBox
PUBLIC METHODS
- QDialogButtonBox(QWidget * parent = 0)
- QDialogButtonBox(QWidget * parent)
- QDialogButtonBox(Qt::Orientation orientation, QWidget * parent = 0)
- QDialogButtonBox(Qt::Orientation orientation, QWidget * parent)
- ~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)
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.