DAZ Script |
---|
DzTimeEdit ( DzWidget parent ) |
Deprecated | |
---|---|
void | valueChanged ( DzTime ) |
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&)”
Deprecated
Exist only to keep old code working. Do not use in new code. Use DzDateTimeEdit::timeChanged() instead.