#include <qtoolbarproto.h>
Public Member Functions | |
| QToolBarProto (QObject *parent) | |
| Q_INVOKABLE void | addAction (QAction *action) |
| Q_INVOKABLE void | addWidget (QWidget *widget) |
| Q_INVOKABLE QAction * | insertWidget (QAction *before, QWidget *widget) |
| Q_INVOKABLE QWidget * | widgetForAction (QAction *action) const |
| QToolBarProto::QToolBarProto | ( | QObject * | parent | ) |
| void QToolBarProto::addAction | ( | QAction * | action | ) |
| void QToolBarProto::addWidget | ( | QWidget * | widget | ) |
| QAction * QToolBarProto::insertWidget | ( | QAction * | before, |
| QWidget * | widget | ||
| ) |
| QWidget * QToolBarProto::widgetForAction | ( | QAction * | action | ) | const |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|