Improve tooltips in chatbar
This commit is contained in:
committed by
Carl Schwan
parent
22fd24549b
commit
4ea183b139
@@ -98,6 +98,7 @@ QQC2.Control {
|
|||||||
emojiDialog.item.open()
|
emojiDialog.item.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tooltip: text
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: mapButton
|
id: mapButton
|
||||||
@@ -109,6 +110,7 @@ QQC2.Control {
|
|||||||
onTriggered: {
|
onTriggered: {
|
||||||
locationChooserComponent.createObject(QQC2.ApplicationWindow.overlay, {room: root.currentRoom}).open()
|
locationChooserComponent.createObject(QQC2.ApplicationWindow.overlay, {room: root.currentRoom}).open()
|
||||||
}
|
}
|
||||||
|
tooltip: text
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: sendAction
|
id: sendAction
|
||||||
@@ -384,6 +386,7 @@ QQC2.Control {
|
|||||||
|
|
||||||
QQC2.ToolTip.visible: modelData.tooltip !== "" && hoverHandler.hovered
|
QQC2.ToolTip.visible: modelData.tooltip !== "" && hoverHandler.hovered
|
||||||
QQC2.ToolTip.text: modelData.tooltip
|
QQC2.ToolTip.text: modelData.tooltip
|
||||||
|
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
|
||||||
HoverHandler { id: hoverHandler }
|
HoverHandler { id: hoverHandler }
|
||||||
|
|
||||||
PieProgressBar {
|
PieProgressBar {
|
||||||
|
|||||||
Reference in New Issue
Block a user