aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gui/analogclock/doc/analogclock.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/analogclock/doc/analogclock.rst')
-rw-r--r--examples/gui/analogclock/doc/analogclock.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/gui/analogclock/doc/analogclock.rst b/examples/gui/analogclock/doc/analogclock.rst
new file mode 100644
index 000000000..a1ede41dd
--- /dev/null
+++ b/examples/gui/analogclock/doc/analogclock.rst
@@ -0,0 +1,8 @@
+Analog Clock Window Example
+===========================
+
+The Analog Clock Window example shows how to draw the contents of
+a custom window.
+
+This example demonstrates how the transformation and scaling
+features of QPainter can be used to make drawing easier.