#include <PropertyInputWidgets.h>
Inherits QWidget.
Protected Member Functions | |
| virtual void | OnSpinBoxValueChanged (double newValue)=0 |
| bool | event (QEvent *event) override |
Protected Attributes | |
| QLabel * | m_label = nullptr |
| AzQtComponents::DoubleSpinBox * | m_spinBox = nullptr |
Base Widget to allow double/float property value input edits. Used as a base class to implement widgets to be used in menus; They implement the correct sizing and styling to conform with regular menu items.