Oh, that's a nice feature in Qt Quick 1.1.

With 1.0 on Symbian I've implemented the symbianEventFilter function in my QApplication as instructed at [1] (requires some C++).

/matti

[1] http://www.developer.nokia.com/Community/Wiki/TSQ001585_-_Detecting_focus_lost_&_gained_events_in_Qt_for_Symbian

24.10.2011 11:19, Artem Marchenko kirjoitti:
Hi Juha

You can monitor Qt.application.active - http://doc.qt.nokia.com/4.7-snapshot/qml-qt.html#application-prop

BR,
Artem.

On Oct 24, 2011, at 8:57 AM, <[email protected] <mailto:[email protected]>> <[email protected] <mailto:[email protected]>> wrote:

Hi,

Is there some signal in QT/QML which tells that application goes to background or comes to the foreground. I would need this signal for releasing memory of a specific high memory consumption use case when application goes to background and then reserving memory again when application comes to the foreground.

-Juha
_______________________________________________
Qt-qml mailing list
[email protected] <mailto:[email protected]>
http://lists.qt.nokia.com/mailman/listinfo/qt-qml



_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to