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:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.11.1, 2024-11-27T17:52:53. -->
|
||||
<!-- Written by QtCreator 4.11.1, 2024-11-29T16:40:15. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
||||
@@ -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