User Tools

Site Tools


DzTimeEdit

Script wrapper for QTimeEdit.

More...

Inherits :

Properties

Constructors

DAZ Script
DzTimeEdit ( DzWidget parent )

Signals

Deprecated
voidvalueChanged ( DzTime )

Detailed Description

Provides a time 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


DzTimeEdit( DzWidget parent )

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

Parameter(s):

  • parent - The widget parent for the time edit.

Signals


void : valueChanged( DzTime )

Signature:“valueChanged(const QTime&)”

Deprecated

Exist only to keep old code working. Do not use in new code. Use DzDateTimeEdit::timeChanged() instead.