I need to continuously update a QLCDNumber based on data measurements that I'm pulling from a bench-top instrument. I realize that I will have to put this on some sort of daemon thread to run in the background independently.
I have read a bit about QThreads but am not sure if that is the right approach, or if Qt allows for threading that isn't via QThreads.