committed by
Carl Schwan
parent
28391b53e5
commit
aa0e9fff15
@@ -97,6 +97,7 @@ QQC2.Control {
|
|||||||
emojiDialog.open()
|
emojiDialog.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tooltip: text
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: mapButton
|
id: mapButton
|
||||||
@@ -108,6 +109,7 @@ QQC2.Control {
|
|||||||
onTriggered: {
|
onTriggered: {
|
||||||
locationChooserComponent.createObject(QQC2.ApplicationWindow.overlay, {room: currentRoom}).open()
|
locationChooserComponent.createObject(QQC2.ApplicationWindow.overlay, {room: currentRoom}).open()
|
||||||
}
|
}
|
||||||
|
tooltip: text
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: sendAction
|
id: sendAction
|
||||||
@@ -382,6 +384,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