Re: [PyQt] ProgressBar - Activity Mode

2010-07-14 Thread Antonio Valentino
Hi Mark, Il giorno Wed, 14 Jul 2010 10:17:15 +0100 Mark Summerfield ha scritto: > On 2010-07-13, Antonio Valentino wrote: > > Hi list, > > I would like to get a progress bar that works in a way similar to > > the "Activity Mode" of the corresponding GTK widget: > > > > http://www.pygtk.org/pygt

Re: [PyQt] ProgressBar - Activity Mode

2010-07-14 Thread Mark Summerfield
On 2010-07-13, Antonio Valentino wrote: > Hi list, > I would like to get a progress bar that works in a way similar to the > "Activity Mode" of the corresponding GTK widget: > > http://www.pygtk.org/pygtk2reference/class-gtkprogressbar.html#method-gtkpr > ogressbar--pulse > > i.e. show activity b

[PyQt] ProgressBar - Activity Mode

2010-07-13 Thread Antonio Valentino
Hi list, I would like to get a progress bar that works in a way similar to the "Activity Mode" of the corresponding GTK widget: http://www.pygtk.org/pygtk2reference/class-gtkprogressbar.html#method-gtkprogressbar--pulse i.e. show activity by a block moving back and forth within the progress area.