MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / forceManageMode

Method forceManageMode

src/subprojects/AutoEqIntegration/AeqSelector.cpp:61–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void AeqSelector::forceManageMode()
62{
63 ui->manageDatabase->setVisible(false);
64 ui->stackedWidget->setCurrentIndex(1);
65 ui->buttonBox->clear();
66 ui->buttonBox->addButton(QDialogButtonBox::Close);
67 ui->frame->setVisible(false);
68
69 auto geo = this->geometry();
70 geo.setWidth(geo.width() / 2);
71 this->setGeometry(geo);
72}
73
74void AeqSelector::showEvent(QShowEvent *ev)
75{

Callers 1

Calls 3

setWidthMethod · 0.80
setVisibleMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected