[Interest] ApplicationWindow overlay item opacity aspects
Oleg Evseev
ev.mipt at gmail.com
Tue Mar 14 17:25:52 CET 2017
Hi,
Trying to change modal popups dim color using overlay property of
ApplicationWindow, I wonder why opacity with this one not works (dim
background is solid black):
overlay.modal: Rectangle {
color: "black"
opacity: 0.2
}
Only this one works:
overlay.modal: Rectangle {
color: "#33000000" //opacitiy 0.2
}
Is it a bug or a feature of overlay z-position?
Thanks in advance for explanations.
---
With regards, Oleg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170314/b705d6e9/attachment.html>
More information about the Interest
mailing list