Documentation++

This commit is contained in:
David Edmundson 2014-02-11 18:52:51 +01:00
parent 18473c9e9e
commit 63c62d6da8

View File

@ -101,6 +101,10 @@ class ToolTip : public QQuickItem
*/
Q_PROPERTY(QVariant image READ image WRITE setImage NOTIFY imageChanged)
/**
* Property that controls if a tooltips will show on mouse over.
* The default is true.
*/
Q_PROPERTY(bool active MEMBER m_active WRITE setActive NOTIFY activeChanged)
public: