Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
artifacts using QtQuick.Shapes
-
I am building a desktop application using QtQuick 2.15. The circular button patterns above were created with Shape items (QtQuick.Shapes 1.12) which resize with the application window. Artifacts (indicated with red arrows) occur at certain window sizes. I have yet to find a mathematical relationship between the window sizes which show the artifact versus those that do not. The artifacts come and go at various locations as the window is resized. The value of layer.samples for these items doesn't affect the occurrence of the artifacts. Any suggestions on how to eliminate these artifacts will be appreciated.
Thanks