diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-25 16:09:55 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-25 16:09:55 +0800 |
commit | c33b970adbb2e528857bfe103f8d1f37a2469392 (patch) | |
tree | 6330726d8eda49e8df43f5919c19cf44e51b7d18 /Counter.ui.qml | |
parent | 524c5fef1558b34bcf0b747c7647b4fd6dd60c71 (diff) |
Remove mouse area from counter
Counters aren't really clickable on Eduport.
Mouse areas can still be added in the Qeduport using app.
Diffstat (limited to 'Counter.ui.qml')
-rw-r--r-- | Counter.ui.qml | 7 |
1 files changed, 0 insertions, 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 - } } } |