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. [SOLVED] Drag and Drop Event - Works in Ubuntu but not in Windows XP / Windows 7
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Drag and Drop Event - Works in Ubuntu but not in Windows XP / Windows 7

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

    Hello
    I developed the drag and drop functionality successfully in ubuntu. However, when i port it to Windows XP / Windows 7 it does not work. Any pointers will be helpful.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jake007
      wrote on last edited by
      #2

      Try adding qDebug() outputs in main drag functions (mouseMoveEvent, dragEnterEvent...), just to see which ones are detected and where it stops.

      Also check if base class constructors are called with yours and take a look at "this":http://qt-project.org/forums/viewthread/3156 thread if it'll help ( it worked for me).

      Regards,
      Jake


      Code is poetry

      1 Reply Last reply
      0
      • R Offline
        R Offline
        roahanramesh
        wrote on last edited by
        #3

        Found this issue. corrected it. looks like an operating system issue.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          Jake007
          wrote on last edited by
          #4

          Please, describe were was the problem. So that others experiencing the same problem that will found this thread, might be able to help them.

          And please mark as [Solved].


          Code is poetry

          1 Reply Last reply
          0
          • R Offline
            R Offline
            roahanramesh
            wrote on last edited by
            #5

            the issue was that windows xp does not have the drag and drop functionality built in. So one needs to install a patch before getting it to work..

            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