Obsolete Members for QDateTimeEdit

The following members of class QDateTimeEdit are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

  • (deprecated in 6.10) timeSpec : Qt::TimeSpec

Public Functions

(deprecated) void setTimeSpec(Qt::TimeSpec spec)
(deprecated) Qt::TimeSpec timeSpec() const

Property Documentation

[deprecated in 6.10] timeSpec : Qt::TimeSpec

This property is deprecated since 6.10. We strongly advise against using it in new code.

Use QDateTimeEdit::timeZone instead.

This property holds the current timespec used by the date time edit.

Since Qt 6.7 this is an indirect accessor for the timeZone property.

Access functions:

Qt::TimeSpec timeSpec() const
void setTimeSpec(Qt::TimeSpec spec)

See also QDateTimeEdit::timeZone.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.