Memory usage of Meego Component
-
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