On Mon, Mar 11, 2019 at 09:42:41AM -0700, Laura Arjona wrote:
>Thank you very much Marcus, I do appreciate your help, I only have
>experience with GUIs in android .
>The big picture is to change the behavior of the OOT blocks based on the
>user input; and the user interacts with th
Thank you very much Marcus, I do appreciate your help, I only have
experience with GUIs in android .
The big picture is to change the behavior of the OOT blocks based on the
user input; and the user interacts with the system using widgets (buttons,
edit texts, etc)
You were right, I don't need t
Hi Laura,
first: Don't use WX. It's dead, and we've deleted the code from the
coming releases. Use Qt, we support it well.
Why do you need to *recompile* C++ code through the GUI? That sounds
architecturally more than questionable. It also contradicts what you
say: you just want to call C++ funct
Hi,
I have designed a gnu-radio system with different blocks (pre-defined and
out-of-tree) to run on a USRP.
I want to create a custom GUI, where the user can modify the behavior of
the OOT blocks. I have developed the OOT blocks in C++.
(it would be basically call functions of the c++ code using