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. Qt qml application increazes memory usage undefined mode
Qt 6.11 is out! See what's new in the release blog

Qt qml application increazes memory usage undefined mode

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 415 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.
  • A Offline
    A Offline
    Arturo Pablo R
    wrote on last edited by
    #1

    Hi, i created a application with qt, load a qml file with qquickview, and works fine, i create a model QList<QObject*> and expose to qml by QQmlListProperty, but my problem is increazes the size of program in undefined mode (the application starts with less of 100MB, and after 1 day, the size is about 500 MB or more), originally write and update the model in Qml (javascript), but the application grows more quickly, for that i change to C++ object(in that mode reduces the speed, but not the problem).

    My model can be updateded continusly (even 1 time per second), but i don't believe that be the reason of memory rises.

    I use a Qt 5.5, msvc 2010.

    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