class QDateTimeAxis

Inheritance diagram of PySide6.QtGraphs.QDateTimeAxis

Added in version 6.8.

Synopsis

Properties

Methods

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property formatᅟ: str
Access functions:
property maxᅟ: QDateTime
Access functions:
property minᅟ: QDateTime
Access functions:
property tickCountᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

format()
Return type:

str

Getter of property formatᅟ .

formatChanged(format)
Parameters:

format – str

Notification signal of property formatᅟ .

max()
Return type:

QDateTime

Getter of property maxᅟ .

maxChanged(max)
Parameters:

maxQDateTime

Notification signal of property maxᅟ .

min()
Return type:

QDateTime

Getter of property minᅟ .

minChanged(min)
Parameters:

minQDateTime

Notification signal of property minᅟ .

rangeChanged(min, max)
Parameters:
setFormat(format)
Parameters:

format – str

Setter of property formatᅟ .

setMax(max)
Parameters:

maxQDateTime

Setter of property maxᅟ .

setMin(min)
Parameters:

minQDateTime

Setter of property minᅟ .

setRange(min, max)
Parameters:
setTickCount(count)
Parameters:

count – int

Setter of property tickCountᅟ .

tickCount()
Return type:

int

Getter of property tickCountᅟ .

tickCountChanged(tick)
Parameters:

tick – int

Notification signal of property tickCountᅟ .