I want to retrieve plain text from QLineEdit() object. The text method returns a QString object. I just want a simple string object. I am using pyq
QLineEdit()
QString
Convert to string with:
self.name = str(txt)