[PyQt] Splash Screen

2008-10-03 Thread projetmbc
Title: Flashmail Hello, I would to know how to do a Splash Screen with PyQT. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Splash Screen

2008-10-03 Thread V. Armando Sole
At 13:13 03/10/2008 +0200, Benno Dielmann wrote: On Friday 03 October 2008 12:04:49 [EMAIL PROTECTED] wrote: | Hello, | I would to know how to do a Splash Screen with PyQT. Create some window (e.g. a QWidget) and call setWindowFlags(Qt.FramelessWindowHint) on it. Regards, Benno Dielmann.

[PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Detlev Offenbach
Hi, will there be PyQt4 support for Python 3.0 once it goes final? Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Phil Thompson
On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: Hi, will there be PyQt4 support for Python 3.0 once it goes final? Not straight away. I will take the opportunity to break backwards compatibility (eg. removing QVariant, QString, QChar, QByteArray etc), and those

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Mark Summerfield
On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: Hi, will there be PyQt4 support for Python 3.0 once it goes final? Not straight away. I will take the opportunity to break backwards compatibility (eg. removing QVariant,

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Paul A. Giannaros
On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my personal wish list for Python 3/PyQt4 (including those that Phil is going to do as he says above): - No QString, only

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Daniel Miller
On Oct 3, 2008, at 2:15 PM, Paul A. Giannaros wrote: On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my personal wish list for Python 3/PyQt4 (including those that Phil

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Mark Summerfield
On 2008-10-03, Paul A. Giannaros wrote: On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my personal wish list for Python 3/PyQt4 (including those that Phil is going

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Arthur Pemberton
On Fri, Oct 3, 2008 at 3:59 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Paul A. Giannaros wrote: On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my

Writing a PyQT4 app today (was Re: [PyQt] PyQt4 and Python 3.0)

2008-10-03 Thread Arthur Pemberton
On Fri, Oct 3, 2008 at 4:05 PM, Glenn Linderman [EMAIL PROTECTED] wrote: [ snip ] My personal situation is that I have only recently begun writing my first major PyQt application, using Python 2.5 and PyQt 4. This will take me a while also. Depending on how long our a whiles are, I hope to

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Andreas Pakulat
On 03.10.08 21:59:14, Mark Summerfield wrote: On 2008-10-03, Paul A. Giannaros wrote: On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my personal wish list for

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Paul A. Giannaros
On Fri, Oct 3, 2008 at 9:59 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Paul A. Giannaros wrote: On Fri, Oct 3, 2008 at 5:08 PM, Mark Summerfield [EMAIL PROTECTED] wrote: On 2008-10-03, Phil Thompson wrote: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach Here's my

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Phil Thompson
On Fri, 03 Oct 2008 12:42:53 -0700, Glenn Linderman [EMAIL PROTECTED] wrote: On approximately 10/3/2008 8:18 AM, came the following characters from the keyboard of Phil Thompson: On Fri, 3 Oct 2008 17:11:19 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: Hi, will there be PyQt4

[PyQt] PyQt for Maemo/Nokia

2008-10-03 Thread Phil Thompson
A quick note to announce that the PyQt4 for Maemo project have ported PyQt to the Maemo platform that runs on the Nokia Internet Tablets. The relevant links are on the News page. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] PyQt4 and Python 3.0

2008-10-03 Thread Phil Thompson
On Fri, 03 Oct 2008 16:45:12 -0700, Glenn Linderman [EMAIL PROTECTED] wrote: On approximately 10/3/2008 4:25 PM, came the following characters from the keyboard of Phil Thompson: Personally I think compatibility wrappers are a waste of time and effort. There are times when you really should