Can somebody give me a simple example of how to fill info from a database in a table view??
I have created the GUI using the designer.
Renan
Printable View
Can somebody give me a simple example of how to fill info from a database in a table view??
I have created the GUI using the designer.
Renan
Use the QSqlTableModel. I'm sure its docs contain an example of doing that.