|
ui->settingsButton, &QPushButton::clicked, this, [this]() { emit this->SettingsButtonClicked(); },
|
|
ui->settingsButton, &QPushButton::clicked, this, [this]() { emit this->SettingsButtonClicked(); },
|
|
- ui->exitButton, &QPushButton::clicked, this, [this]() { emit this->ExitButtonClicked(); },
|
|
|