discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: A GUI label from a config file


From: Anish Mangal
Subject: Re: A GUI label from a config file
Date: Tue, 7 Jun 2022 10:40:31 +0530

I fixed the error, but am still unable to update the label from the config file.

On Tue, Jun 7, 2022 at 10:29 AM Anish Mangal <anishmg@umich.edu> wrote:
I wonder if it is currently possible to have the label of a GUI element come from a variable in a config file. 

For example, A QT GUI Range block's label is
str('Power: ' + ch_1_label)

Where ch_1_label is coming from a variable config block. However, when I run the flowgraph I get the error
'UnboundLocalError: Local variable referenced before assignment' error

Thoughts

--
Anish





--
Anish




reply via email to

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