Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-15 15:59:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-16 14:13:37 +0200
commitd59bc5fecc27a4ada48834783ec5f739b6037a09 (patch)
treee9dc0a92098fa53d1e3862bc8abc8147359d65bc /examples/gui/analogclock/analogclock.pyproject
parentcf32b66adbfb489cd6e5d5c0bf3f741b59ba204c (diff)
Add the QtGui analogclock example
Uses the ready-made QRasterWindow instead of the QWindow with backing store of the C++ version for simplicity. Task-number: PYSIDE-841 Change-Id: Ib0146b1563405b97f694cc53b382c1188061d6af Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/gui/analogclock/analogclock.pyproject')
-rw-r--r--examples/gui/analogclock/analogclock.pyproject3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/gui/analogclock/analogclock.pyproject b/examples/gui/analogclock/analogclock.pyproject
new file mode 100644
index 000000000..cc7a74a34
--- /dev/null
+++ b/examples/gui/analogclock/analogclock.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["main.py"]
+}