以下成员源于类 QDateTimeEdit 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(deprecated in 6.10)
timeSpec
: Qt::TimeSpec
(弃用)
void
|
setTimeSpec (Qt::TimeSpec spec ) |
(弃用)
Qt::TimeSpec
|
timeSpec () const |
[deprecated in 6.10]
timeSpec
:
Qt::TimeSpec
This property is deprecated since 6.10. We strongly advise against using it in new code.
使用 QDateTimeEdit::timeZone 代替。
此特性保持用于日期时间编辑的当前时间规范。
Since Qt 6.7 this is an indirect accessor for the timeZone 特性。
访问函数:
Qt::TimeSpec | timeSpec () const |
void | setTimeSpec (Qt::TimeSpec spec ) |
另请参阅 QDateTimeEdit::timeZone .