What is the simplest way to add emoticons to widget with text?
Solved
General and Desktop
-
Hello,
I would like to create chat where is the widget, where user will write a text to send. In pro chats that widget looks like QTextEdit. I would like do something like:
User write text, when that user write ":D" I would like to change it to emoticon which is QImage ( or something like that ). How can I do this?
Of course I can use other widget to achieve this.
-
-
@Christian-Ehrlicher Perfect. Thank you