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

XOR cursor is not supported in X11

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P4: Low
    • None
    • 3.x, 4.5.3, 4.6.2
    • Documentation
    • None

    Description

      In QCursor document, we say that:
      The cursor bitmap (B) and mask (M) bits are combined like this:
      B=1 and M=1 gives black.
      B=0 and M=1 gives white.
      B=0 and M=0 gives transparent.
      B=1 and M=0 gives an XOR'd result.

      But actually the XOR cursor is only supported in Windows. Qt-x11 doesn't support this. Other platform not tested
      Please change the document.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            docteam Qt Documentation Team
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes