[PyKDE] Problems with QWidgetStack.raiseWidget()

2005-07-21 Thread Jorge Godoy
Hi, I'm trying to write functions to cycle through the widgets created on a widgetstack. I can get their ID correctly, guess what the next widget's ID should be but when I can the raiseWidget(int id) method it doesn't work. A code snippet with its output is included below, as well as program ve

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-21 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Sanders schrieb: > On the topic of Qt4 and the uic (sorry - I had my options set to digest > in text form, so I couldn't keep the references)... > > Would it be possible for PyQt to have the ability to dynamically > interpret Qt designer files,

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-21 Thread Phil Thompson
> On the topic of Qt4 and the uic (sorry - I had my options set to digest in > text form, so I couldn't keep the references)... > > Would it be possible for PyQt to have the ability to dynamically interpret > Qt designer files, and construct dialogs classes from these at runtime? > This would be mu

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-21 Thread Sebastian Kügler
Hi, On Thursday 21 July 2005 12:25, Jeremy Sanders wrote: > Would it be possible for PyQt to have the ability to dynamically interpret > Qt designer files, and construct dialogs classes from these at runtime? > This would be much nicer than having to generate Python source code. This > would be li

[PyKDE] Qt4 and uic - dynamic generation

2005-07-21 Thread Jeremy Sanders
On the topic of Qt4 and the uic (sorry - I had my options set to digest in text form, so I couldn't keep the references)... Would it be possible for PyQt to have the ability to dynamically interpret Qt designer files, and construct dialogs classes from these at runtime? This would be much nice