fdinsight_settings is just a qstring.
status returns:
QSettings::AccessError
how can it be that an access error occurs while trying to
write the registry? did i forget anything?
(btw. the code worked with qt3)
regards,
jh
fdinsight_settings is just a qstring.
status returns:
QSettings::AccessError
how can it be that an access error occurs while trying to
write the registry? did i forget anything?
(btw. the code worked with qt3)
regards,
jh
Add this behind the QApplication constructor of your main():
Qt Code:
a.setOrganizationName("My Company"); a.setOrganizationDomain("mycompany.com"); a.setApplicationName("My Application");To copy to clipboard, switch view to plain text mode
it works. thanx a lot!
jh
Bookmarks