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