summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/images
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Add non-standard mouse cursorsAlessandro Portale2014-07-0321-0/+0
Windows does not provide SplitVCursor, SplitHCursor, OpenHandCursor, ClosedHandCursor, DragCopyCursor, DragMoveCursor, DragLinkCursor. This change adds those mouse cursors mimicking the look of the standard Aero cursors. 32px, 48px and 64px for each one. For WinCE or if Qt is configured without png support, the behavior should not be changed by this patch. Task-number: QTBUG-38993 Change-Id: Ic0f739d7c5031168b7d105b4d41271a9359d0728 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>