How do I make an image fade in qml? How do I achieve this effect? here I attach the image of how I want it to look
相关问题
- QML: Cannot read property 'xxx' of undefin
- QML: Cannot read property 'xxx' of undefin
- How to fix IE ClearType + jQuery opacity problem i
- QTextEdit.find() doesn't work in Python
- Qt 5.0.1: Application will not execute outside of
A possible solution is to use
OpacityMask
with aLinearGradient
as sourceInput:
Output: