mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
waitAnimationWidget при ожидании подтв-я блок-ки
This commit is contained in:
@@ -102,6 +102,8 @@ void ViewerInstructors::slot_checkTryBlockResult(bool result, QString type)
|
||||
|
||||
void ViewerInstructors::on_btnEditorInstructors_clicked()
|
||||
{
|
||||
emit signal_needShowWait(true);
|
||||
|
||||
flTryEditorInstructors = true;
|
||||
|
||||
connectorToServer->sendQueryBlockAuth(true, "EditorInstructors");
|
||||
@@ -159,6 +161,8 @@ void ViewerInstructors::updateButtons()
|
||||
|
||||
void ViewerInstructors::dialog_EditorInstructors()
|
||||
{
|
||||
emit signal_needShowWait(false);
|
||||
|
||||
dlgRedactor = new DialogRedactorInstructors(connectorToServer, adminMode, this);
|
||||
dlgRedactor->exec();
|
||||
|
||||
@@ -171,5 +175,5 @@ void ViewerInstructors::dialog_EditorInstructors()
|
||||
if(authComplited)
|
||||
loadInstructorsFromDB();
|
||||
|
||||
connectorToServer->sendQueryBlockAuth(false, "EditorInstructors");
|
||||
connectorToServer->sendQueryBlockAuth(false, "EditorInstructors");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user