LibrePCB Developers Documentation
|
The DoubleSpinBox class is a customized QDoubleSpinBox widget. More...
#include <doublespinbox.h>
Inherits QDoubleSpinBox.
Public Member Functions | |
DoubleSpinBox (QWidget *parent=nullptr) noexcept | |
DoubleSpinBox (const DoubleSpinBox &other)=delete | |
virtual | ~DoubleSpinBox () noexcept |
DoubleSpinBox & | operator= (const DoubleSpinBox &rhs)=delete |
virtual QString | textFromValue (double val) const override |
The DoubleSpinBox class is a customized QDoubleSpinBox widget.
Differences to QDoubleSpinBox:
|
explicitnoexcept |
|
delete |
|
virtualnoexcept |
|
delete |
|
overridevirtual |