Change press to hover.

This commit is contained in:
Black Hat
2018-07-09 22:50:22 +08:00
parent 32cad0d651
commit 236f8ce48b
2 changed files with 7 additions and 8 deletions

View File

@@ -27,8 +27,7 @@ Item {
height: 80
onClicked: listView.currentIndex = index
ToolTip.visible: pressed
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
ToolTip.visible: mini && hovered
ToolTip.text: name
contentItem: RowLayout {