How can i change the background color of a qtreewidgetitem?
When item has a parent, and e.g 3 columns then
doesn't work because first column( 0 ) isn't a really first column, and i have this:Qt Code:
item->setBackground( 0, b ); item->setBackground( 1, b ); item->setBackground( 2, b );To copy to clipboard, switch view to plain text mode
Bookmarks