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. Several ChartViews and animations.
Qt 6.11 is out! See what's new in the release blog

Several ChartViews and animations.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 156 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.
  • G Offline
    G Offline
    gatito2gatito
    wrote on last edited by
    #1

    Qt 5.13.2.
    Recently I encountered this problem when using several ChartView in one window: even the simplest animation running in this window causes a load on one processor core of up to 100%. Here are my observations: if there is only one ChartView in the window, then any animations (NumberAnimation, ScrollView scrolling) have almost no effect on the load (~2 GHz on the processor). It is worth adding 1 more, the frequency grows to 4.7, which is the maximum for my processor, and one core is loaded to 100%. It is enough to add
    ChartView{}
    ChartView{}
    for this problem to occur. I would like to understand why this is happening. I hope someone knows the solution to this issue.

    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