'QTreeWidget Checkboxes Exclusive

How can i set the Checkboxes on a QTreeWidget as exclusive?

I want to export the Data of a single Row by checking the Checkbox. But only one row can be edited at once. So i need to set the Checkboxes Exclusive in python.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source