Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Memory usage of Meego Component
Forum Update on Monday, May 27th 2025

Memory usage of Meego Component

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hoanghua
    wrote on 6 Oct 2011, 08:46 last edited by
    #1

    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.0

    Rectangle {
    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

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hoanghua
      wrote on 13 Oct 2011, 12:02 last edited by
      #2

      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

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved