mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
9 lines
131 B
QML
9 lines
131 B
QML
|
import QtQuick
|
||
|
|
||
|
MouseArea {
|
||
|
anchors.fill: parent
|
||
|
enabled: true
|
||
|
hoverEnabled: true
|
||
|
propagateComposedEvents: false
|
||
|
}
|