Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9
-
None
-
636b97d5c (dev), 140ef3a0f (6.7)
Description
According to https://codebrowser.dev/qt6/qtcharts/src/charts/axis/qabstractaxis.h.html#QAbstractAxis::AxisType this is the definition of the `AxisType` enum:
enum AxisType {
AxisTypeNoAxis = 0x0,
AxisTypeValue = 0x1,
AxisTypeBarCategory = 0x2,
AxisTypeCategory = 0x4,
AxisTypeDateTime = 0x8,
AxisTypeLogValue = 0x10,
AxisTypeColor = 0x20
};
but https://doc.qt.io/qt-6/qabstractaxis.html#AxisType-enum shows only
Constant | Value |
---|---|
QAbstractAxis::AxisTypeNoAxis | 0x0 |
QAbstractAxis::AxisTypeValue | 0x1 |
QAbstractAxis::AxisTypeBarCategory | 0x2 |
Attachments
Issue Links
- depends on
-
QTBUG-125759 qdoc: File names of Qt DataViz/Graphs C++ type references conflict
- Closed