From 090d4fba6a444590d850c697472e5fbcef46b0a4 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 10 Jun 2021 20:46:25 +0200 Subject: examples: add screenshots to more modules Adding screenshots and small documentation file to the modules - corelib - datavisualization - external - opengl - quick - sql - uitools - webchannel - webenginewidgets - some widgets - xml Renaming the widgets gallery due to name conflict with the quick controls gallery, and fixing two typos from contextinfo.py and hellogl2.py. Task-number: PYSIDE-841 Pick-to: 6.1 Change-Id: I2705e5d605fa738da0dca906cf6acb4b9d5d3dcd Reviewed-by: Friedemann Kleint --- examples/sql/books/doc/books.png | Bin 0 -> 59045 bytes examples/sql/books/doc/books.rst | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 examples/sql/books/doc/books.png create mode 100644 examples/sql/books/doc/books.rst (limited to 'examples/sql') diff --git a/examples/sql/books/doc/books.png b/examples/sql/books/doc/books.png new file mode 100644 index 000000000..102395155 Binary files /dev/null and b/examples/sql/books/doc/books.png differ diff --git a/examples/sql/books/doc/books.rst b/examples/sql/books/doc/books.rst new file mode 100644 index 000000000..cb8edc2ac --- /dev/null +++ b/examples/sql/books/doc/books.rst @@ -0,0 +1,11 @@ +SQL Books Example +================= + +Shows how to use Qt SQL classes with a model/view framework. + +The Books example shows how Qt's SQL classes can be used with the model/view +framework to create rich user interfaces for information stored in a database. + +.. image:: books.png + :width: 400 + :alt: SQL Books Screenshot -- cgit v1.2.3