mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Доделал стилизацию интерфейса
This commit is contained in:
@@ -25,7 +25,7 @@ bool InterfaceDataBaseLMS::ConnectionToDB()
|
||||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::information(this, dbName, tr("Connection is successful!"));
|
||||
//QMessageBox::information(this, dbName, tr("Connection is successful!"));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@@ -33,7 +33,7 @@ bool InterfaceDataBaseLMS::ConnectionToDB()
|
||||
bool InterfaceDataBaseLMS::DisConnectionFromDB()
|
||||
{
|
||||
deleteConnection();
|
||||
QMessageBox::information(this, dbName, tr("Disconnection is successful!"));
|
||||
//QMessageBox::information(this, dbName, tr("Disconnection is successful!"));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user