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. Repeater uses javascript array as model, Creates performance issues in Qt 5.12
Forum Updated to NodeBB v4.3 + New Features

Repeater uses javascript array as model, Creates performance issues in Qt 5.12

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 139 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.
  • M Offline
    M Offline
    MohanSathiyam
    wrote on 10 Nov 2023, 09:23 last edited by
    #1

    My project code used Qt version 5.12 and IMX 587 processor built on my target device. Here, I am facing some performance issues because the repeater uses the javascript array model, then whenever any item have changes, the whole model is reset and the repeater redraw all items. This issue has been already asked in this link Please see check this link(https://stackoverflow.com/questions/77330573/repeater-model-very-slow-when-copying-an-item/77370504#77370504)

    My same project code is flashed in updated Processor version IMX 8 target device and also updated Qt version 6.4. In this device, I couldn't see this performance issue.

    So, If I updated my qt version from 5.12 to 6.4 in IMX 587 processor target device, Is resolved this performance issue?

    Since, tried to change old code that is big complex one.

    Thanks Advance

    1 Reply Last reply
    0

    1/1

    10 Nov 2023, 09:23

    • Login

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