PDA

View Full Version : QTreeWidget Question



BatteryCell
21st June 2007, 23:09
Hello, I was just wondering if anyone knows a quick and easy way to merge two QTreeWidgets into a third?

So if you have two trees take the information in their Nodes and then make one master tree that contains all the info, but no duplicates.

guilugi
22nd June 2007, 09:54
I'm not sure such a function exists, but you can implement your own, should be really easy too :)

BatteryCell
22nd June 2007, 23:44
Alright. Thank you :)