mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
6.6.1 original
This commit is contained in:
@ -4,10 +4,9 @@
|
||||
/*!
|
||||
\example serialization/savegame
|
||||
\examplecategory {Data Processing & I/O}
|
||||
\title JSON Save Game Example
|
||||
\title Saving and Loading a Game
|
||||
|
||||
\brief The JSON Save Game example demonstrates how to save and load a
|
||||
small game using QJsonDocument, QJsonObject and QJsonArray.
|
||||
\brief How to save and load a game using Qt's JSON or CBOR classes.
|
||||
|
||||
Many games provide save functionality, so that the player's progress through
|
||||
the game can be saved and loaded at a later time. The process of saving a
|
||||
|
Reference in New Issue
Block a user