[PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-15 Thread Danny Pansters
Hi, I get what seems to be a similar problem as what Patrick is seeing on his Mac, on FreeBSD. We recently had the Qt4 ports comitted and I've been working on the FreeBSD ports for PyQt4, sip (update), Qscintilla2 and have been following the snapshots daily, running full builds of the packages

Re: [PyKDE] Is there a QMediaWidget for playing movie ?

2007-02-15 Thread David Boddie
On Wed, 14 Feb 2007 14:45:36 +0100, Samuel GARCIA wrote: > I need to play a avi file. > Does exist a QMediaWidget or something like that for playing simple > movie ? (in win32) > If possible simple to use ... Since you're using Windows, you may be able to use the ActiveQt classes to embed a movie

Re: [PyKDE] qt4 signals and slots

2007-02-15 Thread Carles Pina i Estany
Hi, On Feb/15/2007, Miguel Lobo wrote: > Have you already looked at the Qt4 Designer documentation at > http://doc.trolltech.com/4.2/designer-manual.html ? And usually, I am using the auto-connect name way. Even less work than qt3 :-) -- Carles Pina i EstanyGPG id: 0x8CBDAE64

Re: [PyKDE] qt4 signals and slots

2007-02-15 Thread Miguel Lobo
Hi, Have you already looked at the Qt4 Designer documentation at http://doc.trolltech.com/4.2/designer-manual.html ? It describes how to create and connect signals and slots. Regards, Miguel ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http:

[PyKDE] qt4 signals and slots

2007-02-15 Thread Ritesh Raj Sarraf
Hi, I have a console based program (http://sf.net/projects/pypt-offline) for Debian based distributions. I want to write a GUI tool for it. I'm willing to use pyqt4 for it because my target audience could be a Windows/Linux/Mac OS X based user. I chose pyqt4 because it is GPLed for the mentioned

[PyKDE] Trying to use KHTMLPart

2007-02-15 Thread Joseph Rawson
I've just recently started using a KHTMLPart rather than a KTextBrowser to display information. In both cases, I've been using simple HTML to display the data in tables, and provide anchors for actions in the application. I have noticed a couple of things that I haven't been able to figure out