• Icon: Technical task Technical task
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      Has a .qmlproject file.

      Shows the main file

      Layout is not correct. The qml file is quit "imperative" and a good example how to trip up the visual editor.

        onWidthChanged: controller.reload()
         onHeightChanged: controller.reload()
      

      NumberPad.qml

      Using inline component is not supported.

          component DigitButton: CalculatorButton {
              onPressed: function() {
                  window.digitPressed(text)
                  updateDimmed()
              }
          }
      

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

            Unassigned Unassigned
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes