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

WhatsThisCursor doesn't display correctly in OS X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 4.6.2, 5.15.2
    • None
    • Mac OS X 10.5.8
    • macOS

      The WhatsThisCursor is showing as the pointing hand cursor on Mac OS X. It displays correctly on Windows XP.

      The following code demonstrates the problem:

      int main(int argc, char *argv[])
      {
        QApplication app(argc, argv);
        QLabel label("Text");
        label.setMargin(20);
        label.setCursor(Qt::WhatsThisCursor);
        
        label.show();
        return app.exec();
      }
      

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

            sorvig Morten Sørvig
            dmillett Danielle Millett
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes