📜 ⬆️ ⬇️

Podcast "Notes on Qt" s02e02

Vass and I recorded and posted the second episode of the second season of the Qt Notes podcast.

Sam podcast on rpod.ru - qt-notes.rpod.ru/287388.html
Competition results inside!



Sources of winning solutions:
Dmitry Poplavsky
Pavel Stratulat

New Fusion Style:
image
')
Check Q_FUNC_INFO in lambda:
connect(ui->pushButton, &QPushButton::clicked, [](bool) { qDebug() << Q_FUNC_INFO; });  MainWindow::MainWindow(QWidget*)::<lambda(bool)> 

Source: https://habr.com/ru/post/156997/


All Articles