discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] QT GUI Chooser not working


From: Tom McDermott
Subject: [Discuss-gnuradio] QT GUI Chooser not working
Date: Mon, 24 Feb 2014 19:01:34 -0800 (PST)


GRC v3.7.2.1-195-g19d111e2   //  ubuntu 13.10

Using QT GUI range works fine, changing it to QT GUI chooser (Type = Integer)
seems to fail (regardless of number of options), with the following error 
message:


linux; GNU C++ version 4.8.1; Boost_105300; UHD_003.006.000-0-g7788c692


Traceback (most recent call last):
  File "/home/tom/Desktop/top_block.py", line 185, in <module>
    tb = top_block()
  File "/home/tom/Desktop/top_block.py", line 78, in __init__
    self._RxFreq_callback(self.RxFreq)
  File "/home/tom/Desktop/top_block.py", line 77, in <lambda>
    self._RxFreq_callback = lambda i: 
Qt.QMetaObject.invokeMethod(self._RxFreq_button_group, "updateButtonChecked", 
Qt.Q_ARG("int", self._RxFreq_options.index(i)))
ValueError: tuple.index(x): x not in tuple


A bug?  More information needed?

-- Tom, N5EG




reply via email to

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