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