Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, What is the best way of resetting all the widgets to default value in a QDialog? I tried
QWidget->clear();
but this did not clear Qlabel displaying an image and froze the dialog. Thank you for your help.
The best way would be to close the dialog and create a new one again. (from outside)
Alternative make a new function that set the default values and call that when u want to "reset"