Mixed QML and c++ object
-
http://blogs.igalia.com/xrcalvar/2012/02/24/mixed-qmlc-objects/
using the above link i am able to instantiate a rectangle in c++
Using QML, how to make rectangle move and disappear in c++I have created states in qml using the link below
http://qt-project.org/doc/qt-5/qtquick-usecase-animations.htmlanyone can direct me to a sample code?
I search similar topic in youtube and i found meego application.
is this something similar to Qt or i need to install meego application -
Hi,
Did you try animating the opacity property ?