Hi all,
using QtCreator I have created a QWIzard class and form and promoted the pages to my QWizardPage classes, one for each page. So far so good. Honestly I do not know if it is the proper way do to this, but it is the only one I could find out and seems to work. Is it right?
Anyway the main question I have is about getting the data the user inserts in these pages (for example in the lineEdit widgets), in order to store it on disk, using QSettings in my case. With other forms I simply connect the signal from a button to a slot, but in this case I can not figure out how to connect the signal from the Next and Finish buttons.
Thanks,
Jan
Bookmarks