NAME
Qt::Gui::QToolButton
PUBLIC METHODS
- QToolButton(QWidget * parent = 0)
- QToolButton(QWidget * parent)
- ~QToolButton()
- Qt::ArrowType arrowType()
- bool autoRaise()
- QAction * defaultAction()
- QSize minimumSizeHint()
- QToolButton::ToolButtonPopupMode popupMode()
- void setArrowType(Qt::ArrowType type)
- void setAutoRaise(bool enable)
- void setDefaultAction(QAction * arg0)
- void setPopupMode(QToolButton::ToolButtonPopupMode mode)
- void setToolButtonStyle(Qt::ToolButtonStyle style)
- void showMenu()
- QSize sizeHint()
- Qt::ToolButtonStyle toolButtonStyle()
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.