discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] matplotlib runtime error


From: Activecat
Subject: Re: [Discuss-gnuradio] matplotlib runtime error
Date: Thu, 8 May 2014 15:30:14 +0800


On Fri, May 2, 2014 at 8:56 PM, Tom Rondeau <address@hidden> wrote:
On Fri, May 2, 2014 at 8:49 AM, Marcus Müller <address@hidden> wrote:
Hi Activecat,

typical GUI problem; background is that X applications are inherently hard to multithread, which basically requires graphical toolkits to run in a main loop. This conflicts with every block being run in its own thread.

The easiest solution nowadays should be that you generate a QT flow graph in GRC, use PyQT to generate your GUI, register a message handler and integrate matplotlib (there are examples out there, just don't have one at my fingertips right now), and use the message passing interface to get data out of your flow graph into your GUI.

Greetings,
Marcus

Tim's written a number of blocks like this:


Tom

I am now learning Qt in order to use it with gnuradio.
Q1: In gnuradio we use Qt Widgets, but not Qt Quick at all. Is this correct?
Q2: In roadmap when will gnuradio start to use Qt5, gnuradio v3.8 ..?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]