1 2 3 4 5 6 7 8 9 | void MainWindow::showEvent( QShowEvent* event ) { QMainWindow::showEvent( event ); //your code here qDebug() << "read_mmf()" << endl; // thr::t thr_read_mmf([this](){this->read_mmf();}); } | cs |
'QT' 카테고리의 다른 글
QT singleshot Timer 시작과 중간 정지 예제 (0) | 2019.02.20 |
---|---|
QT 람다활용법 (0) | 2019.02.20 |
QT concurrent를 이용한 쓰래드, 멤버 함수 포인터 예제 (0) | 2019.02.16 |
qt 참고자료 모음 (0) | 2019.02.16 |
qt .pro 설정 방법 (0) | 2019.02.16 |