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