Articles 4
Evgenii Legotckoi
Evgenii LegotckoiNov. 4, 2019, 5:15 a.m.
QML - Tutorial 036. Working with Signals and Slots in QML This article is the most comprehensive description of signals and slots in QML compared to all previous articles on this site. In this article, I will try to explain the following when wor…
Evgenii Legotckoi
Evgenii LegotckoiApril 26, 2018, 6:39 a.m.
Qt/C++ Tutorial 078. Do not mix the old syntax of signals and slots on SIGNAL SLOT macros with new syntax on pointers We all know that in Qt there are two syntaxes of signals and slots: Old Syntax on SIGNAL SLOT Macros New syntax on pointers But also, as it is no…
Evgenii Legotckoi
Evgenii LegotckoiNov. 9, 2017, 2:22 a.m.
Qt/C++ - Tutorial 073. Signals and slots. Connecting Slots to Overloaded Signals in the Qt5 Syntax Quite a frequent problem when working with signals with slots in Qt5, according to my observations on the forum, is the connection of slots in the syntax on the pointers to signals having an ove…
Comments 0
Nothing found
Forum topics 6
KM
Katty MisikSept. 21, 2020, 6:03 a.m.
Siganal slot в ui добрый день, хочу сделать сигнал слот между ui каунтером: выше (начало UI)ui->setupUi(this); timer = new QTimer(this); connect(timer, &QTimer::timeout, this, &Error…
j
jandarmMarch 3, 2020, 7:05 a.m.
Использовать Qt только ради механизма сигнал-слотов?! На работе довелось поддерживать проект для embedded устройства (без gui), в котором Qt использовался ради механизма сигналов-слотов. Считается ли это оверхедом или это нормальная ситуация?…
Дмитрий
ДмитрийMarch 21, 2019, 6:57 a.m.
Проброс std::array<qint32, SIZE> с помощью сигнала по ссылке Всем привет! Хочу с помощью сигнала пробросить в слот массив std::array. Делаю следующее: using fft_mag_arr= std::array<qint32, SIZE>;Q_DECLARE_METATYPE( fft_mag_arr ); …
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks