Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-24782

Tooltip shows "F1" icon for every variable or object

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.14.0-beta1
    • Qt Creator 4.11.0, Qt Creator 4.14.0-beta1
    • C/C++/Obj-C++ Support
    • Ubuntu 20.04 LTS 64 bit
      Project configured with Qt 5.14.1, Qt 5.15.1
    • cc4bd3b7388f889d9fc5a8a86fba9f19c3f14c4c (qt-creator/qt-creator/4.14)

    Description

      1. Create a new Qt Widgets Application project using the wizard.
      2. In main.cpp, define a class:
        class MyClass{};
        
      3. Inside the main function, use that class:
            MyClass mc;
            int so = sizeof(mc);
            ++so;
        
      4. Hover the mouse over "so".
        You'll see a tooltip with an "F1" icon.
      5. Press F1 key.
        Creator will inform you that no documentation is available.
      6. Hover the mouse over "mc".
        You'll see a tooltip with an "F1" icon.
      7. Press F1 key.
        Creator will inform you that no documentation is available.

      Creator should show the "F1" icon only when pressing F1 will be able to show some documentation.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes