discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] QT GUI on low resolution display


From: Jim Larsen
Subject: Re: [Discuss-gnuradio] QT GUI on low resolution display
Date: Tue, 11 Nov 2014 21:07:11 -0700 (MST)

Thank you for your comments Tom. I can make the QT GUI Slider height smaller
by changing the Python statement
from:
Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.BottomScale,
Qwt.QwtSlider.BgSlot)
to:
Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.NoScale,
Qwt.QwtSlider.BgSlot)
That may provide enough room below the QT GUI Frequency Sink for the slider
widget.






--
View this message in context: 
http://gnuradio.4.n7.nabble.com/QT-GUI-on-low-resolution-display-tp51236p51277.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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