On Aug 27, 6:44 pm, Phil Thompson <[EMAIL PROTECTED]> wrote:
> On Wed, 27 Aug 2008 09:51:29 -0700 (PDT), ff <[EMAIL PROTECTED]>
> wrote:
>
>
>
> >> setSelectionMode()?
>
> >> Phil
>
> > Ive tried that, it does half the job, it stops you selecting more than
> > one item in the table at any one time
On Wed, 27 Aug 2008 09:51:29 -0700 (PDT), ff <[EMAIL PROTECTED]>
wrote:
>>
>> setSelectionMode()?
>>
>> Phil
>
> Ive tried that, it does half the job, it stops you selecting more than
> one item in the table at any one time but it doesnt stop the top-left
> 'thing',
How about setCornerButtonEnabl
>
> setSelectionMode()?
>
> Phil
Ive tried that, it does half the job, it stops you selecting more than
one item in the table at any one time but it doesnt stop the top-left
'thing',
thanks though,
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, 27 Aug 2008 08:17:43 -0700 (PDT), ff <[EMAIL PROTECTED]>
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/
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, a