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. The listview is too slow to change page

The listview is too slow to change page

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 2.4k 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.
  • D Offline
    D Offline
    deron
    wrote on last edited by
    #1

    in my touchable phone device, i usr listview to show several page;

    and when switch the page, i find it too slow to move ; the speed seemed according to the time i pan;

    my question is , how can i accelerate the listview moving speed ? Thanks

    1 Reply Last reply
    0
    • G Offline
      G Offline
      geronik
      wrote on last edited by
      #2

      I think you need to see the highlightMoveSpeed property

      see http://doc.qt.nokia.com/4.7-snapshot/qml-listview.html

      1 Reply Last reply
      0
      • D Offline
        D Offline
        deron
        wrote on last edited by
        #3

        the highlightResizeSpeed property is only support when change the currentindex of listview,and when i pan the view directly ,the property is unuseful

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dialingo
          wrote on last edited by
          #4

          The corkboard example implements your feature. You can find it here:
          examples/declarative/toys/corkboards
          I have not tested it on a phone however.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            deron
            wrote on last edited by
            #5

            thank for your reply; i check the example, and i find it have some problem:

            when i pan the view lightly, the speed of listview is slow too.

            can i accelerate the speed or at least set the minimum speed for the listview?

            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