|
Prüfungsamt-Projekt
1.0.0
|
Funktionen | |
| void | sqlWarning (QWidget *widget, const QString &text) |
| void | sqlError (QWidget *widget, const QString &text) |
| void sqlError | ( | QWidget * | widget, |
| const QString & | text | ||
| ) |
Ausgabe eines SQL-Fehlers.
| widget | Qt-Widget. |
| text | Fehler-Text. |
| void sqlWarning | ( | QWidget * | widget, |
| const QString & | text | ||
| ) |
Ausgabe einer SQL-Warnung.
| widget | Qt-Widget. |
| text | Warnungs-Text. |