NAME
Qt::Gui::QToolBar
PUBLIC METHODS
- QToolBar(QWidget * parent = 0)
- QToolBar(QWidget * parent)
- QToolBar(const QString & title, QWidget * parent = 0)
- QToolBar(const QString & title, QWidget * parent)
- ~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)
- 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 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)
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.