[PyKDE] Looping over QLabels

2004-03-23 Thread GuineaPig
Hello, In my application I have a QDialog with a lot of QLabels. From time to time these labels need to be cleared (text set to ''). Is there a way to iterate over the labels ? I'm looking for something like this: for QLabel in self QLabel.setText('') Instead of having to do this: QLabe

Re: [PyKDE] Looping over QLabels

2004-03-23 Thread Sundance
I heard GuineaPig said: > In my application I have a QDialog with a lot of QLabels. From time > to time these labels need to be cleared (text set to ''). Is there a > way to iterate over the labels ? > I'm looking for something like this: > > for QLabel in self > QLabel.setText('') There

Re: [PyKDE] Looping over QLabels

2004-03-23 Thread Toby Dickenson
On Tuesday 23 March 2004 14:10, GuineaPig wrote: > Hello, > > In my application I have a QDialog with a lot of QLabels. From time to > time these labels need to be cleared (text set to ''). Is there a way > to iterate over the labels ? > I'm looking for something like this: > > for QLabel in self

Re: [PyKDE] Looping over QLabels

2004-03-23 Thread Greg Fortune
On Tuesday 23 March 2004 07:20 am, Toby Dickenson wrote: > On Tuesday 23 March 2004 14:10, GuineaPig wrote: > > Hello, > > > > In my application I have a QDialog with a lot of QLabels. From time to > > time these labels need to be cleared (text set to ''). Is there a way > > to iterate over the l

Re: [PyKDE] ANN: first release candidate of eric3 3.4

2004-03-23 Thread Detlev Offenbach
Hi, thanks for the report. I thought, that Qt includes a builtin pixmap cache, but I'll look into it to find a better solution. Detlev Am Dienstag, 23. März 2004 17:49 schrieb Andrew Bushnell: > Detlev, > > I have downloaded this snapshot and at least on Windows there is a > serious problem I a

[PyKDE] Licensing Question

2004-03-23 Thread Jacob Abraham
Dear Tutors, I have successfully built a PyQt application on my Linux machine. Now I would like to distribute it to the Windows OS. My question is on the licensing of Qt for windows. Is there a non - commercial license of Qt and PyQT for windows OS. The application I have built is not ment