Worker class used in GUI is nolonger compatible to Qtimer
Unsolved
Qt for Python
-
@ocien 1ms might be too fast for signal/slot to sync. It may not make sense to update your GUI every 1ms. And your CPU will be very busy as well. How about adding a filter(500ms) to show your data. Other data can be cached in case you want to see more.