User Tools

Site Tools


DzDateEdit

Script wrapper for QDateEdit.

More...

Inherits :

Properties

Constructors

DAZ Script
DzDateEdit ( DzWidget parent )

Signals

Deprecated
voidvalueChanged ( Date date )

Detailed Description

Provides a date editor.

Properties


Date : max

Holds the maximum value for the widget.


Date : min

Holds the minimum value for the widget.


String : separator

Holds the separator used by the widget.

Constructors


DzDateEdit( DzWidget parent )

Creates a date edit widget as a child of the given parent widget.

Parameter(s):

  • parent - The widget parent for the date edit.

Signals


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.