Does anybody know how to receive application signals from QGuiApplication in Qt Quick 2.0 application?
I do not want to use a binding The signal coming from QGuiApplication ->void *applicationStateChanged <http://qt-project.org/doc/qt-5/qguiapplication.html#applicationStateChanged>* (Qt::ApplicationState* state*) Inside QML, I want to use a Connections component to get the signal triggered in QML Or can I only deal with this signal inside of C++? And then use my own global singleton class to trigger a signal into QML? I have searched high and low. Maybe there is a way to use the Qt.application.active property and bind it so that it will call a javascript function? Any answers appreciated, md
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
