Use Progressbar To Loading the Window
-
Hello,
I have 3 Window
and This Windows Are Heavy For loading and Take Long Time For Showing
I Want to Use a Progress bar to while Window Loads
Progress bar showing For User
i fact when User Click on the button for showing
Button value is 0 and when page Shows Progress bar set on 100I searched in Google for This Problem But cant Find appropriate Solution
and I Have Read Progress Bar Documentation and cant Understand idea Thing!How I Can Do This?
-
You might want to have a look at QProgressDialog. It's a dialog pre-made for exactly that purpose.
The main problem with these kinds of things is knowing how long it takes. Either you show the progress based on a known set of steps or based on a time estimate (not really recommended as it depends on many factors). But that pre-made dialog definitely takes a way some of the pain.
-
@Joel-Bodenmann
thanks
But in That Link dont Give an Example For This Problem!
Examples is not Good For My Problem!
Thanks again -
Hi,
What does make the dialogs so long to load ?
-
The link provided by @Joel-Bodenmann is a good start.