Tuesday, September 17, 2019

Re: [Discuss-gnuradio] Text input block

Hi!

As a starter, I am using https://github.com/dl1ksv/gr-display as a model
to create https://github.com/duggabe/gr-console. So far, I have just
replaced occurrences of 'show_text' with 'read_text' and 'display' with
'console'.

cmake completes now, but the build still has errors.

My plan is:
1) fix all the basics so it will compile / build.
2) replace the display gui with a QLineEdit widget.
3) do whatever else to make it a finished package.

I NEED HELP! There are several areas where I little, if any, experience.
Is anyone interested in helping on this?

Is there another GR block or OOT package which would accomplish the same
thing?

Thank you!
---
Barry Duggan


On 2019-09-15 10:59, Barry Duggan wrote:
> Hi,
>
> I would like to have a text input block which uses QLineEdit for input
> and produces the text output on a port (like a gr-display in reverse).
> Has anyone done that?
>
> Thanks
> --
> Barry Duggan

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

No comments:

Post a Comment