I try to put some validations on user inputs and display a summery of entered information and get confirm from user if all thing is right. I think i need to modify the slot of QWizard FinishButton but i cannot find the main slot.
I try this way but wizard is immediately closed on finish clicking.
self.button(QtWidgets.QWizard.FinishButton).clicked.connect(self.do_something)
def do_something():
#do something