mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Prepare GUI for power sweep
This commit is contained in:
parent
fc5947c9a8
commit
6490d6fd14
11 changed files with 159 additions and 74 deletions
|
|
@ -41,6 +41,7 @@ void Math::Expression::edit()
|
|||
exp = ui->expEdit->text();
|
||||
expressionChanged();
|
||||
});
|
||||
// TODO add power domain
|
||||
if(dataType == DataType::Time) {
|
||||
// select the label explaining the time domain variables (frequency label is the default)
|
||||
ui->stackedWidget->setCurrentIndex(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue