16 #include <QtWidgets/QSpinBox>
18 #include <QtCore/QString>
41 virtual QString textFromValue(
int value)
const;
50 void virtual keyReleaseEvent(QKeyEvent* event);
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Contains makVrv::DtVirtualBaseClass class.
Creator for the DtThreeDigitSpinBox.
Definition: DtThreeDigitSpinBox.h:55
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A Spin Box widget that left-pads its integer value with zeros to ensure the value is displayed with a...
Definition: DtThreeDigitSpinBox.h:25