Hello,
I've got the following error message:
from PyQt6.QtCore import QSettings
s = QSettings("/tmp/x.conf", QSettings.NativeFormat)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'QSettings' has no attribute 'NativeFormat'
Gottfried