Used Universal Theme to fix QtQuick Controls
This commit is contained in:
parent
cc3d9e0d2d
commit
cfff3c6d97
4 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue