DAZ Script |
---|
DzDateTimeEdit ( DzWidget parent ) |
void | valueChanged ( DateTime dateTime ) |
Provides a combination date and time editor.
Holds the date represented by the widget.
Holds the maximum date value for the widget.
Holds the minimum date value for the widget.
DateTime : dateTime
Holds the date and time represented by the widget.
TODO: Add description.
Holds the time represented by the widget.
Holds the maximum time value for the widget.
Holds the minimum time value for the widget.
Deprecated
Exists only to keep old code from crashing. Do not use in new code. This is always an empty string.
Deprecated
Exists only to keep old code from crashing. Do not use in new code. This is always an empty string.
DzDateTimeEdit( DzWidget parent )
Creates a date time edit widget as a child of the given parent widget.
Parameter(s):
void : valueChanged( DateTime dateTime )
Signature:“valueChanged(const QDateTime&)”
Emitted when the date/time in the widget has changed, passes the new date/time.