qt qsql prüfen, ob die Tabelle vorhanden ist

if ( database.tables().contains( QLatin1String("employee_datastores") ) {
    ...
}
Delightful Donkey