You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 193, in
main()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 181, in main
tb = top_block_cls()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 77, in init
self.top_grid_layout.addWidget(self.doa_qt_compass_0.this_layout)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
Done (return code 1)
Setup Details
Expected Behavior
Actual Behaviour
Steps to reproduce the problem
Additional Information
The text was updated successfully, but these errors were encountered:
Issue Description
hello:
Generating: '/home/cruise/mygnuradio/grc program/MUSIC_simulation.py'
Executing: /usr/bin/python2 -u /home/cruise/mygnuradio/grc program/MUSIC_simulation.py
Traceback (most recent call last):
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 193, in
main()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 181, in main
tb = top_block_cls()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 77, in init
self.top_grid_layout.addWidget(self.doa_qt_compass_0.this_layout)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
Setup Details
Expected Behavior
Actual Behaviour
Steps to reproduce the problem
Additional Information
The text was updated successfully, but these errors were encountered: