Commit Graph

4 Commits

Author SHA1 Message Date
Sami Varanka ecbb362831 Fix: GraphPrinting example configuration error
Since Qt 6.10, projects that need to link to GuiPrivate need to have
found Qt::GuiPrivate package. Projects that need rhi/qrhi.h need to link
to GuiPrivate.

Fixes: QTBUG-141518
Change-Id: Ia10459f6d0da402f614abce53a05e558de0498e5
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 44f6e94967)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-11-05 06:11:08 +00:00
Tomi Korpipaa 713a6e0b72 Fix graphprinting example crash
We exceed maximum texture size on certain platforms. Added a check
for it.

Pick-to: 6.9 6.9.1
Fixes: QTBUG-135384
Fixes: QTBUG-135386
Change-Id: I0a09337c9c6b831f801df35b5756327f45507237
Reviewed-by: Owais Akhtar <owais.akhtar@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
2025-05-13 10:10:38 +00:00
Tomi Korpipaa 479b31786a Update the visuals of the graphprinting example
Pick-to: 6.8 6.9
Fixes: QTBUG-131427
Change-Id: I093e439e63f318c7562471a221b831bf3832bf68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
2025-01-15 13:25:39 +02:00
Sakaria Pouke 91f30ef4a0 Add graph printing example
Shows how to print a graph to a pdf and printer

Fixes: QTBUG-124213
Pick-to: 6.8
Change-Id: I1835b77fc5e80d065e64b69b47002932487dfe68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
2024-12-02 15:01:36 +02:00