Function To Display Progress
-
I've been looking for a predefined function in QT or an example of some code that can be used to display a dialog box containing a message while a process is running to say something like "Processing...Please Wait", then which can be destroyed when done. It should not require the user to interact with it at all, simply used to let the user know that a process is still running.
An small example would be most appreciated.
Thank You.
Scott
-
"How about this?":http://doc.qt.io/qt-5/qtconcurrent-progressdialog-example.html
But there are also plenty examples by google as "this one":http://codeprogress.com/cpp/libraries/qt/qProgressbarSetValueExample.php -
Yes...that seems to be what I'm looking for. I'll give it a try...Thank you.
BTW, I only come here periodically...I love the names that are assigned. "Dinosaur Breeder". Where do they come up with this stuff? Very funny!
Thanks again for the assist.