From ee2cda435f209df2a5ce647a36f51bc7011c6bdf Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 6 Oct 2021 19:23:00 +0200 Subject: [ui] pointing hand for locations and buttons --- gui/components/Header.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gui/components/Header.qml') diff --git a/gui/components/Header.qml b/gui/components/Header.qml index ceb66df..d42ea26 100644 --- a/gui/components/Header.qml +++ b/gui/components/Header.qml @@ -1,4 +1,4 @@ -import QtQuick 2.0 +import QtQuick 2.15 import QtQuick.Controls 2.4 import QtQuick.Dialogs 1.2 import QtQuick.Controls.Material 2.1 @@ -22,6 +22,9 @@ ToolBar { } font.pixelSize: Qt.application.font.pixelSize * 1.6 icon.source: "../resources/arrow-left.svg" + HoverHandler { + cursorShape: Qt.PointingHandCursor + } onClicked: { if (stackView.depth > 1) { stackView.pop() -- cgit v1.2.3