QSettings
-
-
@Laky
Impossible to say if you show no code.Have you tried
qDebug() << settings.fileName();to see if path still valid on windows?
if you have something like
QSettings settings("/home/petra/misc/myapp.ini")
that could be the issue. -
@Laky
Impossible to say if you show no code.Have you tried
qDebug() << settings.fileName();to see if path still valid on windows?
if you have something like
QSettings settings("/home/petra/misc/myapp.ini")
that could be the issue. -
Hi,
I don't know if is a problem but why do you use
/
as key prefix??
Windows writes settings in the Registry.Also I don't know why you use members objects for QSettings