[PyQt] Question TreeView, delegates, and functions

2011-01-11 Thread James Polk
Okay,..I gotta' good one for ya'll...lol I have a TreeView displaying data,..it's supported by a QStyleItemDelegate that's controlling the editing/display of various cells in the TreeView. There is a plainTextEdit window also in the main window. When a user makes a selection in the TreeView,

Re: [PyQt] Question TreeView, delegates, and functions

2011-01-11 Thread Andreas Pakulat
On 11.01.11 19:19:55, James Polk wrote: Okay,..I gotta' good one for ya'll...lol I have a TreeView displaying data,..it's supported by a QStyleItemDelegate that's controlling the editing/display of various cells in the TreeView. There is a plainTextEdit window also in the main window.