discuss-gnuradio
[Top][All Lists]
Advanced

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

A GUI label from a config file


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

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




reply via email to

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