diff --git a/main.qml b/main.qml index 2603eb6..5998a8d 100644 --- a/main.qml +++ b/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