Custom PyQt4 TableWidget

Phil Thompson phil at riverbankcomputing.com
Wed Aug 27 11:36:42 EDT 2008


On Wed, 27 Aug 2008 08:17:43 -0700 (PDT), ff <flarefight at googlemail.com>
wrote:
> I am creating a custom widget based on a PyQt QTableWidget and i want
> to stop PyQt highlighting all the cells when the very top-left 'thing'
> is clicked, (dont know what to call it, its the bit that sits on the
> same row/column as the hozizontal/vertical header items), i cant find
> a way to do this, any suggestions? even the signal that is emitted
> when this 'thing' is clicked would be useful as i can manually un-
> highlight them all, but i cant find that either!
> 
> any help appreciated,

setSelectionMode()?

Phil




More information about the Python-list mailing list