https://bugs.kde.org/show_bug.cgi?id=375501
Kai Uwe Broulik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kai Uwe Broulik <[email protected]> --- Agreed. This could be easily achieved using: import QtQuick.Window 2.2 FrameSvgItem { opacity: Window.active ? 1 : 0.4 Behavior on opacity { ... } } -- You are receiving this mail because: You are watching all bug changes.
