Details

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

    Description

      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()
              }
          }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes