Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-100084 LSP: find usages in qml
  3. QTBUG-117306

qmlls: find usages of group properties

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Fixed
    • P2: Important
    • 6.7
    • QML: Tooling
    • None

    Description

      qmlls cannot find group properties i.e

       

      function fff()  {    
         t.font.family = "mono";
      }
      
      Text {
          id:t 
          font.family: "serif";
      } 

       

      Also consider the cases when immediate properties in action (you find the name in scope but the enclosing type doesnt own that property)

      Attachments

        Issue Links

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

          Activity

            People

              semih.yavuz Semih Yavuz
              semih.yavuz Semih Yavuz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes