I have these messages received on the can bus which need to be displayed on a suitable Qt Widget (Please refer attached picture). It seems I can use QTreeView
for it.
I need to show a tree which contains many messages as shown in attached picture. Each row will contain information about the received message.
It should consist of columns :
- Length
- Time of receiving
- Message ID
- Name of the message
- Message content
and when I expand message it should its different signals.
How can I make a QTreeView with columns ?