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:
@@ -314,7 +314,7 @@ void AMMtasksWidget::on_btnCheck_clicked()
|
||||
if(!task.getID())
|
||||
return;
|
||||
|
||||
DialogCheckTask dlg(connectorToServer, "amm", this);
|
||||
DialogCheckTask dlg(connectorToServer, "amm", this);
|
||||
|
||||
dlg.setTask(&task);
|
||||
|
||||
@@ -323,7 +323,8 @@ void AMMtasksWidget::on_btnCheck_clicked()
|
||||
layout->addWidget(&dlg);
|
||||
dialog->setWindowTitle(tr("Status Task"));
|
||||
dialog->setMinimumSize(200, 100);
|
||||
dialog->setStyleSheet(this->styleSheet());
|
||||
dialog->setWindowFlags(dialog->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
//dialog->setStyleSheet(this->styleSheet());
|
||||
dialog->exec();
|
||||
|
||||
if(dlg.getFlChanged())
|
||||
|
||||
Reference in New Issue
Block a user