diff options
author | Cristian Maureira-Fredes <[email protected]> | 2021-06-10 20:46:25 +0200 |
---|---|---|
committer | Cristian Maureira-Fredes <[email protected]> | 2021-06-12 19:31:17 +0000 |
commit | 090d4fba6a444590d850c697472e5fbcef46b0a4 (patch) | |
tree | cd2c70bfdf6549d962daaf266f4f2223cd4cc9a9 /examples/sql | |
parent | 32222315eb32177d4161ee2e417d9910a07f6039 (diff) |
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 <[email protected]>
Diffstat (limited to 'examples/sql')
-rw-r--r-- | examples/sql/books/doc/books.png | bin | 0 -> 59045 bytes | |||
-rw-r--r-- | examples/sql/books/doc/books.rst | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/sql/books/doc/books.png b/examples/sql/books/doc/books.png Binary files differnew file mode 100644 index 000000000..102395155 --- /dev/null +++ b/examples/sql/books/doc/books.png 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 |