1 #ifndef MYSQLCONFDIALOG_H
2 #define MYSQLCONFDIALOG_H
5 #include "platformg_global.h"
23 Ui::MySqlConfDialog *ui;
39 QString &database, QString &user, QString &passwd, QString &dtype,
QWidget *parent = 0);
44 bool Ok() {
return tok; }
58 static bool GetInformation( QString &ipAddress, QString &port,
59 QString &database, QString &user, QString &passwd, QString &dtype,
QWidget *parent = NULL);
The MySqlConfDialog class Configures the sql database with default parameters.
Definition: mysqlconfdialog.h:17