15 #ifndef BORNAGAIN_MVVM_VIEWMODEL_MVVM_EDITORS_SCIENTIFICDOUBLEEDITOR_H
16 #define BORNAGAIN_MVVM_VIEWMODEL_MVVM_EDITORS_SCIENTIFICDOUBLEEDITOR_H
21 class QDoubleValidator;
33 void setRange(
double minimum,
double maximum);
36 void onEditingFinished();
39 void update_components()
override;
41 QDoubleValidator* m_validator{
nullptr};
Base class for all custom variant editors.
Custom editor for QVariant based on double with scientific notation support.
materialitems.h Collection of materials to populate MaterialModel.