МВ
Size: a a a
МВ
МВ
МВ
IZ
connect(m_thread, &QThread::started, this, [this] {
this->ui->lineEditResult->setText("I'm started");
});
connect(m_thread, &QThread::finished, this, [this] {
this->ui->lineEditResult->setText("I'm finished");
});
RG
I
RG
I
RG