[Qt-interest] QProgressBar

Benjamin ikipou at gmail.com
Tue Dec 9 12:05:30 CET 2008


If you want to show that your application is doing something in the
background, you can use the QProgressBar with the minimum and maximum
set to 0 to create a progress bar with an "infinite range"...

regards,
Benjamin

2008/12/9 NARCISO, Rui <RUI.NARCISO at airbus.com>:
>
> Hi
>
> I would like to display a progress bar while another process is running the problem being that I can't implement the "steps" options in order to increment the bar since my process would be busy doing something else and I'm not that much into forking my process just to display the bar.
>
> is it possible to do it otherwise ?
> If not, how to fork the process in order to display the bar (indefinitly) while my main/child process access the network over a subprocess.Popen ?
>
> Thanks
> Rui
>
> The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other then the addressee. Access to this e-mail by anyone else is unauthorised.
> If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
> Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
> All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>



More information about the Qt-interest-old mailing list