It is a big code which is used to collect the system informations.

I called the progress bar in fn() like this

Qt Code:
  1. fn()
  2. {
  3.  
  4. fn1();
  5. prgressBar.show();
  6. fn2();
  7. progressBar.show();
  8.  
  9. }
To copy to clipboard, switch view to plain text mode 

But it doesnt helps me

Thanks,
*npc*