Re: [PyKDE] PyQt on OS X?

2003-10-23 Thread Phil Thompson
On Thursday 23 October 2003 1:45 am, Ben Mitchell wrote: Oops. (Insert sheepish grin here.) Sorry about that. It builds now, but I'm having trouble with the install stage. 'make install' doesn't do anything. In looking at it more closely (and I am *not* a make expert), it seems that the

Re: [PyKDE] how can i obtain Qsqldatabase from Qsqlcursor?

2003-10-23 Thread Csar Gonzlez
El Miércoles, 22 de Octubre de 2003 21:17, escribió: Isn't QSqlDatabase.database(), what you look for? Yes! Thanks very much, Pete! ;) -- César González Revilla Eureka Sistemas http://www.eureka-sistemas.com/ [EMAIL PROTECTED] Gnupg Public Key http://www.eureka-sistemas.com/keys/cesar.asc

[PyKDE] setCaption for windows version

2003-10-23 Thread James Lamanna
I've noticed that setCaption() doesn't appear to be working in the NC-Windows version of PyQt. Using this test program: from qt import * import sys class MyWidget(QMainWindow): def __init__(self): QMainWindow.__init__(self,None,'',Qt.WDestructiveClose) self.setCaption(