I am not too great a programmer and quite new to QT sorry for my wording.
I have an already created a sensor class in Qt in a different .cpp file from main, whenever i ran my program it ran slow and lagged so my prof suggested making another thread for the class that retrieves values from sensors. I was wondering to move this class into a seperate new thread do i just simply copy and paste everything (functions calls, signals etc..) under the run() function of the new Qthread.
If this is not the procedure some help in basic terms would be quite beneficial, I dont really understand the QT index information.
Thanks