This seems to work, also:

Qt Code:
  1. QStringList tables = database.tables(tableType);
  2. StringList ret_tables = tables.filter(QRegExp("^(?!sqlite_)", Qt::CaseInsensitive));
To copy to clipboard, switch view to plain text mode 

Thanks, spud.