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. Dragging inside Qt Quick Drawer

Dragging inside Qt Quick Drawer

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 493 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.
  • S Offline
    S Offline
    Snoopy
    wrote on last edited by
    #1

    Hello,

    I've built a control where I can drag and drop Images. Dragging works very smooth. But wheter the control is embedded in a Drawer, dragging works very rough. Moving the images stop shortly sometimes.
    I don't understand why.
    Why dragging works inside the Drawer not really smooth ?

    Has somebody the same experience ?

    Best regards

    Snoopy

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Snoopy
      wrote on last edited by
      #2

      Hello,
      I've found the cause for the "problem": If the interactive property of the Drawer is true, dragging works rough. If interactive=false then dragging works fine.
      Now if i start the drag I will set interactive with the pressandhold-Event to false. While dragging I don't need an interactive drawer.
      After the drop I will set interactive to true again. I think that's the solution.

      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