Sth like this
The project has a page with this schema:
There is a QlineEdit in integer and a texBox(or can be use another widget) I want to Display the relevant cell of database(sqlite with query for example:select * frome dbName where code='QlineEdit integer') in textBox, But no with a button action, real time!
As I search it can be possible by textchange() or QLineEdit::editingFinished(), But don't know how