[Interest] making 'hole' in the rectangle

Alexander Ivash elderorb at gmail.com
Thu Jul 24 22:55:36 CEST 2014


Is it possible to implement a 'hole' component which would make color of
its parent control transparent? For example:

Rectangle {
    width: 100
    height: 100

    color: 'blue'

    Rectangle {
        width: 50
        height: 50

        color: 'green'

        Hole {
           anchors.fill: parent
            width: 25
            height: 50
        }
    }
}

Expected result: area 100x100, filled with blue and 25x50 (not 50x50 as we
erased half of area with 'Hole') area of green on top.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140724/55132517/attachment.html>


More information about the Interest mailing list