#qt #thread #qthread
Doing things in parallel is one of the necessities nowadays due to the presence of multi-core CPUs. In Qt we can do parallel execution in many different ways. Today I'm gonna show you how to use QThread for this purpose and then in upcoming sessions I'll talk about another approaches