PDA

View Full Version : Updating QProgressBar when using Python list comprehensions



shadowfax
4th November 2009, 16:13
Hi!

I've some list comprehension and it takes some time to complete. I want to use QProgressBar to indicate waiting time when those list is created. Is it possible to use QProgressBar in this case ? When I use list comprehension I can't increment QProgressbar value, so is there any other way to update progress bar ?

Thanks,
Marcin