Searched defs:QIAdvancedToolBar (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIAdvancedToolBar.h2 * VBox Qt GUI - QIAdvancedToolBar class implementation
30 class QIAdvancedToolBar : public QWidget class in inherits:QWidget
43 QIAdvancedToolBar(QWidget *pParent);
H A DQIAdvancedToolBar.cpp3 * VBox Qt GUI - QIAdvancedToolBar class implementation.
30 #include "QIAdvancedToolBar.h"
33 /* More configurable tool-button for QIAdvancedToolBar: */
41 QIAdvancedToolButton(QIAdvancedToolBar *pParent)
73 QIAdvancedToolBar::QIAdvancedToolBar(QWidget *pParent) function in class:QIAdvancedToolBar
92 int QIAdvancedToolBar::addAction(const QString &strActionText)
107 int QIAdvancedToolBar::addAction(const QIcon &actionIcon, const QString &strActionText)
123 void QIAdvancedToolBar::setToolBarMargins(int iLeft, int iTop, int iRight, int iBottom)
128 void QIAdvancedToolBar
[all...]

Completed in 41 milliseconds