Unhardcode qml
This commit is contained in:
parent
1eeee5f367
commit
64882fd6de
@ -146,8 +146,7 @@ Menu {
|
|||||||
width: 48
|
width: 48
|
||||||
height: 48
|
height: 48
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
// TODO: Do this based off of Qt::Tooltip role
|
ToolTip.text: model.toolTip
|
||||||
ToolTip.text: model.unicodeName
|
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
// TODO: maybe add favorites at some point?
|
// TODO: maybe add favorites at some point?
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -7,3 +7,4 @@ rolling on the floor laughing:rofl
|
|||||||
face savoring food:yum
|
face savoring food:yum
|
||||||
smiling face with halo:innocent
|
smiling face with halo:innocent
|
||||||
smiling face with open hands:hugging_face
|
smiling face with open hands:hugging_face
|
||||||
|
high voltage:zap
|
||||||
|
@ -11717,7 +11717,7 @@ const QVector<Emoji> emoji::Provider::emoji = {
|
|||||||
QStringLiteral(u"umbrella on ground"),
|
QStringLiteral(u"umbrella on ground"),
|
||||||
emoji::Emoji::Category::Travel},
|
emoji::Emoji::Category::Travel},
|
||||||
Emoji{QStringLiteral(u"\U000026A1"),
|
Emoji{QStringLiteral(u"\U000026A1"),
|
||||||
QStringLiteral(u"high_voltage"),
|
QStringLiteral(u"zap"),
|
||||||
QStringLiteral(u"high voltage"),
|
QStringLiteral(u"high voltage"),
|
||||||
emoji::Emoji::Category::Travel},
|
emoji::Emoji::Category::Travel},
|
||||||
Emoji{QStringLiteral(u"\U00002744\U0000FE0F"),
|
Emoji{QStringLiteral(u"\U00002744\U0000FE0F"),
|
||||||
|
Loading…
Reference in New Issue
Block a user