Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Inactive QML ListViews consuming resources
Qt 6.11 is out! See what's new in the release blog

Inactive QML ListViews consuming resources

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 732 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    litlington
    wrote on last edited by
    #1

    I have an application which is performing a quite intensive task. It is generating an audio stream and it needs to perform at a minimum rate in order to keep up with the data stream requirements. I can detect when it is not keeping up.

    Particularly on Android, it can drop below this minimum rate if the user is not careful. (E.g. if the user triggers a command that modifies what is displayed in a Canvas view.)

    There are two ListViews on the screen. Neither is doing anything at all while the audio stream is being generated. If these ListViews are made invisible, then it is noticeable that it is much easier for the audio stream to keep up. So these ListViews are consuming resources just by being visible.

    What can these inactive ListViews be doing that would use a noticeable amount of resources?

    (Using QT5.2 RC1)

    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