Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-11042 Add right-to-left locale support to QtQuick elements
  3. QTBUG-15878

Add mirror property to Image, BorderImage and AnimatedImage elements

    XMLWordPrintable

Details

    • f2eca0c0380a0e06ccc7f98c8d112549ac9fa085

    Description

      In right-to-left locales most images are not mirrored, but some directional icons should be. Using negative scale transform for mirroring icons already works for Image, AnimatedImage and BorderImage elements, but for convenience it would be nice to be able to provide a simple boolean property developers could use for mirroring. See parent task QTBUG-11042 for more info.

      Image {
          id: image; source: "arrow.png"
          mirror: true
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              bealam Bea Lam (closed Nokia identity) (Inactive)
              jpetrell Joona Petrell
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes