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

NAME

Qt::Gui::QToolBar

PUBLIC METHODS

QToolBar(QWidget * parent)
QToolBar(QWidget * parent = 0)
QToolBar(const QString & title, QWidget * parent)
QToolBar(const QString & title, QWidget * parent = 0)
~QToolBar()
QAction * actionAt(const QPoint & p)
QAction * actionAt(int x, int y)
QRect actionGeometry(QAction * action)
QAction * addAction(const QString & text)
QAction * addAction(const QIcon & icon, const QString & text)
QAction * addAction(const QString & text, const QObject * receiver, const char * member)
QAction * addAction(const QIcon & icon, const QString & text, const QObject * receiver, const char * member)
QAction * addSeparator()
QAction * addWidget(QWidget * widget)
QFlags<Qt::ToolBarArea> allowedAreas()
void clear()
QSize iconSize()
QAction * insertSeparator(QAction * before)
QAction * insertWidget(QAction * before, QWidget * widget)
bool isAreaAllowed(Qt::ToolBarArea area)
bool isFloatable()
bool isFloating()
bool isMovable()
Qt::Orientation orientation()
void setAllowedAreas(QFlags<Qt::ToolBarArea> areas)
void setFloatable(bool floatable)
void setIconSize(const QSize & iconSize)
void setMovable(bool movable)
void setOrientation(Qt::Orientation orientation)
void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle)
QAction * toggleViewAction()
Qt::ToolButtonStyle toolButtonStyle()
QWidget * widgetForAction(QAction * action)

ENUM VALUES

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