DateEdit Class Reference

Simplified DateEdit widget. More...

Properties

int order
 whether the order shown is DMY, MDY, YMD, or YDM More...
 
QDate date
 the date shown More...
 
QDate minimum
 the minimum date allowed More...
 
QDate maximum
 the maximum date allowed More...
 

Detailed Description

Simplified DateEdit widget.

widget.order = DateEditEnum.YDM;

Property Documentation

◆ date

QDate DateEdit::date
readwrite

the date shown

◆ maximum

QDate DateEdit::maximum
readwrite

the maximum date allowed

◆ minimum

QDate DateEdit::minimum
readwrite

the minimum date allowed

◆ order

int DateEdit::order
readwrite

whether the order shown is DMY, MDY, YMD, or YDM