Search found 2 matches

by mroavi
Tue Sep 24, 2019 10:11 am
Forum: Software
Topic: Qt-based GUI on worker thread
Replies: 2
Views: 3832

Re: Qt-based GUI on worker thread

I managed to get the Qt-based UI working on a worker thread. The solution I found is based on these two Stack Overflow posts: https://stackoverflow.com/questions/22289423/how-to-avoid-qt-app-exec-blocking-main-thread https://stackoverflow.com/questions/58049601/communicating-with-a-gui-thread-that-i...
by mroavi
Fri Sep 20, 2019 8:18 am
Forum: Software
Topic: Qt-based GUI on worker thread
Replies: 2
Views: 3832

Qt-based GUI on worker thread

I am currently trying to plot the realtime acquired signals using a Qt-based library called QCustomPlot. I spent some time analyzing what is the best possible approach to achieve this. The most important requirement is to guarantee that the GUI will not influence the realtime acquisition and process...