• b428301a2af0a68ff40d75003ed85aafb19f03f7, 2c7cab4172f1acc86fd49345a2847417e162f2c3

      Item anchors are already symmetric (support for both anchors.left and anchors.right), but it should be possible to easily mirror the direction of the defined anchors. See attached patch mirrored_anchors.diff for an example implementation and layoutsamples.zip for an example QML code. See parent task QTBUG-11042 for more info about QtQuick right-to-left locale support.

      Item {
          LayoutMirroring.enabled: true
          anchors.left: parent.left // left becomes right
          anchors.leftMargin: 3
      }
      

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

            jpetrell Joona Petrell
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes