[PyQt] Is there a signal that is generated by any change in a QListWidget?

2010-07-17 Thread Robert Lummis
I have a program that manages a list using QListWidget. It's patterned after the one in chapter 5 of Mark Summerfield's book. It has Up, Down, Sort, Add, Delete, Edit, and Save buttons and also a Count label showing the length of the list, so whenever there is a change to the list I need to update

[PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Phil Thompson
dip v0.1 has been released. This is the first release of dip, an application development framework for PyQt and (for the moment at least) Python v3. The user documentation, including tutorials and a full API reference is available at http://www.riverbankcomputing.com/static/Docs/dip/index.html

[PyQt] QTreeview does not show subrows correctly when the model is a Python list

2010-07-17 Thread Herbert Ruessink
Dear all, I am trying to use a Python list as a model for QTreeView, or to be precise, the model is a subclass of list, the daughter nodes are the elements on this list object, and they themselves are the same subclass of list. Somehow I cannot get the data to show correctly. Only the first

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Antonio Valentino
Hi Phil, Il giorno Sat, 17 Jul 2010 18:02:57 +0100 Phil Thompson p...@riverbankcomputing.com ha scritto: dip v0.1 has been released. This is the first release of dip, an application development framework for PyQt and (for the moment at least) Python v3. The user documentation, including

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Lic . José M . Rodriguez Bacallao
yes, I think that there are some features that are the same in both (entought toolkit and dip) but, in my opinion, enthought toolkit is too performance eater. On 7/17/10, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi Phil, Il giorno Sat, 17 Jul 2010 18:02:57 +0100 Phil Thompson

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Lic . José M . Rodriguez Bacallao
there is no version for python = 2.6.x? On 7/17/10, Lic. José M. Rodriguez Bacallao jmr...@gmail.com wrote: yes, I think that there are some features that are the same in both (entought toolkit and dip) but, in my opinion, enthought toolkit is too performance eater. On 7/17/10, Antonio

[PyQt] how to launch a pyqt app from another pyqt app

2010-07-17 Thread Philippe Crave
Hi, I have two pyqt application app1 and app2. I am trying to launch app2 from app1. I do not want any parent/child relation. Both apps could be QMainWindow. The idea is that I do not want to start app2 whenvere I start app1. app2 is a server. app1 checks if the server is live, and launch it if

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Lic . José M . Rodriguez Bacallao
where to download dip? On 7/17/10, Lic. José M. Rodriguez Bacallao jmr...@gmail.com wrote: there is no version for python = 2.6.x? On 7/17/10, Lic. José M. Rodriguez Bacallao jmr...@gmail.com wrote: yes, I think that there are some features that are the same in both (entought toolkit and

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread projetmbc
where to download dip? Maybe here : http://www.riverbankcomputing.com/ ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: dip v0.1 Released - An Application Development Framework for PyQt and Python v3

2010-07-17 Thread Phil Thompson
On Sat, 17 Jul 2010 21:09:04 +0200, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi Phil, Il giorno Sat, 17 Jul 2010 18:02:57 +0100 Phil Thompson p...@riverbankcomputing.com ha scritto: dip v0.1 has been released. This is the first release of dip, an application development

[PyQt] PyQt 4.7.4 compilation problems on Ubuntu 10.04

2010-07-17 Thread Nick Efford
Hi, Has anyone on the list had success compiling PyQt 4.7.4 for Python 3.1 on the 64-bit version of Ubuntu 10.04? Configuration (using SIP 4.10.5) seems to have worked OK, but the 'make' phase fails when attempting to build QtHelp.so, with the following error message: /usr/bin/ld: cannot find

[PyQt] pip install pyqt error

2010-07-17 Thread patx
When I try to use pip to install PyQt from PyPi. However I get an error saying there is no setup.py in the tarball it download. Maybe someone would fix this? Maybe its me? -- Harrison Erd (PATX) - http://patx.me/ ___ PyQt mailing list