Browse Source

Added pointing hand cursor and url opener for the website of the radio

when clicked on the logo

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/5/head
Blagovest Petrov 4 years ago
parent
commit
2d58b60b45
  1. 9
      main.qml

9
main.qml

@ -137,8 +137,17 @@ Window {
height: 175
fillMode: Image.PreserveAspectFit
source: "Resources/logo.png"
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onPressed: {
Qt.openUrlExternally("http://radiotangra.com")
}
}
}
// Text {
// id: element
// x: 17

Loading…
Cancel
Save