Sijith
Sijith

Reputation: 3932

QTreeWidget show child in the same level of parent

I want to show child in the same level of parent. For doing this first made the dotted line disappear using fun

drawBranches();

Can anyone help me on this.

Upvotes: 0

Views: 432

Answers (1)

Exa
Exa

Reputation: 4110

my_treewidget->setIndentation( 0 );

Upvotes: 2

Related Questions