Memory usage of Meego Component
-
wrote on 6 Oct 2011, 08:46 last edited by
Hi all,
We're writing an application for Meego Harmatan platform. In our application, we are using Qt Compoment (com.nokia.meego 1.0) to have a native look and feel with the other built-in apps in the system. However, we've noticed a strange issue. Whenever we import the components, the memory goes up a lot.
@import QtQuick 1.1
//import com.nokia.meego 1.0Rectangle {
color: "red"
width: 100; height: width;
}@With just above simple code, if we uncomment importing line, the memory usage is very different (23MB vs 89MB). I've tried many ways but failed to fix that.
Is there any one having the same issue? May someone give me some hints to resolve that.
Thanks a lot
-
wrote on 13 Oct 2011, 12:02 last edited by
just updated N950 to latest beta2 firmware and SDK (via SDK maintenance) and do not see this issue anymore. Just don't know which update is the actual helper here though :-P