Commit f63aead9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - BDA: set increment for frequency by 1000.

parent a133370a
......@@ -599,6 +599,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
bdaFreq = new QSpinBox;
bdaFreq->setAlignment( Qt::AlignRight );
bdaFreq->setSuffix(" kHz");
bdaFreq->setSingleStep( 1000 );
setMaxBound( bdaFreq )
bdaPropLayout->addWidget( bdaFreq, 0, 1 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment