Hi
I have developed a QWizard with several pages and am passing entered data back to the wizard class via the 'field' mechanism.
All works well, except that one of the pages has a QPlainTextEdit widget.
I do not seem to be able to get the data transferred from this with the field mechanism.
Is there another way of achieving this?
In page code -
registerField("additionalEquipmentPlainTextEdit",u i.additionalEquipmentPlainTextEdit);
in wizard code -
field("additionalEquipmentPlainTextEdit").toString (); - ALWAYS RETURNS EMPTY STRING
Thanks
Graham
Bookmarks