Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a table Student(id varchar(10), name varchar(30)). I want to show it on 2 lineEdit (need only 1 record in database to example). I use MySql. How do I do (connected successful)?
One way is to use a [[doc:QSqlTableModel]] and a [[doc:QDataWidgetMapper]].