#include "system.h"
#include <qapp.h>
#include <qmessagebox.h>
gehe zum Quellcode dieser Datei
Funktionen |
| void | sqlWarning (QWidget *widget, const QString &text) |
| void | sqlError (QWidget *widget, const QString &text) |
Dokumentation der Funktionen
| void sqlError |
( |
QWidget * |
widget, |
|
|
const QString & |
text |
|
) |
| |
Ausgabe eines SQL-Fehlers.
- Parameter:
-
| widget | Qt-Widget. |
| text | Fehler-Text. |
| void sqlWarning |
( |
QWidget * |
widget, |
|
|
const QString & |
text |
|
) |
| |
Ausgabe einer SQL-Warnung.
- Parameter:
-
| widget | Qt-Widget. |
| text | Warnungs-Text. |