gnuradio / gnuradio

GNU Radio – the Free and Open Software Radio Ecosystem
https://gnuradio.org
GNU General Public License v3.0
5.13k stars 1.92k forks source link

gnuradio-companion --qt can't use aarow up / aarow down keys to change block IO type. #7296

Open chrisjohgorman opened 6 months ago

chrisjohgorman commented 6 months ago

What happened?

Placed Multiply Const block in a flow graph. Select the block and try to change the IO type by using up / down aarows. Fails to change type. Changing IO type has to be done by double clicking on the block.

System Information

OS: Arch Linux GR Installation Method: Source

GNU Radio Version

3.10 (maint-3.10)

Specific Version

3.10.10.0

Steps to Reproduce the Problem

Under the gtk gnuradio-companion widget set, a block can be placed on the screen and using the up / down aarows change the IO type. This is not possible yet with the qt widget set.

Relevant log output

No response

dkozel commented 6 months ago

Specifically, in GRC GTK the up/down arrows change the value of the first parameter of the block. I think it would be useful in GRC Qt to modify that to change the IO port type field directly.

willcode commented 3 months ago

Reproduced regression.