以下成員源於類 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 .