PDA

View Full Version : How to get item position in QTreeWidget?



wesley8086
6th May 2010, 09:31
please help.

tbscope
6th May 2010, 12:01
What do you mean with position?
The x and y coordinates?
The rownumber?

wesley8086
7th May 2010, 01:54
The x and y coordinates, I want to move a Button on this item.




What do you mean with position?
The x and y coordinates?
The rownumber?

aamer4yu
7th May 2010, 05:28
If you want to use buttons in views,,, look for delegates.. they are the proper way to do it.

Also search in the forum, I guess this type questions have been asked many times before.