Qt and progressBar - how to update

2010-05-16 Thread OMS
I am quite new to Python and Qt and need very urgently advice on how to update Qt progressBar while executing a process. I have went thrugh number of 'google' stuff and saw different solution, hence none worked for me. The best idea I have seen is the usage of QThread and emiting signal from thread

Re: Qt and progressBar - how to update

2010-05-16 Thread OMS
On 16 Maj, 20:52, Robert Kern wrote: > On 2010-05-16 13:28 , OMS wrote: > > > > > I am quite new to Python and Qt and need very urgently advice on how > > to update Qt progressBar while executing a process. I have went thrugh > > number of 'google' stuf