Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::PropertyInputDoubleWidget Class Referenceabstract

#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::DoubleSpinBoxm_spinBox = nullptr
 

Detailed Description

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.


The documentation for this class was generated from the following file: