WidgetTools::closeAllChildWidgets

This commit is contained in:
2025-11-30 21:29:32 +03:00
parent d129fbded0
commit d30e6b4927
10 changed files with 53 additions and 48 deletions

View File

@@ -8,6 +8,8 @@ SpecMsgBox::SpecMsgBox(QWidget *parent, TypeSpecMsgBox type, const QString& text
{
ui->setupUi(this);
this->setObjectName("SpecMsgBox");
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
if(type == TypeSpecMsgBox::warningYesNo)