Table Of Contents

Previous topic

QDateEdit

Next topic

QPushButton

QTimeEdit

Inheritance diagram of QTimeEdit

Detailed Description

The PySide.QtGui.QTimeEdit class provides a widget for editing times based on the PySide.QtGui.QDateTimeEdit widget.

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

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

Constructs an empty time editor with a parent .

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