Wizard for application ussage
-
Have you any idea how can i make a wizard inside my application for it's usage, but depending on check box, to show or not show this wizard in next applications start ups ? How can i save this information after closing the application, and know weather or not the check box was checked.
-
Hi,
Making a Wizard is easy with QWizard (there are good docs on this site). Then store the checkbox state in a QSettings (will store in .ini or registry depending on OS) and reload from QSettings when restarting the program.