MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / showEvent

Method showEvent

src/interface/fragment/FirstLaunchWizard.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void FirstLaunchWizard::showEvent(QShowEvent *ev)
83{
84 QWidget::showEvent(ev);
85 auto maxSize = ui->p1_container->size() * 1.3;
86 ui->p1_container->setMaximumSize(maxSize);
87 ui->p3_container->setMaximumSize(maxSize);
88 ui->p4_container->setMaximumSize(maxSize);
89}
90
91void FirstLaunchWizard::onSystrayRadioSelected()
92{

Callers

nothing calls this directly

Calls 2

setMaximumSizeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected