Sijith
Sijith

Reputation: 3932

Widget Creation

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

Answers (2)

zkunov
zkunov

Reputation: 3412

Depending on how you want to show those details QToolBox might be more appropriate than QTreeWidget.

Upvotes: 0

Tim Meyer
Tim Meyer

Reputation: 12600

I am not sure If I understand your question right, but a QTreeWidget might help you out.

Upvotes: 1

Related Questions