This commit is contained in:
2026-02-10 16:28:28 +03:00
parent 2cce331a67
commit ed7de8af4e
35 changed files with 418 additions and 358 deletions

View File

@@ -18,6 +18,9 @@ MainWindow::MainWindow(QWidget *parent) :
flInitServerLMSWidget(false)
{
ui->setupUi(this);
qDebug() << "MainWindow init thread ID " << QThread::currentThreadId();
setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
serverLMSWidget = new ServerLMSWidget(this);