Table Of Contents

Previous topic

QDateTimeEdit

Next topic

QTimeEdit

QDateEdit

Inheritance diagram of QDateEdit

Detailed Description

The PySide.QtGui.QDateEdit class provides a widget for editing dates based on the PySide.QtGui.QDateTimeEdit widget.

Many of the properties and functions provided by PySide.QtGui.QDateEdit are implemented in PySide.QtGui.QDateTimeEdit . The following properties are most relevant to users of this class:

../../_images/windowsxp-dateedit.png A date editing widget shown in the Windows XP widget style .
../../_images/macintosh-dateedit.png A date editing widget shown in the Macintosh widget style .
../../_images/plastique-dateedit.png A date editing widget shown in the Plastique widget style .
class PySide.QtGui.QDateEdit([parent=None])
class PySide.QtGui.QDateEdit(date[, parent=None])
Parameters:

Constructs an empty date editor with a parent .

Constructs an empty date editor with a parent . The date is set to date .