I thought seetings "Breeze" would change QQuickControls aspect but I think I'm wrong.
@Jim-Gir, yeah:
print(
"Current QQuickStyle: ",
PySide6.QtQuickControls2.QQuickStyle.name()
)
PySide6.QtQuickControls2.QQuickStyle.setStyle("Breeze")
print(
"Current QQuickStyle: ",
PySide6.QtQuickControls2.QQuickStyle.name()
)
...returns "Fusion", then "Breeze", yet the controls appear identical regardless, despite them being quite different styles:
Fusion
Breeze
[image: 441c28d5-597c-45c4-abce-c2b44c341273.png]
[image: 057417eb-1519-4126-88fb-290f22823792.png]
Perhaps, ask at discuss.kde.org/t/1240, or a new thread on that instance?
Environment
Operating System: Fedora Linux 42
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.15.9-201.fc42.x86_64 (64-bit)
Graphics Platform: Wayland