Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-84491

PinchHandler scale bounds

    XMLWordPrintable

Details

    • All

    Description

      When run this Item, minimum and maximum Scale properties has no effect

      Rectangle{   
         x: 0 
         y: 0 
         height: 100 
         width: 100
         color: "blue"        
         anchors.fill: parent       
         Rectangle{            
             x: 10           
             y: 10            
             height: 10            
             width: 10           
             PinchHandler{
                      minimumScale: 0.5
                      maximumScale: 2
                  }
              }
      }
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            grigos Kirill Grigorian
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes