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

QTooltip do not appear to screen on Symbian

    XMLWordPrintable

Details

    Description

      Tooltip does not appear to screen with following code:

      #include <QTooltip>

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);
      test w;
      w.show();
      QString string("tool tip");
      QPoint pos(100,160);
      QToolTip::showText(pos,string);
      return a.exec();
      }

      Also tried to set tooltip to QPushButton but it wont either appear.

      Tested with N97 sdk Qt 4.6.2

      Attachments

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

        Activity

          People

            satu.m.makela satu makela
            mmaunula Mika Maunula
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes