Used Universal Theme to fix QtQuick Controls

This commit is contained in:
Hamza ARBI 2022-10-24 13:50:41 +01:00
parent cc3d9e0d2d
commit cfff3c6d97
4 changed files with 9 additions and 3 deletions

View file

@ -3,8 +3,11 @@ import QtQuick.Controls
Button {
id: root
hoverEnabled: true
property bool containsMouse: hovered
hoverEnabled: true
flat: true
highlighted: false
MouseArea {
id: mouseArea
anchors.fill: parent