Hello! I have checked some answers on that subject but still can't quite figure that out. Here is the question:
in a QWizard i have QTableWidget on one of the pages. I need take values of that QTableWidget, let's say item(1,1), get text ouf of it (->text) and publish it on the final page on a lineEdit. If that would be not a tableWidget but a lineEdit I would do: registerField("text", lineEdit) and then use this field("text") on the next page but it doesn't work with tableWidget.
Do I need to play around with setDefaultProperty or I need just extend my registerField line?
Please help!
Bookmarks