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. How to check elements whether it exists or not after drag and drop operation?

How to check elements whether it exists or not after drag and drop operation?

Scheduled Pinned Locked Moved General and Desktop
drag and droptreeview
2 Posts 2 Posters 923 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.
  • A Offline
    A Offline
    ankit thakar
    wrote on 27 Aug 2015, 06:12 last edited by
    #1

    Hello,
    I have one application in which i have implemented drag and drop functionality.
    Now, I want to check if the items which we have selected for drag operation, does already exists,
    If it exists. it should give some message box like to stop or to overwrite it.

    How can I achieve such kind of functionality?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 Aug 2015, 21:00 last edited by
      #2

      Hi,

      You should be able to do it on the drop event. There you can check whether you already have an element corresponding to what is being dropped and you can use a QDialog to ask the question to your user.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      27 Aug 2015, 06:12

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved