Composite slider + spinbox widget for picking a (possibly logarithmic) scale value. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::ScaleControl |
| Composite slider + spinbox widget for picking a (possibly logarithmic) scale value. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Composite slider + spinbox widget for picking a (possibly logarithmic) scale value.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2021-2026 MNE-CPP Authors
ScaleControl pairs a horizontal QSlider with a synchronised QDoubleSpinBox so the user can either drag for coarse control or type for precise control. It supports linear and log10 mapping, configurable min / max and the option to invert direction, and is the building block of ScalingView and several settings panels.
Definition in file scalecontrol.h.