I use QTreeWidget to display items in categories. Elements will use multiple columns, but I want the categories (i.e. Root Elements) to use the full width of the widget.
How can i do this?
And a piece of my code:
class BugsList(QtGui.QDialog): def __init__(self, parent, reports): super(BugsList, self).__init__(parent)
Here is a screenshot of the current status of my application: 
Valentin lorentz
source share