PDA

View Full Version : How to show QProgressDialog without cancel button



rajesh
30th January 2007, 09:44
I want to show QProgressDialog without cancel button. I dont want to show any button on this. how to do this?

jpn
30th January 2007, 09:53
progressDialog->setCancelButton(0);