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. QToolBox and the drag_and_drop
Forum Updated to NodeBB v4.3 + New Features

QToolBox and the drag_and_drop

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

    I have a QToolBox.
    I'd like to make it draganddrop capable.
    But I have no idea, how can I solve this.
    In the class doc I've found nothing...
    Any idea?

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

      You would need to subclass QToolBox and (re)-implement some or all of mousePressEvent, mouseMoveEvent, dragEnterEvent, dragMoveEvent, dropEvent.

      Also, have a look at the "Drag and Drop":/doc/qt-4.8/dnd.html documentation. It should give you a hint on how to start.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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