class ui.SpinBox
class SpinBox: ui.Widget { // enums enum ButtonSymbols; // properties string_t autoget property m_prefix; string_t autoget property m_suffix; int bindable autoget property m_value; int autoget property m_minimum; int autoget property m_maximum; int autoget property m_singleStep; bool autoget property m_isAccelerated; ui.SpinBox.ButtonSymbols autoget property m_buttonSymbols; // construction construct(); };
Inherited Members
public: // properties int autoget property m_minimumWidth; int autoget property m_minimumHeight; int autoget property m_maximumWidth; int autoget property m_maximumHeight; ui.SizePolicy autoget property m_horizontalSizePolicy; ui.SizePolicy autoget property m_verticalSizePolicy; int autoget property m_horizontalStretch; int autoget property m_verticalStretch; bool autoget property m_isVisible; bool autoget property m_isEnabled; string_t autoget property m_toolTip; string_t autoget property m_styleSheet; // methods void setFocus();