Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Custom QListWidget like in the official Discord clients.
-
How would I go about writing a custom QListWidget with 4 elements positioned distinctly like in this image?:
- Avatar
- Username (Is a button)
- HTML or Markdown Message Content
- Timestamp
-
Hi,
QStyledItemDelegate comes to mind for that kind of task.