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.
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.
I'm not sure such a function exists, but you can implement your own, should be really easy too![]()
Alright. Thank you![]()
Bookmarks