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. QML - SwipeDelegate
Forum Updated to NodeBB v4.3 + New Features

QML - SwipeDelegate

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

    I created a ListLView with a SwipeDelegate.
    The swipe is doing well if the mouse cursor does not leave the window in which the ListView is visible. But when the mouse cursor starts the swipe by clicking on it and the mouse cursor is putting far away of the window then the apllication crashes.

    The following code is in the .qml file:
    swipe.onCompleted: {
    swipeDelegate.swipe.close()
    }
    When is it possible to close the swipe?
    What does it means "Any animations defined for the x position of contentItem and background will be triggered."? Is the x position equal to the mouse cursor?

    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