Re: [PyQt] Bug in setEventFilter?

2011-03-19 Thread Phil Thompson
On Fri, 18 Mar 2011 21:44:06 -0400, Brett Stottlemyer br...@stottlemyer.com wrote: I'm trying to process WM_INPUT in an application. I know that in Qt you need to use QAbstractEventDispatcher and setEventFilter to get the messages. However, when I try to use setEventFilter, I get an Attribute

[PyQt] Question to the new style signals

2011-03-19 Thread Detlev Offenbach
Hello, I am using code like this to define new style signals in the classes of my application. class foo(QObject): signal1 = pyqtSignal(str) class bar(foo): signal1 = pyqtSignal((str,), (str, str)) Note, that class bar is extending the signal. When run with a debug version of Qt I get a

Re: [PyQt] Bug in setEventFilter?

2011-03-19 Thread Phil Thompson
On Sat, 19 Mar 2011 10:05:31 +, Phil Thompson p...@riverbankcomputing.com wrote: On Fri, 18 Mar 2011 21:44:06 -0400, Brett Stottlemyer br...@stottlemyer.com wrote: I'm trying to process WM_INPUT in an application. I know that in Qt you need to use QAbstractEventDispatcher and

Re: [PyQt] Question to the new style signals

2011-03-19 Thread Detlev Offenbach
On Samstag, 19. März 2011, Phil Thompson wrote: On Sat, 19 Mar 2011 14:27:11 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I am using code like this to define new style signals in the classes of my application. class foo(QObject): signal1 =

Re: [PyQt] Question to the new style signals

2011-03-19 Thread Phil Thompson
On Sat, 19 Mar 2011 16:10:41 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: On Samstag, 19. März 2011, Phil Thompson wrote: On Sat, 19 Mar 2011 14:27:11 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hello, I am using code like this to define new style signals in the

[PyQt] configure.py on windows

2011-03-19 Thread Wolfgang Rohdewald
I am using the kde-windows emerge tool for building pyqt (msv2010 compiler), and I am building everything in Debug mode only. No pyqt previously installed. For that environment, PyQt-win-gpl-4.8.3/configure.py needs some changes: 1. configure.py --debug should use the debug makefile