mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Add missing units for XAxisTypes
This commit is contained in:
parent
cb5f472c47
commit
7ceaee1050
2 changed files with 18 additions and 1 deletions
|
|
@ -96,6 +96,14 @@ XYplotAxisDialog::XYplotAxisDialog(TraceXYPlot *plot) :
|
|||
ui->Xmax->setPrefixes("pnum kMG");
|
||||
ui->Xdivs->setPrefixes("pnum kMG");
|
||||
|
||||
ui->Y1min->setPrefixes("pnum kMG");
|
||||
ui->Y1max->setPrefixes("pnum kMG");
|
||||
ui->Y1divs->setPrefixes("pnum kMG");
|
||||
|
||||
ui->Y2min->setPrefixes("pnum kMG");
|
||||
ui->Y2max->setPrefixes("pnum kMG");
|
||||
ui->Y2divs->setPrefixes("pnum kMG");
|
||||
|
||||
XAxisTypeChanged((int) plot->XAxis.type);
|
||||
connect(ui->XType, qOverload<int>(&QComboBox::currentIndexChanged), this, &XYplotAxisDialog::XAxisTypeChanged);
|
||||
connect(ui->Xlog, &QCheckBox::toggled, [=](bool checked){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue