Сделал коннект и логин

This commit is contained in:
krivoshein
2024-12-03 17:38:06 +03:00
parent 27eda63932
commit c2ada0a8a5
219 changed files with 162385 additions and 1419 deletions

View File

@@ -10,7 +10,7 @@ MainWindow::MainWindow(QWidget *parent) :
{
ui->setupUi(this);
m_serverLMSWidget = new ServerLMSWidget();
m_serverLMSWidget = new ServerLMSWidget(this);
ui->verticalLayout_1->addWidget(m_serverLMSWidget);