DAZ Script |
---|
DzTimeEdit ( DzWidget parent ) |
void | valueChanged ( DzTime ) |
A DzTimeEdit provides a time editor.
Holds the maximum value for the widget.
Holds the minimum value for the widget.
Holds the separator used by the widget.
DzTimeEdit( DzWidget parent )
Creates a time edit widget as a child of the given parent widget.
Parameter(s):
void : valueChanged( DzTime )
Signature:“valueChanged(const QTime&)”
Emitted when the time in the widget has changed, passes the new time.