Re: [PyQt] How to close QSqlDatabase connection?

2007-11-12 Thread Sibylle Koczian
Am Sonntag, 11. November 2007 16:09:04 schrieb Hans-Peter Jansen: Dear Sibylle, I can only talk for PyQt3, through (yes, I'm retro..), but.. As far as I can see the version differences are particularly big in this area, because of the model/view design pattern. No QDataTable to start with.

[PyQt] QMessageBox.about() with html text

2007-11-12 Thread Dirk Wagener
Hi I have: QMessageBox.about(None, Title Text, text ) with text = htmlbody bgcolor=#ff text=#ff h2Test image:/h2 centerimg src=images/test.bmp border=1 color=white/center /body/html How do I get the QMessageBox() to use the bgcolor (red) and also to display the image? Currently

[PyQt] strange extra spacing between checkboxes

2007-11-12 Thread Shriramana Sharma
Hello. Please see the attached program. It's a simple todo program I wrote. Kartavya means Something that needs to be done in Sanskrit. I want to know why the spacing between the list items increases when items are added and how I can stop that from happening. The spacing between the list

Re: [PyQt] Rejoice, for PyKDE4 has landed in KDE SVN

2007-11-12 Thread Adeodato Simó
* Simon Edwards [Mon, 03 Sep 2007 08:37:52 +0200]: Almost all classes in kdelibs are covered, except Phonon which is waiting on imporved namespace support in SIP before we can add support. Hello. I'm not really following KDE4 development, but I'd like to know how this is going. I'm the author

Re: [PyQt] How to close QSqlDatabase connection?

2007-11-12 Thread Hans-Peter Jansen
Am Montag, 12. November 2007 schrieb Sibylle Koczian: So I looked around and saw that I had this: def main(args): app = QtGui.QApplication(args) if not visa_conn(): sys.exit(1) visa_mf = VisaMF() visa_mf.show() sys.exit(app.exec_()) if __name__ ==

Re: [PyQt] QMessageBox.about() with html text

2007-11-12 Thread Hans-Peter Jansen
Am Montag, 12. November 2007 schrieb Dirk Wagener: Hi I have: QMessageBox.about(None, Title Text, text ) with text = htmlbody bgcolor=#ff text=#ff h2Test image:/h2 centerimg src=images/test.bmp border=1 color=white/center /body/html How do I get the QMessageBox() to use

Re: [PyQt] Rejoice, for PyKDE4 has landed in KDE SVN

2007-11-12 Thread Jim Bublitz
On Monday 12 November 2007 10:41, Adeodato Simó wrote: * Simon Edwards [Mon, 03 Sep 2007 08:37:52 +0200]: Almost all classes in kdelibs are covered, except Phonon which is waiting on imporved namespace support in SIP before we can add support. Hello. I'm not really following KDE4

[PyQt] image with scrollbars in a qlabel how ?

2007-11-12 Thread Joachim Schmitz
Hi, i want to show a dialog where one can enter a text based on an image shown. The code below does that, except for the fact, that the image always has the same size, and that no scrollbars apear, what I am doing wrong ? I actually want the imageLabel look like the centralWidget in the

Re: [PyQt] Rejoice, for PyKDE4 has landed in KDE SVN

2007-11-12 Thread Hans-Peter Jansen
Am Montag, 3. September 2007 schrieb Simon Edwards: [I'll just repeat my blog post here for everyone.] Almost all classes in kdelibs are covered, except Phonon which is waiting on imporved namespace support in SIP before we can add support. Supporting tools like a Qt designer compiler that

Re: [PyQt] Rejoice, for PyKDE4 has landed in KDE SVN

2007-11-12 Thread Andreas Pakulat
On 12.11.07 23:08:26, Hans-Peter Jansen wrote: Am Montag, 3. September 2007 schrieb Simon Edwards: [I'll just repeat my blog post here for everyone.] Almost all classes in kdelibs are covered, except Phonon which is waiting on imporved namespace support in SIP before we can add support.

[PyQt] Frame and tebwidget

2007-11-12 Thread [EMAIL PROTECTED]
Hello I have a tabwidget whit a frame inside and i draw the frame with qpainter. My question is: Why when i switch the tab and i return to the tab with the frame there is no draw ? Regards Luca ___ PyQt mailing listPyQt@riverbankcomputing.com