Obsolete Members for QDateTimeEdit

Los siguientes miembros de la clase QDateTimeEdit son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.

Propiedades

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

Funciones públicas

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

Documentación de propiedades

[deprecated in 6.10] timeSpec : Qt::TimeSpec

Esta propiedad está obsoleta desde la versión 6.10. Desaconsejamos su uso en código nuevo.

Utilice QDateTimeEdit::timeZone en su lugar.

Esta propiedad contiene el timespec actual usado por la edición de fecha y hora.

Desde Qt 6.7 es un accesorio indirecto de la propiedad timeZone.

Funciones de acceso:

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

Ver también QDateTimeEdit::timeZone.

© 2026 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.