discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to create a new QT GUI SINK


From: Volker Schroer
Subject: Re: [Discuss-gnuradio] How to create a new QT GUI SINK
Date: Fri, 08 Mar 2013 07:53:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130224 Thunderbird/17.0.3

>
can i make a copy of the structure and modify it ?
if i do it, is it necessary to re-build gnuradio?
is there another way to do and new QT GUI SINK?


Well, if your source code tree starts in gnuradio, you'll find the qt-gui stuff in gnuradio/gr-qtgui.

c++ code in lib
xml definition for grc in grc

etc.

If you only want to add gui elements to an existing sink, it might be possible to modify the existing code, recompile and install.

But you can build your own module, too.But you have to consider some qt programming rules. You can find an example of an 'qt-gui picture sink' to display noaa pictures on

https://github.com/dl1ksv/gr-display

-- Volker




reply via email to

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