Detachable windows (#3532)

Allows detaching a window from LMMS's main window, making things like working on multiple screens easier.

The behavior of detached windows can be customized in the Settings.

Closes #1259

---------

Signed-off-by: Dalton Messmer <messmer.dalton@gmail.com>
Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com>
Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
Co-authored-by: SpomJ <mihail_a_m@mail.ru>
This commit is contained in:
Lukas W
2026-02-27 06:20:36 +01:00
committed by GitHub
parent 6854a655a4
commit 5d5f319942
50 changed files with 546 additions and 487 deletions

View File

@@ -95,6 +95,8 @@ PeakControllerEffectControlDialog::PeakControllerEffectControlDialog(
mainLayout->addLayout( knobLayout );
mainLayout->addLayout( ledLayout );
mainLayout->setSizeConstraint(QLayout::SetFixedSize);
setLayout( mainLayout );
}