Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-39717

[Qt4 to Qt5 regression] DragCopyCursor, DragLinkCursor on Windows not avaiable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.4.0
    • 5.4.0
    • None
    • Windows 8.1, msvc 2013, Qt5
    • 7de95ede1bc542c329bf1d23633615693a04d14e

    Description

      Qt5 does not support DragCopyCursor, DragLinkCursor as Qt4 did. Reason seems to be that QApplicationPrivate::getPixmapCursor() on Qt4 is implemented and on Qt5 it does nothing:

      Qt4: http://code.woboq.org/kde/qt4/src/gui/kernel/qapplication.cpp.html#_ZN19QApplicationPrivate15getPixmapCursorEN2Qt11CursorShapeE

      Qt5: http://code.woboq.org/qt5/qtbase/src/gui/kernel/qguiapplication.cpp.html#_ZN22QGuiApplicationPrivate15getPixmapCursorEN2Qt11CursorShapeE

      The screenshot was taken with the attached test program.

      Attachments

        1. DragCopyCursor.png
          DragCopyCursor.png
          4 kB
        2. qcursors.zip
          1 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            peppe Giuseppe D'Angelo
            portale Alessandro Portale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes