Articles 1
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…
Comments 0
Nothing found
Forum topics 5
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…
Дмитрий
Дмитрий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 ); …
Ruslan Polupan
Ruslan PolupanOct. 28, 2018, 8:43 a.m.
Послать подряд один и тот же сигнал с разными параметрами Связь сигналов и слотов: connect(fuelPage,&FuelPage::sendInfo,this,&RecoveryWizard::slotGetPageData); connect(fuelPage,&FuelPage::signalSendCheckData,this,&…
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks