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

Displaying QML property values by mouse cursor hovering

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 15.0.1
    • Debugger

    Description

      In C++ debugging with Qt Creator, users can check a value of variable in a popup window by hovering a mouse cursor over the target variable while the execution hits a breakpoint.
      This feature is not available in QML debugging, so users have to check the values in the "Locals" view. Besides, if a user want to access a parent or a sibling object of the QML object, the user has to follow the connections to those objects in Locals view, or write an expression in Expression view.

      This request suggests implementing a feature simlar to the one in C++ debugging in QML/JS debugging as well.
      That is to enable :

      • Displaying the values of properties in a pop up window by hovering a mouse cursor over the target QML/JS code.
      • Displaying the values calculated with a property binding as well.

      Attachments

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

        Activity

          People

            hjk hjk
            hitoshiito Hitoshi Ito
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes