QMLVersionningWidget Class Reference
Interface to display data about changement.
More...
#include <UI/QMLVersionningWidget.h>
List of all members.
Public Member Functions |
| QMLVersionningWidget (QWidget *parent=0) |
void | setVersionData (VersionData *pVersionData) |
| Set the information about the changes in the interface.
|
Q_SLOT void | updateData () |
| Send the information to QML.
|
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 to display data about changement.
Constructor & Destructor Documentation
QMLVersionningWidget::QMLVersionningWidget |
( |
QWidget * |
parent = 0 |
) |
[inline] |
Member Function Documentation
void QMLVersionningWidget::setVersionData |
( |
VersionData * |
pVersionData |
) |
|
Set the information about the changes in the interface.
- Parameters:
-
- See also:
- updateData()
The documentation for this class was generated from the following files: