개요 PyQt5를 잘 모르는 상태에서 기존에 해왔던 Thread 클래스를 이용하여 작업 스레드를 별도로 작성하여 UI를 직접 갱신하려 하였더니 다음과 같은 오류가 발생하면서, 프로그램이 죽어버리는 문제가 있었습니다. QObject::setParent: Cannot set parent, new parent is in a different thread QObject::setParent: Cannot set parent, new parent is in a different thread QObject::setParent: Cannot set parent, new parent is in a different thread QBackingStore::endPaint() called with active painter..