diff options
author | Cristian Maureira-Fredes <[email protected]> | 2021-03-16 23:39:14 +0100 |
---|---|---|
committer | Cristian Maureira-Fredes <[email protected]> | 2021-03-17 19:58:09 +0000 |
commit | d97aedf37809c479ab409c4247b60c0cfcef35d6 (patch) | |
tree | bfa7b0a808aa1dda73135eea348b852f997e0419 /examples/widgets/dialogs | |
parent | 4750fbcb8e5d1f0137a8660ffa77f595dac46504 (diff) |
doc: migrate qdoc approach to document examples
There were two previous documented examples using the approach
based on qdoc: stardelegate, and classwizard.
This patch moves them into the 'doc/' directory for each example,
and partially revert the changes from
308157f01260c640e21f6972619d3b380c007acb
Additionally, an unrelated screenshot was moved to a new general
'images/' directory.
Task-number: PYSIDE-1112
Pick-to: 6.0
Change-Id: I239a24fa4e4f970540857ba8b33b9b13c18142b1
Reviewed-by: Christian Tismer <[email protected]>
Diffstat (limited to 'examples/widgets/dialogs')
-rw-r--r-- | examples/widgets/dialogs/classwizard/doc/classwizard.png | bin | 0 -> 57931 bytes | |||
-rw-r--r-- | examples/widgets/dialogs/classwizard/doc/classwizard.rst | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/dialogs/classwizard/doc/classwizard.png b/examples/widgets/dialogs/classwizard/doc/classwizard.png Binary files differnew file mode 100644 index 000000000..1706772d8 --- /dev/null +++ b/examples/widgets/dialogs/classwizard/doc/classwizard.png diff --git a/examples/widgets/dialogs/classwizard/doc/classwizard.rst b/examples/widgets/dialogs/classwizard/doc/classwizard.rst new file mode 100644 index 000000000..a6959c6e2 --- /dev/null +++ b/examples/widgets/dialogs/classwizard/doc/classwizard.rst @@ -0,0 +1,11 @@ +Classwizard Example +=================== + +Demonstrates the use of QDialog in a wizard application + +This example demonstrates the use a custom QDialog in a wizard, +which generates necessary C++ class template code. + +.. image:: classwizard.png + :width: 400 + :alt: classwizard screenshot |