Thanks a lot Chris. I tried to print myTable.cellWidget(0,1) and I am getting
<PyQt5.QtWidgets.QWidget object at 0x0000028F6E58ADC8>.
I convert the layout to widget then I added to the QTableWidget's cell. So I need to get the layout and then each widget's values from a cell. This columns are auto-generated depends the database entries.
Bookmarks