AntialiasingContainer QML Type

Enables antialiasing for it's contents. More...

Import Statement: import QuickGraphLib
Inherits:

Item

Inherited By:

ImageAxes, ScalingContainer, and XYAxes

Properties

Detailed Description

This item turns on Multisample Antialiasing. This helps with rendering in some cases.

Property Documentation

antialiasingEnabled : alias

Whether MSAA antialiasing is enabled. This can help with rendering when the target display has a fractional scaling factor. It can also make rendering worse, especially with text.