Skip to content
QtWS25 Last Chance
  • Partially transparent image

    QML and Qt Quick image transparent embedded qt quick
    4
    0 Votes
    4 Posts
    3k Views
    p3c0P
    @jimmy274 You're Welcome :) A more interesting way but through C++ would be to use QQuickPaintedItem to create your own custom item. You can re-implement paint method to draw your custom shapes, text etc.. It uses QPainter to achieve this. Try looking for setCompositionMode and setClipRegion methods. An example for QQuickPaintedItem is here.