[PyKDE] ANN: new eric4 snapshot available

2007-01-14 Thread Detlev Offenbach
Hi, this is to inform you about the availability of a new eric4 snapshot. Please not, that this snapshot requires a recent QScintilla2 snapshot due to the changes APIs interface. This snapshot contains bugfixes and the followings new functionality. - a configuration option to enable/disable

[PyKDE] contextMenuEvent for QTableView column headers

2007-01-14 Thread N. Volbers
Hello everyone, I am relatively new to pyQt and I have a question regarding the QTableView. I have derived a view class from QTableView class and I have implemented a context menu by adding a method like this: def contextMenuEvent(self, event):

[PyKDE] Compliling pyqt4

2007-01-14 Thread pykde
So I am back where I was last week, I think I really do need to install a newer version of pyqt4. After downloading the 4.1.1 package I tried: $ python configure.py Determining the layout of your Qt installation... Error: Failed to create ./qtdirs. Make sure you have a working Qt v4 qmake on

Re: [PyKDE] Compliling pyqt4

2007-01-14 Thread Andreas Pakulat
On 14.01.07 20:27:21, [EMAIL PROTECTED] wrote: So then I looked for qmake: $ ls /usr/bin/ | grep qt4 designer-qt4 lrelease-qt4 lupdate-qt4 moc-qt4 qmake-qt4 uic-qt4 So then I tried with the -q arguement: $ python configure.py - q /usr/bin/qmake-qt4 Determining the layout of your

[PyKDE] Compliling pyqt4

2007-01-14 Thread pykde
Two replies! Y'all are amazing. On Sunday January 14 2007 8:49 pm, Andreas Pakulat wrote: Check to see that there exists a qtdirs.pro and qtdirs.cpp as well as a qtdirs.mk. If all of those exist try running make -f qtdirs.mk er, Where exactly should I look for those? My guess is that the

Re: [PyKDE] contextMenuEvent for QTableView column headers

2007-01-14 Thread Mark Summerfield
On Sun 14-Jan-07 21:20, N. Volbers wrote: Hello everyone, I am relatively new to pyQt and I have a question regarding the QTableView. I have derived a view class from QTableView class and I have implemented a context menu by adding a method like this: def contextMenuEvent(self,

Re: [PyKDE] contextMenuEvent for QTableView column headers

2007-01-14 Thread N. Volbers
On Sun 14-Jan-07 21:20, N. Volbers wrote: Hello everyone, I am relatively new to pyQt and I have a question regarding the QTableView. I have derived a view class from QTableView class and I have implemented a context menu by adding a method like this: def contextMenuEvent(self, event):