Messaging application
-
wrote on 30 May 2020, 09:52 last edited by
Hello,
Which widget is best for displaying messages in my messaging application? Should I use something like QListView?
Regards,
-
Hi
Yes a ListView with a Delegate should work good.Like this delegate
https://forum.qt.io/topic/98733/how-can-i-make-my-listview-that-uses-custom-widgets-more-efficient/5For a advanced version, you can have a look at
https://telegram.org/
Its written in Qt and open source.
1/2