![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <labeledcontrols.h>
Signals | |
| void | valueChanged (double v) |
Public Member Functions | |
| LabeledDoubleSpin (const QString &labelText, double minimum, double maximum, int decimals=3, QWidget *parent=nullptr) | |
| double | value () const |
| void | setValue (double v) |
| QDoubleSpinBox * | spin () const |
Label + QDoubleSpinBox pair with [min, max] range and decimals.
| LabeledDoubleSpin::LabeledDoubleSpin | ( | const QString & | labelText, |
| double | minimum, | ||
| double | maximum, | ||
| int | decimals = 3, |
||
| QWidget * | parent = nullptr |
||
| ) |
| void LabeledDoubleSpin::setValue | ( | double | v | ) |
|
inline |
| double LabeledDoubleSpin::value | ( | ) | const |
|
signal |