On Sat, May 19, 2012 at 11:13 AM, Steve <ctx50...@centurytel.net> wrote:
> On 05/19/2012 08:41 AM, Tom Rondeau wrote:
>
>> If you figure out what things need to be updated/fixed for use in C++,
>> please send us a patch!
>>
>> Tom
>>
>>
>
> If I can figure it out I will. There are two .h files from
> .../build/gr-qtgui/lib that are needed. It compiles and I can create a
> block of that type and add it to my flowgraph. But it doesn't do
> anything. The rest of the flowgraph works and I don't get any errors but
> I also don't get any kind of spectrum window to appear.
>
> stephen

Alright, but that sounds like it's in the right direction. You
probably need to get a reference to the qApp and then execute that.
Take a look at some of the Python examples and how they work with the
qApp and then run the "exec_()" method with it. That gets the Qt
engine running.

Tom

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to