New Classes and Functions in Qt 5.14
This page contains a comprehensive list of all new classes and functions introduced in Qt 5.14. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.
- New Namespaces
- New Classes
- New Macros
- New Enum Types
- New Properties
- New QML Types
- New QML Properties
- New QML Methods
New Namespaces
| namespace | QColorConstants |
New Classes
- G
- GraphicsPipelineState (QSGMaterialRhiShader)
- GraphicsStateInfo (QQuickWindow)
- QGeoPositionInfoSourceFactoryV2
- QGregorianCalendar
- N
- QNoPicking (Qt3DRender)
New Macros
| Q_NAMESPACE_EXPORT(EXPORT_MACRO) | |
| Q_NAMESPACE_EXPORT(EXPORT_MACRO) |
New Enum Types
| enum | BlendFactor { Zero, One, SrcColor, OneMinusSrcColor, DstColor, …, OneMinusSrc1Alpha } |
| enum | ColorMaskComponent { R, G, B, A } |
| enum | CullMode { CullNone, CullFront, CullBack } |
| enum class | ExclusionPolicy { None, Exclusive, ExclusiveOptional } |
| enum class | CanBusStatus { Unknown, Good, Warning, Error, BusOff } |
| enum class | YearRange { First, Last } |
| enum | Option { DontWatchForChanges, DontResolveSymlinks, DontUseCustomDirectoryIcons } |
| enum | NativeObjectType { NativeObjectTexture } |
| enum | MatrixTransformFlag { MatrixTransformFlipY } |
| enum class | MarkerType { NoMarker, Unchecked, Checked } |
| enum class | HighDpiScaleFactorRoundingPolicy { Unset, Round, Ceil, Floor, RoundPreferFloor, PassThrough } |
| enum | SplitBehaviorFlags { KeepEmptyParts, SkipEmptyParts } |
New Properties
|
|