Qt Notes Podcast s02e02

    We Vass recorded and posted the second series of the second season of the podcast "Notes on Qt».

    The podcast itself on rpod.ru - qt-notes.rpod.ru/287388.html
    The results of the contest inside!



    Sources of winning solutions:
    Dmitry Poplavsky
    Pavel Stratulat

    New Fusion style:
    image

    Q_FUNC_INFO check in lambdas:
    connect(ui->pushButton, &QPushButton::clicked, [](bool) {
            qDebug() << Q_FUNC_INFO;
        });
    Вывод
    MainWindow::MainWindow(QWidget*)::

    Also popular now: