Hello everyone,

I need an urgent help regarding my QListView behavior. I have a chat program which uses MVC - that is it has a QListView, QAbstractItemModel and QItemDelegate classes for displaying messaging UI.

Everything seems working but I had no luck to interact with my messages by mouse. I couldn't copy-paste the text in the listview. Also couldn't click links in the listview as well.

I reimplemented flags function to make items selectable and editable but still not able to do copy-paste etc.

Any ideas?