Re: [PyQt] [PyKDE] One more issue with qt4 includes

2008-03-12 Thread Jim Bublitz
On Wednesday 12 March 2008 09:09, Adeodato Simó wrote: > * Adeodato Simó [Wed, 12 Mar 2008 14:00:41 +0100]: > > Well, I've now seen in the 4.0.2-1 tarball ChangeLog that says: > > > > Allow for separate dir for Qt includes in configure.py > > > > But I can't find that option. It would be indeed v

Re: [PyQt] Working with os.popen and qprogressdialog

2008-03-12 Thread Andreas Pakulat
On 12.03.08 20:11:20, Ulf Röttger wrote: > Am Montag 10 März 2008 20:09:27 schrieb Andreas Pakulat: > > This should execute an ls -l /usr/share/home and show a progressbar > > while that is done. However you'll probably need to play around a bit > > with escaping rules when you want to use pipes i

Re: [PyQt] Working with os.popen and qprogressdialog

2008-03-12 Thread Ulf Röttger
Am Montag 10 März 2008 20:09:27 schrieb Andreas Pakulat: > On 10.03.08 08:45:43, Jeremiah Summers wrote: > > Thank you but, I'm still at a loss. I tried what the Wiki said and a > > few other pages, I've tried to understand what you said.. But as I > > I'm not sure how much of the wiki is usable fo

Re: [PyQt] PyQt book "Rapid GUI Programming with Python and Qt"

2008-03-12 Thread Gustavo A. Díaz
Hi!! Finally i was available to buy this book vía Amazon.com. Today arrived to me... and i must say it is a great Book... very well explained, very complete. And i wanted something like this, even when my language is spanish and i could speak and read/translate in english, i always found books

[PyQt] PyKDE4-4.0.2-1 release available

2008-03-12 Thread Jim Bublitz
The PyKDE4-4.0.2-1 release is now available at riverbankcomputing.com. It should fix various install issues, including correct variable typing in some handwritten KIO.MetaData code, correctly obtaining the Qt include path from your PyQt4 install, and it now installs pykdeuic. It also provides a

Re: [PyQt] [PyKDE] One more issue with qt4 includes

2008-03-12 Thread Jim Bublitz
On Wednesday 12 March 2008 06:00, Adeodato Simó wrote: > Well, I've now seen in the 4.0.2-1 tarball ChangeLog that says: > > Allow for separate dir for Qt includes in configure.py > > But I can't find that option. It would be indeed very handy. It should pickup the Qt include directories automat

Re: [PyQt] [PyKDE] One more issue with qt4 includes

2008-03-12 Thread Adeodato Simó
* Adeodato Simó [Wed, 12 Mar 2008 14:00:41 +0100]: > Well, I've now seen in the 4.0.2-1 tarball ChangeLog that says: > Allow for separate dir for Qt includes in configure.py > But I can't find that option. It would be indeed very handy. Ah, I see it's in configure.template, but not in configu

Re: [PyQt] [PyKDE] One more issue with qt4 includes

2008-03-12 Thread Adeodato Simó
Well, I've now seen in the 4.0.2-1 tarball ChangeLog that says: Allow for separate dir for Qt includes in configure.py But I can't find that option. It would be indeed very handy. Cheers, > Hey Jim. > I'm having one issue with the generated Makefiles. When using > pykde_includes, it expects

[PyQt] [PyKDE] One more issue with qt4 includes

2008-03-12 Thread Adeodato Simó
Hey Jim. I'm having one issue with the generated Makefiles. When using pykde_includes, it expects to find all those modules with -I$(opt_kdeincdir)/name, thus for example for Qt includes it results in: -I/usr/include/QtCore -I/usr/include/QtNetwork ... (But, at least in Debian, Qt4 includes ar

[PyQt] QGridLayout doesn't remove widgets

2008-03-12 Thread Dr. Katja Wegner
Hello, I have a QWidget with a QVBoxLayout and inside is a QGridLayout to show a text and a combo box in each line. If the user pushes the button "change grid", the current boxes and labels shall be removed and new boxes and labels shall be added. I use removeWidget() but all elements are sti