UI: OptionsPage: Add mouse cursor to links.

This commit is contained in:
Nodir Temirkhodjaev 2017-12-22 16:52:08 +05:00
parent c1adc15edb
commit beb8e49ce3

View File

@ -23,6 +23,7 @@ Label {
id: ma id: ma
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: bt.clicked() onClicked: bt.clicked()
} }
} }