AntialiasingContainer QML Type

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

Import Statement: import QuickGraphLib
Inherits:

Item

Status: Deprecated since 0.1.0a10

This type is deprecated since QuickGraphLib 0.1.0a10. We strongly advise against using it in new code.

Properties

Detailed Description

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

Due to the new Qt 6.7 Curve renderer, this is no longer needed for antialiasing. Replace with Item or remove completely

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. Defaults to false.