diff options
author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-12-11 13:02:23 +0100 |
---|---|---|
committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-12-12 13:47:55 +0100 |
commit | f6069b9330fc01b68296ef4dffd474ed98784ec6 (patch) | |
tree | d3f504d8070430e9f7dfe68e614cc11729420950 /examples/remoteobjects | |
parent | 31a9db93d3c355d8e6be4d31eacc02b93d41ffd3 (diff) |
Documentation/Examples: Add missing docs
Some examples did not have any documentation. This patch adds
the respective documentation.
Pick-to: 6.8
Change-Id: I9698752b654c2df29fd3572f6bc66a9df56f9903
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/remoteobjects')
-rw-r--r-- | examples/remoteobjects/modelview/doc/modelview.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/remoteobjects/modelview/doc/modelview.rst b/examples/remoteobjects/modelview/doc/modelview.rst new file mode 100644 index 000000000..8fc6780e4 --- /dev/null +++ b/examples/remoteobjects/modelview/doc/modelview.rst @@ -0,0 +1,12 @@ +Model-View Server Example +========================= + +Developing a simple server program that displays and makes changes to a +QTreeView which is made available on a Remote Objects network. It +corresponds to the Qt example `Model-View Server Example +<https://doc.qt.io/qt-6/qtremoteobjects-modelviewserver-example.html>`_. + +.. image:: modelview.png + :align: center + :alt: modelview screenshot + :width: 400 |