Here the code:
Qt Code:
bool MainWindow::createConnection() { db.setDatabaseName("gmcdb"); if (!db.open()) { return false; } return true; }To copy to clipboard, switch view to plain text mode
Thanks
Here the code:
Qt Code:
bool MainWindow::createConnection() { db.setDatabaseName("gmcdb"); if (!db.open()) { return false; } return true; }To copy to clipboard, switch view to plain text mode
Thanks
Giuseppe CalÃ
A guy of an other forum helped me finding the solution:
Qt Code:
To copy to clipboard, switch view to plain text mode
Bye
Giuseppe CalÃ
Bookmarks