Hello,
I have a QTreeWidget with some items in 4 columns, from index 0 to 3.
I want to have the position of where the last column starts (x position).
I tried
treeWidget->topLevelItem(0)->child(3) but this has no pos() method available.
How could I acheieve that?
Cheers,
↧