discuss-gnuradio
[Top][All Lists]
Advanced

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

QT tab widget does not work on maint-3.8 (ubuntu 20.04)


From: Achilleas Anastasopoulos
Subject: QT tab widget does not work on maint-3.8 (ubuntu 20.04)
Date: Tue, 11 May 2021 16:23:51 -0400


I just tested a simple QT tab widget with two tabs and it does not run on maint-3.8
Attached please see the example giving the following error (at the end of the email)
Can someone verify this is indeed the case?

thanks 
Achilleas


File "/n/girard/x/anastas/GNURADIO_LAB/test_tabs.py", line 169, in main
    tb = top_block_cls()
  File "/n/girard/x/anastas/GNURADIO_LAB/test_tabs.py", line 128, in __init__
    self.mytab_layout_0.addWidget(self._qtgui_time_sink_x_0_win)
  File "/usr/local/lib/python3/dist-packages/gnuradio/gr/hier_block2.py", line 93, in __getattr__
    return getattr(self._impl, name)
AttributeError: 'top_block_sptr' object has no attribute 'mytab_layout_0'

>>> Done (return code -11)

Attachment: test_tabs.grc
Description: Binary data


reply via email to

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