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
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to