From 0dc33c1479750eecf3e8978c339d86ce04a4f43e Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 28 Dec 2023 10:13:42 +0100
Subject: [PATCH] new graph qclasses

---
 Doc/graph/qclasses.gv            | 15 +++++++++++++++
 hugo/content/dev/dev/analyses.md |  4 ++++
 2 files changed, 19 insertions(+)
 create mode 100644 Doc/graph/qclasses.gv

diff --git a/Doc/graph/qclasses.gv b/Doc/graph/qclasses.gv
new file mode 100644
index 00000000000..31facacdd27
--- /dev/null
+++ b/Doc/graph/qclasses.gv
@@ -0,0 +1,15 @@
+digraph QtClasses
+{
+    node[shape=box];
+
+    QGraphicsView->QAbstractScrollArea->QFrame->QWidget[arrowhead=onormal color=chocolate4];
+
+    QGraphicsView->QGraphicsScene[style=dashed color=blue];
+
+    QGraphicsScene->QObject[arrowhead=onormal color=chocolate4];
+
+    QGraphicsProxyWidget->QGraphicsWidget->QGraphicsObject->QGraphicsItem[arrowhead=onormal color=chocolate4];
+    QGraphicsObject->QObject[arrowhead=onormal color=chocolate4];
+    QGraphicsWidget->QGraphicsLayoutItem[arrowhead=onormal color=chocolate4];
+
+}
\ No newline at end of file
diff --git a/hugo/content/dev/dev/analyses.md b/hugo/content/dev/dev/analyses.md
index 4ef3610c359..63fbe15cc67 100644
--- a/hugo/content/dev/dev/analyses.md
+++ b/hugo/content/dev/dev/analyses.md
@@ -11,6 +11,10 @@ Data and job view class hierarchy:
 
 {{< figscg src="/img/auto/src_doc/data+job-view.svg" width="800px">}}
 
+Qt graphics classes:
+
+{{< figscg src="/img/auto/src_doc/qclasses.svg" width="800px">}}
+
 Mask collaboration:
 
 {{< figscg src="/img/auto/src_doc/mask-classes.svg" width="800px">}}
-- 
GitLab