How to access data in individual rows in a QTableWidget and write into xml file
-
I have a table widget in which the user can enter values.
How can I access the values entered by the user in each individual row and write them into xml file.
C++ is the language I am working in -
@JonB I wish to save the values from a table into an xml file.
Not the values from the tree