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