UI components of LMMS
Last updated
Was this helpful?
Last updated
Was this helpful?
LMMS has several UI components.
Main window(MainWindow
) : The root window with the menu bar, toolbar, sidebar, etc. It has an (Multiple Document Interface) area for subwindows.
Subwindows(SubWindow
): MDI child windows inheriting QMdiSubWindow
. It has custom styling and wraps several views like th song editor, instrument windows, etc.
TODO
TODO
TODO
TODO