So this time i just want to know how to get a value of QLineEdit inside the QTableWidget.
Here is my code, and i've got this error.
I know how to get value from QComboBox inside of QTableWidget, and it's work using class.object.cellWidget(int, int).currentText()
.
But when I try to use class.object.cellWidget(int, int).text()
for get QLineEdit value, it's return error look like the image, and i can't get the value. i have no idea about qobject_cast like this link said. and i still don't understand how to using delegate. i think it will be better if someone can fix my coding, or give me a nice reference with example about this error, or give me explanation how to use delegate in QTableWidget or give me a nice reference. oh also it will be better if the example is within python because i have bad skill for reading C++ syntax.