From c33b970adbb2e528857bfe103f8d1f37a2469392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 25 Feb 2023 16:09:55 +0800 Subject: Remove mouse area from counter Counters aren't really clickable on Eduport. Mouse areas can still be added in the Qeduport using app. --- Counter.ui.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Counter.ui.qml b/Counter.ui.qml index e6e7318..86cff16 100644 --- a/Counter.ui.qml +++ b/Counter.ui.qml @@ -3,8 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Item { - property alias area: area - Rectangle { color: bgColor radius: 8 @@ -63,10 +61,5 @@ Item { } } } - - MouseArea { - id: area - anchors.fill: parent - } } } -- cgit v1.2.3