This enum defines the order in which the sections that comprise a
date appear.
- \value MDY month-day-year
- \value DMY day-month-year
- \value YMD year-month-day (the default)
- \value YDM year-day-month (included for completeness; but should
- not be used)
+
*/
+
/*!
\enum QTimeEdit::Display
ExtDateEdit( const ExtDate& date, QWidget* parent=0, const char* name=0 );
~ExtDateEdit();
- enum Order { DMY, MDY, YMD, YDM };
+ enum Order { DMY /**< Day-Month-Year */,
+ MDY /**< Month-Day-Year */,
+ YMD /**< Year-Month-Day, also the default */,
+ YDM /**< Year-Day-Month @deprecated Included for completeness. */ };
QSize sizeHint() const;
QSize minimumSizeHint() const;