Hello,
I want create a QlineEdit which shows values from SQL Server Database.
I try to do it in this way but no result (empty QlineEdit area):
Any Suggestions ?? Thanks previsioulyQt Code:
QSqlQuery query; query.exec( sQuery ); ui->lineEdit_3->setText(name); }To copy to clipboard, switch view to plain text mode![]()
Bookmarks