Hello Team,
I am developing a Wizard using QWizard. I have a QListWidget areaList on first page of the wizard. Per QWizardPage documentation, I have registered the widget:
registerField("areaIndex", areaList);
However, when I try to get the field "areaIndex" in the subsequent page, it gives me the row number in the QListWidget. I am interested in getting the QListWidgetItem->text() on the next page.
How do I get this text value from previous page into next page?
Please let me know.
Thank you!
Anagha

Reply With Quote


