mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
SignalGen - more precision digits; ui panel mod.
This commit is contained in:
parent
1b003cc481
commit
2f79d60b76
2 changed files with 20 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ SignalgeneratorWidget::SignalgeneratorWidget(QWidget *parent) :
|
|||
ui->setupUi(this);
|
||||
ui->frequency->setUnit("Hz");
|
||||
ui->frequency->setPrefixes(" kMG");
|
||||
ui->frequency->setPrecision(6); // show enough digits
|
||||
|
||||
connect(ui->frequency, &SIUnitEdit::valueChanged, [=](double newval) {
|
||||
if(newval < Device::Info().limits_minFreq) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue