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

QComboBox tooltip with style sheet doesn't render correctly

XMLWordPrintable

    • macOS

      Here is example code to reproduce the problem:

      #include <QtGui/QApplication>
      #include <QtGui/QComboBox>

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);
      QComboBox combo;
      combo.setStyleSheet( QLatin1String("QToolTip

      { border: 2px solid red; }

      ") );
      combo.setToolTip( QLatin1String("tooltip") );
      combo.show();
      return a.exec();
      }

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            kkarvine Kimmo Karvinen
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes