Roman
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Roman created a post, AnsweredPySide: problem with starting QThread with a signal when using debugger
Hello, There are two main approaches for using QThread in Qt: 1) use worker object that is not derived from QThread and connect signals from QThread to the worker and 2) derive from QThread and ove...