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
 
QDate date
 the date shown
 
QDate minimum
 the minimum date allowed
 
QDate maximum
 the maximum date allowed
 

Detailed Description

Simplified DateEdit widget.

widget.order = DateEditEnum.YDM;

Property Documentation

QDate DateEdit::date
readwrite

the date shown

QDate DateEdit::maximum
readwrite

the maximum date allowed

QDate DateEdit::minimum
readwrite

the minimum date allowed

int DateEdit::order
readwrite

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


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