[PyQt] Sending a Signal from a QTableWidget header

2012-01-21 Thread starglider.dev
Hi, I need to open a dialog if the user click in the QTableWidget header. Is it possible? I search the documentation but didn't find a Signal to do that. Thank you in advance. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomp

Re: [PyQt] Simple C++ example has undefined symbol

2012-01-21 Thread Jens Thoms Toerring
Hi Gary, On Sat, Jan 21, 2012 at 08:47:21AM -0500, Gary Fisher wrote: > So, I wrote a little C++ class called word and provided a method > called reverse which does nothing but "return (static char *)Null". What does "return (static char *)Null" mean? There's no 'Null' in C++ and casting to 'stat

[PyQt] Simple C++ example has undefined symbol

2012-01-21 Thread Gary Fisher
Hi, Running Ubuntu 10.4 and Python 2.6.5. Been putzing around with Python for 3-4 years now. Quite comfortable with the language and I'm just branching out to untried areas...like SIP. So, I wrote a little C++ class called word and provided a method called reverse which does nothing but "return