[PyQt] cannot propagate custom events to parent widget

2009-09-22 Thread Thomas Espenhain
Hello, I'm confused about the event propagation to parent widget with custom events. The documentation says setting event.ignore() will be pass the event to the parent widget. It runs great for MouseButtonPress but not for my custom event (see the following code snipe) ... # here the cust

Re: [PyQt] mouse pressed event with qt 4.5

2009-03-18 Thread Thomas Espenhain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry that's right! QMainWindow have to been replaced by QWidget. But the result is the same ... Thanks for the hint ... Am 18.03.2009 um 10:14 schrieb Phil Thompson: On Wed, 18 Mar 2009 00:29:21 +0100, Thomas Espenhain wrote: -BEGI

Re: [PyQt] mouse pressed event with qt 4.5

2009-03-17 Thread Thomas Espenhain
n2_pressed method is called directly after btn1 pressed Thomas Am 17.03.2009 um 20:28 schrieb Andreas Pakulat: On 17.03.09 12:43:28, Thomas Espenhain wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a strange behavior with the mouse pressed event with pyqt4 with qt-4.5 Follo

[PyQt] mouse pressed event with qt 4.5

2009-03-17 Thread Thomas Espenhain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a strange behavior with the mouse pressed event with pyqt4 with qt-4.5 Following situation: - - a stacked widget with 2 pages - - every page has a button placed at same position - - button1 on page 1 makes page 2 active - - button2 on pa

Re: [PyQt] PyQt4 Framework location

2008-07-25 Thread Thomas Espenhain
Hi, are you using macports to install the software? you can find the location of files with port contents qt4-mac or any other package name greetz thomas Am 25.07.2008 um 07:29 schrieb Melton Low : Hi, I just installed Qt 4.4.0, Sip 4.7.6 and PyQt 4.4.2. The build was successfull