Home · All Classes · Modules

QDateEdit Class Reference
[QtGui module]

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

Inherits QDateTimeEdit.

Methods


Detailed Description

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

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

Screenshot of a Windows XP style date editing widget A date editing widget shown in the Windows XP widget style.
Screenshot of a Macintosh style date editing widget A date editing widget shown in the Macintosh widget style.
Screenshot of a Plastique style date editing widget A date editing widget shown in the Plastique widget style.

Method Documentation

QDateEdit.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

Constructs an empty date editor with a parent.

QDateEdit.__init__ (self, QDate date, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

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


PyQt 4.12.3 for X11Copyright © Riverbank Computing Ltd and The Qt Company 2015Qt 4.8.7