Add tooltips for inline chat text box toolbuttons
This commit is contained in:
@@ -377,6 +377,10 @@ ToolBar {
|
|||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
onClicked: emojiPicker.visible = !emojiPicker.visible
|
onClicked: emojiPicker.visible = !emojiPicker.visible
|
||||||
|
|
||||||
|
ToolTip {
|
||||||
|
text: i18n("Add an Emoji")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolButton {
|
ToolButton {
|
||||||
@@ -403,6 +407,10 @@ ToolBar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ToolTip {
|
||||||
|
text: i18n("Attach an image or file")
|
||||||
|
}
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
@@ -421,6 +429,10 @@ ToolBar {
|
|||||||
root.clearReply()
|
root.clearReply()
|
||||||
root.closeAll()
|
root.closeAll()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ToolTip {
|
||||||
|
text: i18n("Send message")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user