Re: [PyQt] processEvents on QlistWidget operations does nothing

2008-01-28 Thread P. Mathé
Thank you guys for all the interest you have in my little problem (that in fact I consider as a Qt bug or design flaw). Le dimanche 27 janvier 2008, Andreas Pakulat a écrit : On 27.01.08 13:36:37, Scott Aron Bloom wrote: Its not about replacing 1 line of code, its about properly designing

Re: [PyQt] processEvents on QlistWidget operations does nothing

2008-01-28 Thread Mark Summerfield
On 2008-01-28, P. Mathé wrote: Thank you guys for all the interest you have in my little problem (that in fact I consider as a Qt bug or design flaw). I'm coming late to this thread, so please excuse me if I've misunderstood, but I don't think the problem is a Qt bug or flaw. I think the

Re: [PyQt] How to write a GUI interface for a set of Python programs?

2008-01-28 Thread P. Mathé
Le dimanche 27 janvier 2008, Andreas Pakulat a écrit : On 28.01.08 09:21:20, Algis Kabaila wrote: On Mon, 28 Jan 2008 07:11:21I another thread Hans-Peter Jansen wrote: Am Sonntag, 27. Januar 2008 schrieb Ryen Lee: Hi everybody! I am a newbie for PyQT.Now I am write a simple

Re: [PyQt] processEvents on QlistWidget operations does nothing

2008-01-28 Thread P. Mathé
Le dimanche 27 janvier 2008, Andreas Pakulat a écrit : On 27.01.08 19:37:05, P. Mathé wrote: Le dimanche 27 janvier 2008, Andreas Pakulat a écrit : On 27.01.08 16:45:36, P. Mathé wrote: I am sending you this message, originally sent to the PyQt mailing list, as it seems, according

[PyQt] Re: processEvents on QlistWidget operations does nothing

2008-01-28 Thread P. Mathé
Thank you Scott for your answer, but unnless I didn'y understand you correctly, it does not work : the timer singleshot is fired only after the loop ends. Here is the modified radioProgDialog class of the program wherre I have added th updateGui method and added the QTimer.singleShot(0,

Re: [PyQt] Deploying PyQt4 application

2008-01-28 Thread V. Armando Sole
Hi, At 11:33 26/01/2008 +, Rémy HUBSCHER wrote: Hi, Thanks you for your help. I download your application and using Platypus, I understood how to do. But I have still the loading error message. Could you send me your setup.py file ? It seems that PyQt4 was still looking in the wrong PATH

Re: [PyQt] processEvents on QlistWidget operations does nothing

2008-01-28 Thread Andreas Pakulat
On 28.01.08 09:48:35, P. Mathé wrote: Thank you guys for all the interest you have in my little problem (that in fact I consider as a Qt bug or design flaw). Le dimanche 27 janvier 2008, Andreas Pakulat a écrit : On 27.01.08 13:36:37, Scott Aron Bloom wrote: Its not about replacing 1

[PyQt] Re: processEvents on QlistWidget operations does nothing

2008-01-28 Thread Andreas Pakulat
On 28.01.08 09:58:20, P. Mathé wrote: Thank you Scott for your answer, but unnless I didn'y understand you correctly, it does not work : the timer singleshot is fired only after the loop ends. Unfortunately you didn't understand correctly. What Scott meant was that the slot connected to the

Re: [PyQt] Qt designer KDE

2008-01-28 Thread Daniel O'Connor
On Mon, 28 Jan 2008, Andreas Pakulat wrote: On 28.01.08 14:59:42, Daniel O'Connor wrote: This might be OT but any answers would be greatly appreciated.. What is the canonical way to build a KDE application using a GUI designer? I've tried both Qt designer and kdevdesigner but they both

[PyQt] Return value of QObject.connect()

2008-01-28 Thread Ulrich Berning
When connecting a non existent signal, QObject.connect() should return False (as documented). This works well with PyQt3. PyQt4 (latest snapshot) always returns True. Have I missed something? Is this behaviour documented somewhere or is it a bug? Ulli

Re: [PyQt] Deploying PyQt4 application

2008-01-28 Thread Giovanni Bajo
On 1/26/2008 12:10 AM, Rémy HUBSCHER wrote: As I told you, I need to deploy my PyQt4 application on Windows and Mac OS X. I worked with Py2Exe using this Tutorial : http://py2exe.org/index.cgi/Py2exeAndPyQt For Py2App, everything seams to work, but, PyQt4 is not looking for the Qt4

[PyQt] Nokia pwns Trolltech for $153MM

2008-01-28 Thread Angel Leon
part. Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080128/cbf685f2/attachment-0001.bin -- Message: 8 Date: Mon, 28 Jan 2008 07:38:13 +0100 From: Andreas Pakulat [EMAIL PROTECTED] Subject: Re: [PyQt] How to write a GUI interface for a set

Re: [PyQt] Return value of QObject.connect()

2008-01-28 Thread Phil Thompson
On Monday 28 January 2008, Ulrich Berning wrote: When connecting a non existent signal, QObject.connect() should return False (as documented). This works well with PyQt3. PyQt4 (latest snapshot) always returns True. Have I missed something? Is this behaviour documented somewhere or is it a

[PyQt] What is PyQt4.Qt ?

2008-01-28 Thread Peter Shinners
I'm looking for a brief description of what the PyQt4.Qt module is? It seems to be a combination of QtCore and QtGui into a single namespace? Is that what this is? A combined module of all the Qt subcomponents that were built? ___ PyQt mailing list

[PyQt] View made updatable by trigger - no update in QTableView

2008-01-28 Thread Sibylle Koczian
Hello, the firebird example database contains a view which is read-only by nature. But by adding a trigger I made some of its fields editable. That works in the command line client, but I can't get it to work in a PyQt example program. I took the cachedtable.py example, changed the

Re: [PyQt] Nokia pwns Trolltech for $153MM [OT?]

2008-01-28 Thread Giacomo Lacava
On 1/28/08, Angel Leon [EMAIL PROTECTED] wrote: http://www.engadgetmobile.com/2008/01/28/nokia-acquires-trolltech-the-biggest-little-company-youve-ne/ Take that Android, awesome move by Nokia to make Mobile development open. ... or to make Desktop development a bit more closed? Nokia are very

Re: [PyQt] What is PyQt4.Qt ?

2008-01-28 Thread Phil Thompson
On Monday 28 January 2008, Peter Shinners wrote: I'm looking for a brief description of what the PyQt4.Qt module is? It seems to be a combination of QtCore and QtGui into a single namespace? Is that what this is? A combined module of all the Qt subcomponents that were built? Yes - not just

[PyQt] PyQt configure error: Failed to determine the layout of your Qt installtion

2008-01-28 Thread John Wheez
Hi all, I've compile PyQt on os X 10.4.9 but now I'm trying to do it on a os X 10.5.1 system and am having some difficulties. I installed the latest QT DMG file. The demos work. I compiled SIP successfully. PyQT give me the following error after issuing python configure.py Failed to