How to interact with pre-defined wizard buttons ?
Unsolved
Qt Creator and other tools
-
Hi,
I add a customized page to the installer, it has a text editor that needs to be written to file after user clicks the 'NEXT' button.
The problem is I don't know how to connect the click signal of the 'NEXT' button to a slot in the controller or component script, nor how to get the instance of the wizard button.
This problem is similar to https://forum.qt.io/topic/54703/qt-installer-framework-hide-buttons, where no answer has been given. Thanks!