Script
Properties | List of all members
DateEdit Class Reference

Simplified DateEdit widget. More...

#include <qswidget.h>

Inheritance diagram for DateEdit:
Inheritance graph
[legend]
Collaboration diagram for DateEdit:
Collaboration graph
[legend]

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

QDate DateEdit::date
readwriteprivate

the date shown

QDate DateEdit::maximum
readwriteprivate

the maximum date allowed

QDate DateEdit::minimum
readwriteprivate

the minimum date allowed

int DateEdit::order
readwriteprivate

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


The documentation for this class was generated from the following file: