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

Fix qmlls warnings for Calqlatr example

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.9.0
    • Examples and Demos
    • None

    Description

      Opening the Calqlatr application example with qmlls results in the following warnings:

      CalculatorButton.qml:22: warning: Property "font" is custom-parsed in PropertyChanges. You should phrase this binding as "buttonText.font: font" [Quick.property-changes-parsed]
      CalculatorButton.qml:21: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed]
      CalculatorButton.qml:18: warning: Property "height" is custom-parsed in PropertyChanges. You should phrase this binding as "button.height: window.height..." [Quick.property-changes-parsed]
      CalculatorButton.qml:17: warning: You should remove any bindings on the "target" property and avoid custom-parsed bindings in PropertyChanges. [Quick.property-changes-parsed]
      CalculatorButton.qml:15: warning: Unqualified access [unqualified]
      CalculatorButton.qml:15: warning: Unqualified access [unqualified]
      

      Attachments

        Issue Links

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

          Activity

            People

              spouke Sakaria Pouke
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes