Details

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

    Description

      Has a .qmlproject file.

              onLineLaidOut: (line) => {
                  line.width = width / 2  - main.margin
      
                  if (line.y + line.height >= height) {
                      line.y -= height - main.margin
                      line.x = width / 2 + main.margin
                  }
      
                  if (line.isLast) {
                      lastLineMarker.x = line.x + line.implicitWidth
                      lastLineMarker.y = line.y + (line.height - lastLineMarker.height) / 2
                  }
              }
      

      Typical case of imperative code the tooling will not understand.

      Otherwise works fine.

      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes