We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned in #68 (comment), the QSetting we are using now does not meet the demand, so we plan to replace it.
The text was updated successfully, but these errors were encountered:
Maybe JSON is a good choice, Qt has support for JSON (since Qt5). But there is no comment in JSON...
[1]: https://doc-snapshots.qt.io/qt6-dev/qjsondocument.html [2]: https://doc-snapshots.qt.io/qt6-dev/qtcore-serialization-savegame-example.html [3]: https://doc-snapshots.qt.io/qt6-dev/json.html
Sorry, something went wrong.
And Qt has also support for XML...
[1]: https://doc.qt.io/qt-5/qtxml-index.html [2]: https://doc.qt.io/qt-5/qtxml-module.html
初步决定采用 Json 作为配置文件格式
CoelacanthusHex
Successfully merging a pull request may close this issue.
As mentioned in #68 (comment), the QSetting we are using now does not meet the demand, so we plan to replace it.
The text was updated successfully, but these errors were encountered: