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

QtQuick Controls: tooltip causes a crash if the application is a QGuiApplication

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.1.1
    • 5.1.0
    • Quick: Controls 1
    • None
    • d5656fbc4f96ac176abb531a4c8997c57dcea9c9

    Description

      void QQuickTooltip::showText has implementation like this:

      #ifndef QT_NO_WIDGETS
      QToolTip::showText(...)
      #else
      // do nothing
      #endif

      QToolTip doesn't work unless it's possible to use widgets. So you hover over a ToolButton for example, and the application crashes.

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes