Reputation: 3932
I want to create a custome widget. Please help by giving some idea.
My intention is to make a Listwidget which shows some Information and when clicking particulat row it have to show the details coresponding to that row by creating a new area immediately below the selected row and pull the other rows below the selected row to down after the created new area.
Upvotes: 0
Views: 137
Reputation: 3412
Depending on how you want to show those details QToolBox might be more appropriate than QTreeWidget.
Upvotes: 0
Reputation: 12600
I am not sure If I understand your question right, but a QTreeWidget might help you out.
Upvotes: 1