Hi,
Thanks for your reply..
Now i am creating a dialog inherited from QProgressDialog. I will convey if i have any doubts..
Thanks and regards,
Santhosh
Hi,
Thanks for your reply..
Now i am creating a dialog inherited from QProgressDialog. I will convey if i have any doubts..
Thanks and regards,
Santhosh
Subclassing QProgressDialog still won't give you full access to its internal layout and stuff. Subclass QDialog instead, create a layout and place the progress bar, cancel button, and your custom stuff there.
J-P Nurmi
Bookmarks