Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qt

Calling Server Stored Procedure Using Binding

I am trying to call a MySQL server stored procedure using Qt. The procedure returns multiple rows o… Read more Calling Server Stored Procedure Using Binding

How To Show On Qml (qt) From Sqlite Blob Data As Image?

My code is like below. Name - as TEXT field, Photo - as BLOB data class SqlQueryModel: public QSqlQ… Read more How To Show On Qml (qt) From Sqlite Blob Data As Image?

Import An External Sqlite Database To My Project

I'm interested in importing an external SQLite database to my project. When using the QT Quick … Read more Import An External Sqlite Database To My Project

How To Read An Existing Sqlite Database In Android Using Qt?

I have been developing an app in Qt on Ubuntu which works with an SQLite database and several GB of… Read more How To Read An Existing Sqlite Database In Android Using Qt?

View Ais- Data With Qt?

anyone know how i can get the Data from a AIS site and view they in a QT Gui? Can i save them in a … Read more View Ais- Data With Qt?

Qsqlquery Causing Odbc Function Sequence Error

I searched SO and Google but didn't find much help on this question. It seems due to ODBC funct… Read more Qsqlquery Causing Odbc Function Sequence Error

Qt Mysql -------- Cannot Open Include File: 'mysql.h':

Im making a GUI application in Qt, it will be a front end to a database basically however i haven&… Read more Qt Mysql -------- Cannot Open Include File: 'mysql.h':

Qsqlquery Prepared Statements - Proper Usage

I'm trying to determine the proper way to use prepared statements with QSqlQuery. The docs are … Read more Qsqlquery Prepared Statements - Proper Usage