Qt 6.11 is out! See what's new in the release
blog
Qt IFW - How to escape the '@' character in .qs scripts?
-
Hello, I have some issues with the character '@', which get resolved if there is another '@' in the same string.
For exemple, when I run:
installer.setValue("someKey", component.userInterface("FirstAccount").name.text);Where name is a QLineEdit in a UI.
If input text is "blabla@sometext@blabla", installer.value("someKey") return "blablablabla".How to prevent the "@sometext@" to be evaluated?