[solved:)]load information from database
-
have a look at this links to get started :
"sql connection":http://qt-project.org/doc/qt-4.8/sql-connecting.html
"Executing SQL Statements":http://qt-project.org/doc/qt-4.8/sql-sqlstatements.htmlFirst you get a connection to a database and then you use a query to get the values you want.