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

Fix qmlls warnings for Calqlatr example

XMLWordPrintable

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

      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]
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes