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. QML ListView crashes on fast interactions

QML ListView crashes on fast interactions

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 627 Views 2 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote on last edited by Andy314
    #1

    Hello,
    my Widget-Application used for some task a QQuickWidget. Here I show a ListView with some Delegates filled from a C++ QList<QObject*>. The Delelgates are a little bit complex, they calculate the size,color,style of some embedded QMLElemets and its total size itselve.
    During touch-scrolling it crashes sometimes. I dont know exactly the conditions, but it does not like fast kinetic scrolling with finger touch multiple times. Especialy at end of the list it crashes often.
    When I scroll carefully it works - but this is not the normal behavior of a user. So I think it is a bug in Qt which has to do with timing !?
    Who knows this but and how I can avoid it?

    A second question:
    From Android I am used to stop a automatic kinetic scrolling via a simple touch down. Can I enable this feature in Qt?

    PS.
    I use Window 10 and Qt 5.6.0 MSVC 2016

    1 Reply Last reply
    0
    • Aleksey_KA Offline
      Aleksey_KA Offline
      Aleksey_K
      wrote on last edited by
      #2

      Have same issue on Android too: fast interactions (clicking on ListView items) causes app to crash. On linux works fine.

      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