I have created a QTableWidget which contains the file name and its size. Now I need to retrieve the file name from TableWidget and need to store it in a File. Can anyone help me to how to do this?, is there any function to retrive the text from column?
I have created a QTableWidget which contains the file name and its size. Now
Share
Try using the method
Used like this:
and extract the text using QTableWidgetItem method
Used like this: