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(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)
QDialogButtonBox::StandardButton standardButton(QAbstractButton * button)

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