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