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

2011-01-12 Thread James Polk
That did it!... Adding a "dataChanged" connection (and re-implementing the function to the underlying model made the controls update.. Thanks a million Andreas! ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputin

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 > wind

[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, th