Qt 6.11 is out! See what's new in the release
blog
How to read windows registry value in Qt Installer framework?
-
I want to get value in registry in QT Installer framework.
Is it possible?I tried like this
installer.value("HKEY_CURRENT_USER\Software\TEMP\hi","")But It doesn't work.
-
@narae
I don't use the Qt Installer framework, but if it's a C- or JavaScript-like language it uses do those\s need doubling inside a literal string?