QMLBarWidget Class Reference
Interface in the form of bar to contain buttons.
More...
#include <UI/QMLBarWidget.h>
List of all members.
Public Member Functions |
| QMLBarWidget (QWidget *parent=0) |
void | setButtons (const QList< QObject * > buttons) |
| Set the buttons to display on the bar.
|
Q_SIGNAL void | requestedTab (QString tabName) |
| Signal send when a button is pressed.
|
Protected Member Functions |
bool | updateQML () |
| This function is called by load() after the loading of the QML. Implementers should connect the slots and signals in it, and also send data to QML file (Note: basically, the sending of data to QML should be done before and this will cause showing some warnings, but it is working).
|
Detailed Description
Interface in the form of bar to contain buttons.
Constructor & Destructor Documentation
QMLBarWidget::QMLBarWidget |
( |
QWidget * |
parent = 0 |
) |
|
Member Function Documentation
void QMLBarWidget::setButtons |
( |
const QList< QObject * > |
buttons |
) |
|
Set the buttons to display on the bar.
- Parameters:
-
The documentation for this class was generated from the following files: