From 499870a9ccf17728c824f76967a556c5b45bbe69 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 19 Oct 2020 11:47:28 +0300 Subject: startupscreen: remove QtGraphicalEffects QtGraphicalEffects is not supported in Qt 6.0.0, so remove use of DropShadow effect. Change-Id: I6db47603c57d3aab3e1913a0da3b7936d516cc96 Reviewed-by: Rami Potinkara --- startupscreen/UsbButton.qml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'startupscreen/UsbButton.qml') diff --git a/startupscreen/UsbButton.qml b/startupscreen/UsbButton.qml index 0110821..af9482b 100644 --- a/startupscreen/UsbButton.qml +++ b/startupscreen/UsbButton.qml @@ -50,7 +50,6 @@ import QtQuick 2.12 import StartupScreen 1.0 -import QtGraphicalEffects 1.12 Item { id: root @@ -64,16 +63,6 @@ Item { radius: 0 } - DropShadow { - id: buttonDropShadow - anchors.fill: buttonBackground - horizontalOffset: 8 - verticalOffset: 8 - radius: 8.0 - color: "#80000000" - source: buttonBackground - } - // changing button state MouseArea { anchors.fill: parent -- cgit v1.2.3