Re: [PyKDE] Stuck newbie

2006-10-10 Thread johannes_graumann
> > Can somebody tell me how to properly connect my 'actionQuit_Ctrl_Q' with a > > quit signal for the whole Application execution loop? > > You need to connect its triggered() signal to qApp's quit() slot. qApp is a > global variable in the QtGui module. Or, since you are subclassing > QApplicati

[PyKDE] PyQT 4.x Display Roles

2006-10-10 Thread M.Chambers
How can I disable some that I'm not using? Seems like a waste to call data() that many times. I'm using the model view stuff and its very slow compared to Qt3. Matt ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/

Re: [PyKDE] snapshot-20061008: Qt-4.1.4 compile error

2006-10-10 Thread Troy Melhase
On Tue October 10 2006 05:26, Patrick Stinson wrote: > Missing a Qt-4.2 conditional? > In file included from sipQtNetworkpart0.cpp:26: > sip/QtNetwork/qnetworkinterface.sip:26:31: error: qnetworkinterface.h: > No such file or directory > make[1]: *** [sipQtNetworkpart0.o] Error 1 > make: *** [all]

[PyKDE] Edge mode not working with eric an ubuntu

2006-10-10 Thread Daryl Dusheiko
Hi, I'm wanting to display a line at column 80 using the edge mode with the mode set to draw line. A line is displayed but is not at column 80. It is being shown at position 40. I think it is because the character spacing looks wrong. I've got the tab width and indentation widths set to 4 but is

Re: [PyKDE] Stuck newbie

2006-10-10 Thread David Boddie
On Tuesday 10 October 2006 13:05, Johannes Graumann wrote: > Can somebody tell me how to properly connect my 'actionQuit_Ctrl_Q' with a > quit signal for the whole Application execution loop? You need to connect its triggered() signal to qApp's quit() slot. qApp is a global variable in the QtGui

[PyKDE] QsciScintilla: apiRemove(item)?

2006-10-10 Thread Marco Bubke
HiIs it possible to add apiRemove(item) to the lexer class? I need to remove single items from the autocompletion. regards, marco ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-10 Thread Detlev Offenbach
On Tuesday 10 October 2006 19:18, Darren Dale wrote: > On Tuesday 10 October 2006 12:52, you wrote: > > On Monday 09 October 2006 19:51, Darren Dale wrote: > > > Hi Detlev, > > > > > > I just installed the new snapshots (I had not tried installing the old > > > ones). Eric4 looks very nice, I am lo

Re: [PyKDE] modal dialog SLOT problem

2006-10-10 Thread Dave S
On Tuesday 10 October 2006 14:58, Andreas Pakulat wrote: > On 09.10.06 23:00:35, Dave S wrote: > > On Monday 09 October 2006 20:41, Andreas Pakulat wrote: > > > create a subclass from QDialog and the form and implement 3 slots, > > > connect each slot to one of the buttons. Then in each slot set a

Re: [PyKDE] PyQt and QScintilla2

2006-10-10 Thread Detlev Offenbach
Hi Ismail, thanks for the patch. It will be in the next snapshot. That was in the untested Qt 4.2 support code. Detlev On Monday 09 October 2006 19:32, Ismail Donmez wrote: > 09 Eki 2006 Pts 20:12 tarihinde, Detlev Offenbach şunları yazmıştı: > > On Sunday 08 October 2006 16:49, Ismail Donmez w

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-10 Thread Detlev Offenbach
On Monday 09 October 2006 19:51, Darren Dale wrote: > Hi Detlev, > > I just installed the new snapshots (I had not tried installing the old > ones). Eric4 looks very nice, I am looking forward to working with it. One > thing I noticed though, is that the mouse seems unresponsive in the editor > win

Re: [PyKDE] snapshot-20061008: Qt-4.1.4 compile error

2006-10-10 Thread Detlev Offenbach
On Tuesday 10 October 2006 15:26, Patrick Stinson wrote: > Missing a Qt-4.2 conditional? > > > c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_NETWORK_LIB > -DQT_CORE_LIB -I. > -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2. >3 -I/usr/local/Trolltech/Qt-4.1.4/mkspecs/

Re: [PyKDE] Building new Qt4 extension with sipdistutils

2006-10-10 Thread Phil Thompson
> On Tuesday 10 October 2006 03:00, Phil Thompson wrote: >> > On Tuesday 10 October 2006 2:59 am, Phil Thompson wrote: >> >> > There's a post about PyQt4 with Qt 4.2 that mentions "missing >> classes >> >> >> >> and >> >> >> >> > missing methods". Am I understanding it correctly then that the >> n

[PyKDE] Interesting quote relevant to scripting KDE

2006-10-10 Thread Jim Bublitz
From this article (link from /.): http://sztywny.titaniumhosting.com/2006/07/23/stiff-asks-great-programmers-answers/ Q: What do you think will be the next big thing in computer programming? X-oriented programming, y language, quantum computers, what? A. (Linus Torvalds) I don’t think we’ll s

Re: [PyKDE] Building new Qt4 extension with sipdistutils

2006-10-10 Thread Jim Bublitz
On Tuesday 10 October 2006 03:00, Phil Thompson wrote: > > On Tuesday 10 October 2006 2:59 am, Phil Thompson wrote: > >> > There's a post about PyQt4 with Qt 4.2 that mentions "missing classes > >> > >> and > >> > >> > missing methods". Am I understanding it correctly then that the next > >> > ver

Re: [PyKDE] modal dialog SLOT problem

2006-10-10 Thread Andreas Pakulat
On 09.10.06 23:00:35, Dave S wrote: > On Monday 09 October 2006 20:41, Andreas Pakulat wrote: > > create a subclass from QDialog and the form and implement 3 slots, > > connect each slot to one of the buttons. Then in each slot set a member > > variable of self to 0, 1 or 2 and then call accept or

[PyKDE] snapshot-20061008: Qt-4.1.4 compile error

2006-10-10 Thread Patrick Stinson
Missing a Qt-4.2 conditional? c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -I/usr/local/Trolltech/Qt-4.1.4/mkspecs/default -I/usr/local/Trolltech/Qt-4.1.4/include -I/usr/local/Trollte

Re: [PyKDE] Stuck newbie

2006-10-10 Thread Johannes Graumann
Thanks for your help! The clueless (but ambitious) one is one step further ;0) Can somebody tell me how to properly connect my 'actionQuit_Ctrl_Q' with a quit signal for the whole Application execution loop? Thanks for your patience, Joh class ElNotes(QtGui.QApplication): def __init__(self

Re: [PyKDE] Building new Qt4 extension with sipdistutils

2006-10-10 Thread Phil Thompson
> On Tuesday 10 October 2006 2:59 am, Phil Thompson wrote: >> > There's a post about PyQt4 with Qt 4.2 that mentions "missing classes >> and >> > missing methods". Am I understanding it correctly then that the next >> > version >> > of PyQt4 will have this stuff? >> >> I meant the new Qt 4.2 funct

Re: [PyKDE] Building new Qt4 extension with sipdistutils

2006-10-10 Thread Dave Fancella
On Tuesday 10 October 2006 2:59 am, Phil Thompson wrote: > > There's a post about PyQt4 with Qt 4.2 that mentions "missing classes and > > missing methods". Am I understanding it correctly then that the next > > version > > of PyQt4 will have this stuff? > > I meant the new Qt 4.2 functionality -

Re: [PyKDE] Building new Qt4 extension with sipdistutils

2006-10-10 Thread Phil Thompson
> On Friday 06 October 2006 2:05 am, Dave Fancella wrote: >> My problem can be solved by PyQt4 just including the missing stuff, and >> under the circumstances I'll be happy to go to svn/cvs head of PyQt4 for >> a > > There's a post about PyQt4 with Qt 4.2 that mentions "missing classes and > missi