From 5c8f09d2c3c99f621b467ed5c1be4fac3a708e85 Mon Sep 17 00:00:00 2001 From: Jiu Shanheng <shanheng.jiu@qt.io> Date: Tue, 10 Sep 2024 19:15:25 +0900 Subject: Port the cluster-refgui demo supports both Qt5 and Qt6 This demo can now run on both Qt5 and Qt6, also added a macro to switch with or without the backend so that it can be developed easily on the Windows desktop. Bug-AGL: SPEC-5243 Change-Id: I99b12ad9779a477784df13b83a850387747bb588 Signed-off-by: Jiu Shanheng <shanheng.jiu@qt.io> --- GUIModel/MeterEffect/Qt5/OpacityMask.qml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 GUIModel/MeterEffect/Qt5/OpacityMask.qml (limited to 'GUIModel/MeterEffect/Qt5/OpacityMask.qml') diff --git a/GUIModel/MeterEffect/Qt5/OpacityMask.qml b/GUIModel/MeterEffect/Qt5/OpacityMask.qml new file mode 100644 index 0000000..73df0a3 --- /dev/null +++ b/GUIModel/MeterEffect/Qt5/OpacityMask.qml @@ -0,0 +1,3 @@ +import QtGraphicalEffects 1.0 as E + +E.OpacityMask {} -- cgit