wip edit cues
This commit is contained in:
parent
333d7c7b49
commit
bd9b07f000
10 changed files with 318 additions and 168 deletions
|
|
@ -47,6 +47,14 @@ FilterBankWidget::FilterBankWidget(QWidget *parent)
|
|||
} else {
|
||||
fb[j]->setRange(-50, 50);
|
||||
}
|
||||
fb[j]->setFocusPolicy(Qt::NoFocus);
|
||||
fb[j]->setButtonSymbols(QAbstractSpinBox::NoButtons);
|
||||
fb[j]->setValue(-1);
|
||||
fb[j]->setDecimals(1);
|
||||
fb[j]->setAlignment(Qt::AlignHCenter);
|
||||
fb[j]->setContentsMargins(0, 0, 0, 0);
|
||||
fb[j]->setMaximumWidth(66);
|
||||
fb[j]->setMinimumWidth(25);
|
||||
filterLayout->insertWidget(j, fb[j]);
|
||||
}
|
||||
filterLayout->setSpacing(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue