The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit 小部件。 更多...
| 头: | #include <QDateEdit> |
| 继承: | QDateTimeEdit |
| QDateEdit (QWidget * parent = 0) | |
| QDateEdit (const QDate & date , QWidget * parent = 0) |
The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit 小部件。
Many of the properties and functions provided by QDateEdit are implemented in QDateTimeEdit . The following properties are most relevant to users of this class:
|
A date editing widget shown in the Windows XP widget style . |
|
A date editing widget shown in the Macintosh widget style . |
|
A date editing widget shown in the Plastique widget style . |
另请参阅 QTimeEdit and QDateTimeEdit .
构造空的日期编辑器采用 parent .
构造空的日期编辑器采用 parent 。日期设置为 date .