Пример #1
0
void MainWindow::slotAboutProgram(void)
{
    AboutDialog* dlg = new AboutDialog(this);

    dlg->changeLanguage();
    dlg->exec();
}