how can i react to QWizard's Cancel button?
i want to do sth when the Cancel button is clicked...
i tried QDialog::Rejected, it didnot work fine....as i use wizard.show(), not wizard.exec() here...
how can i react to QWizard's Cancel button?
i want to do sth when the Cancel button is clicked...
i tried QDialog::Rejected, it didnot work fine....as i use wizard.show(), not wizard.exec() here...