Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Load resource string in Qt
-
Does Qt providing functions that can help to load resource string from string table in the resources of the .EXE file? Just like:
CString str;
str.LoadString(IDS_xxx);
Thanks
-
There is no such thing in Qt. Just see whether QSettings class will help you store your required stuff and fetch it.