Hi,

the documentation of QPainter mentions a painter state:

QPainter::save()
Saves the current painter state (pushes the state onto a stack). A save() must be followed by a corresponding restore(); the end() function unwinds the stack.
However, i was unable to find what exactly is included in this "state" and what is not?

happy new year!