[PyQt] QTreeWidget Column Resize

2009-11-30 Thread andre hotz
Hi, I have a little question regarding the QTreeWidget. I have a couple columns inside the treewidget which are resizeable and moveable. Now I want to get notified when the user changes the size or position of a column so I can store the new size/position and save it in a config file.

Re: [PyQt] QTreeWidget Column Resize

2009-11-30 Thread Baz Walter
andre hotz wrote: I want to get notified when the user changes the size or position of a column so I can store the new size/position and save it in a config file. Unfortunatly, there does not seem to be an event or something which informs me about the changes. I tried it by declaring a