[PyKDE] Re: Getting cell coordinates in QTable's contextMenuEvent (code snippet included).

kgi iacovou at gmail.com
Tue Dec 20 19:32:03 GMT 2005


On Tuesday 20 December 2005 21:21, you wrote:

There's a benign typo in the script as sent:

>         xoffset =  + self.horizontalHeader().offset()
>         yoffset =  + self.verticalHeader().offset()

should have been

>         xoffset = self.horizontalHeader().offset()
>         yoffset = self.verticalHeader().offset()

It's benign in that it's still valid python that works; fixing the typo 
doesn't change the nature of the bug/problem. I just didn't want anyone 
wondering why it was there.

Cheers,

Ricky




More information about the PyQt mailing list