Quote Originally Posted by anda_skoa View Post
How does that even load?
The import for QlLinePlot is missing.
_
It also doesn't have any size unless it has some implicit size or is put into a layout at the place this is instantiated from.

Also the timer seems to be useless as its triggered signal is not handled.

Cheers,


That is import 'qml' and I could plot the data properly without running it in real time. Could you suggest an appropriate way to get it done in real time?