Obsolete Members for QDateTimeAxis

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

Properties

Public Functions

(deprecated) void setTickInterval(qreal newTickInterval)
(deprecated) qreal tickInterval() const

Signals

(deprecated) void tickIntervalChanged()

Property Documentation

[deprecated in 6.12] tickInterval : qreal

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

This property holds the amount of major ticks are placed on an axis. If value is 0 or lower, axis will automatically calculate appropriate amount of ticks. The default value is 0. use tickCount instead.

Access functions:

qreal tickInterval() const
void setTickInterval(qreal newTickInterval)

Notifier signal:

void tickIntervalChanged()

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