QMainWindow container hosting an arbitrary number of MultiViewWindow dock widgets. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::MultiView |
| QMainWindow container hosting an arbitrary number of MultiViewWindow dock widgets. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
QMainWindow container hosting an arbitrary number of MultiViewWindow dock widgets.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
MultiView is the top-level layout primitive used by every MNE-Scan plugin GUI: it inherits QMainWindow purely to gain the dock infrastructure, lets callers add named views through addWidgetTop / addWidgetBottom and persists / restores its dock geometry via QSettings. Views are added as MultiViewWindow instances so the user can detach, retab and stack them freely.
Definition in file multiview.h.