Tagged Questions

1
vote
2answers
1k views

Python/PyQT QString won't insert into MySQL database

I am trying to trying to retrieve some values from a user using a QLineEdit widget. When a QPushButton raises a clicked event, I want the text to be retrieved from all QLineEdit widgets and stored in ...