Commit Graph

1257 Commits

Author SHA1 Message Date
Qt Submodule Update Bot ba29aa033b Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: I411d0f2fb2d0b179e7d275a17d33ef927f373d73
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-29 01:24:45 +00:00
Qt Submodule Update Bot 0f605c7307 Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: I144cf07e19e1bb8d772d597e1a3742f14395bdce
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-26 10:03:31 +00:00
Qt Submodule Update Bot a7e8383b0c Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: I4f2e41557c55b6a5cac91457d771d44e7e3d2ee6
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-24 15:17:46 +00:00
Qt Submodule Update Bot 5c9271fa87 Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: I203a542d5ce75bfa4dc1ae0622a9aac8385c2c41
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-18 04:55:21 +00:00
Qt Submodule Update Bot e6d27df80f Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: Ifd7ac5c38f51ea2943cdd031892eadafba82fb44
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-15 23:30:25 +00:00
Qt Submodule Update Bot af49b7ff26 Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: Ia3536fdbb30c46d84dddd57a2a201863fc41ab36
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-09 20:10:35 +00:00
Qt Submodule Update Bot c77ca2c798 Update dependencies on '6.9.0' in qt/qtgraphs
Change-Id: I36a2aca9369e10da2059c0b02e8161032e8d977f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-03-05 06:25:18 +00:00
Qt Submodule Update Bot 08c2558e84 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I3fe7c19157476083dfa0730c303766b1a944b6c5
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-02-28 15:49:02 +00:00
Volker Hilsheimer 47d06d0d61 Baseline test: fix warning from unused QFile::open result
As in other baseline test implementations, exit with a fatal
message when the reference file cannot be opened.

Change-Id: I112f3ed3bfa57af17eab91357dd0056e7b5c5585
Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
(cherry picked from commit 8092e44167)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-27 14:21:23 +00:00
Volker Hilsheimer 62fef14aa6 Baseline test: add QtCorePrivate as a used module
The scene grabber uses QUnifiedTimer from the private QtCore API.

Change-Id: I6dd4354b3acaa6e35be239b6aefb86b481b2492d
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit cceb78d130)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-27 12:46:43 +00:00
Lucie Gérard 17406ee921 Make module ready for source SBOM checking
This includes:
- turning VERIFY_SOURCE_SBOM ON
- adding rules to the licenseRule.json files
- correcting the licensing given via REUSE.toml files

A lot of files are skipped during the license test,
but all are present in the source SBOM.
This is why corrections are needed before turning the
source SBOM check on.

Task-number: QTBUG-131434
Pick-to: 6.8
Change-Id: I2d6c923ba92379056876f78a854a09de5fc148be
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 4bccad3f9e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-21 16:45:34 +00:00
Qt Submodule Update Bot aefe80c95d Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I5cad0f810eadafc7841f64080b92010bfa617471
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-02-20 14:13:20 +00:00
Qt Submodule Update Bot e2db7e9d18 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I9b904b53376eac6403421cccf068339cfe5efe82
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-02-20 00:29:46 +00:00
Sakaria Pouke 9e93bf6e81 Scale rootNode by 100
Also adds support for rootNode scaling

Fixes: QTBUG-132925
Change-Id: If9be83def9532779762da2aab89d411705bfba7d
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit f318db38b7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-17 11:36:15 +00:00
Tomi Korpipaa 9d6edfb25b Fix scaling of custom objects in widgetgraphgallery example
Custom object scaling had a bug before 6.9 which made them
2 times too small by default. Adjust scaling in the example
to take that into account.

Change-Id: I0b3bfa4fe8606394765372d96d19f4c82e63087e
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
Reviewed-by: Niko Korkala <niko.korkala@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 772873717a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-14 09:55:16 +00:00
Topi Reinio 913330ab0d Doc: Remove incorrect \inherits command
There is no QML type `VariantAnimation`. Resolves
(qdoc) warning: Unknown base 'VariantAnimation' for QML type
'GraphAnimation'.

Pick-to: 6.8
Change-Id: I696cbf87a4917f8a4f402da1b12fa3edf909f884
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 5703548d49)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-14 09:01:17 +00:00
Niko Korkala 64d1cd7d1e Add support for printf style formatting for valueAxisLabels
Task-number: QTBUG-133359
Pick-to: 6.8
Change-Id: Ice8c69dbb98874617de126b945361b23bc4e1b97
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 6090cb94f1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-13 08:03:41 +00:00
Sakaria Pouke b04e49d708 Visually order surfacegraphs
Prevents z-fighting.

Fixes: QTBUG-133479
Change-Id: I21792cdb1517319bad60d41b81f299b6ec4b9cd9
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 22649aac4e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-11 08:16:16 +00:00
Sami Varanka ec520d0bd0 Remove unnecessary foreign types
QtGraphs has inherited the approach of creating foreign types from
the QtDataVisualization module. QtDataVis3D was divided
into two modules: QtDataVisualization and QtDataVisualizationQml.
The first one used the widget framework and contained everything needed
for describing graphs. The latter QtDataVisualizationQml used
the Quick framework and exposed mandatory classes from
QtDataVisualization as foreign types to QML.
QtGraphs, on the other hand, has a hard dependency on
the Quick framework through Quick3D. Therefore, these foreign types
can be removed from QtGraphs. This patch removes the foreign types
and exposes the needed types directly.

Fixes: QTBUG-133054
Change-Id: I86de22a675cc961f8934dd219103fbd61741e746
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
(cherry picked from commit 0f7f77c3fc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-02-05 11:07:59 +00:00
Sami Varanka 29c098cf93 Apply valuesMultiplier to xyseries
Pick-to: 6.8
Task-number: QTBUG-131111
Change-Id: I59d99e7e0f446a2470b6263d65166f68c50d9b9b
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
(cherry picked from commit 5549f6e307)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-31 13:24:09 +00:00
Sami Varanka 2cb52a3237 Prepend QTGRAPHS_ to include guards
Datavis and Graphs have many duplicated files with same include guards.
Because QtGraphs has inherited many of its classes
from QtDataVisualization, the modules have many classes with the same
name. Therefore, mixing QtDataVisualization and QtGraphs headers in
the same TU violates ODR. This patch includes the check for that and
fails compilation with an error message.

Change-Id: I245c71c3fc5661ce0c33d5cd751ffb2a04754ad1
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 80a5704ac0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-28 13:09:40 +00:00
Qt Submodule Update Bot 5b043b102a Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I2a06234953d692c91f70ecf0c28deb2982619d9a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-27 22:58:24 +00:00
Thiago Macieira 57d0aa103b Don't use the WITH_EXPORT version of the QESDP declarator in Qt 7
It usually isn't necessary. It was when this class was created because
of a mistake in the swap() member function, which means we must continue
to export the symbol in question until 7.0.

Fixes: QTBUG-128656
Change-Id: Id680c7852fb6cb1e5780fffd44171e4699c9ddad
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 6ae7164a54)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-27 19:38:27 +00:00
Qt Submodule Update Bot a31c5b77bb Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I981b5c787c66a000a60d9a0b41736cab4cc6ffae
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-21 22:43:48 +00:00
David Boddie d33a314cfc doc: Update types of QML properties to QML types
qdoc will soon warn about C++ types in QML property documentation.
This change fixes existing documentation to prevent warnings.

Pick-to: 6.8
Change-Id: I3030049c26ea0c91f5af84b8961030c51055897e
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit d4cb49beb9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-21 18:01:20 +00:00
Sami Varanka 32ae293975 Graphs2D: Don't occupy axisarea when axis hidden
If axis visibility is set false,
use the whole window space for the graph.

Pick-to: 6.8
Fixes: QTBUG-132611
Change-Id: I732ffde3520d9f12d304e1fa5361052ac77cc78f
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
(cherry picked from commit 61e6219283)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-21 11:29:24 +00:00
Tim Blechmann b45d6d960d Graphs2d: remove unused QtWidgets header
qsplineseries.h includes a QtWidgets header without actually depending
on any its content (no does the library bring Qt::Widgets as
dependency). Seems to be unused and can be removed.

Pick-to: 6.8
Change-Id: Ied0dbefef1b8d0ea2e278ab91eb27f14c2de6cb6
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
(cherry picked from commit 664543983a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-21 08:31:29 +00:00
Owais Akhtar aec00c1712 Fix removeMultiple running animations in parallel
Fixes: QTBUG-132753
Fixes: QTBUG-132711
Pick-to: 6.8
Change-Id: I334dead9c06c977dcdd0905f1445209a31f85e03
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit 4c1ccdf611)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-20 09:51:11 +00:00
Tomi Korpipaa c5972ae11c Add missing foreigntypes header for spline
Change-Id: I8156a3abf1ead916045968877745c06a45a7ded0
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit da51e96f03)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-20 06:00:58 +00:00
Tomi Korpipaa 4fa17090f3 Fix zooming on tst_qmldynamicdata
Pick-to: 6.8
Change-Id: Icf47d824694fc6f808cb68ef77576d249c4d9616
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
(cherry picked from commit 25e45b100d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-17 05:43:58 +00:00
Tomi Korpipaa eafc56ab66 Fix bars rotation if we have negative values
Fixes: QTBUG-132766
Change-Id: I5917e8746d1809e3d9c527f6d8c2061a963a8be6
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
Reviewed-by: Niko Korkala <niko.korkala@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit b08589f4ab)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-17 05:43:57 +00:00
Jere Tuliniemi 1645905bcf Use QQuickDragHandler in AxisRenderer
Left mouse button presses are now detected properly.

Fixes: QTBUG-132132
Change-Id: I9f5828f46b5eb56a50512eaf35dc70b8069952a5
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Owais Akhtar <owais.akhtar@qt.io>
(cherry picked from commit cccec0d707)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-17 00:18:42 +00:00
Marc Mutz 5e78755f25 Pass QVector3D by value to doRayPicking()
While 2×3×float won't be passed in registers in most ABIs, it's not
worse than passing by cref (objects are spilled onto the stack and
their addresses passed), but the compiler is much happier because
these objects now can't alias anything anymore.

Found is API-review.

The public Q3DGraphsWidgetItem also passes QColor and QPoint by value,
so uses the more modern appoach, and thus this also increases the
internal consistency of the API (though I note that it also has a
function that passes a QFlags by cref...).

Amends 1530321fda.

Change-Id: I6f2911697055d3bff6984a1726a27c65a7a9db27
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 7580c2ca1d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-16 12:32:20 +00:00
Sakaria Pouke 1811b0a5b1 Change splineseries properties and labelsize to qreal
Also fixing wrong type in spline looping property doc

Change-Id: I398a009b85c73ccb1b6f6ccfe9ee7645ab87deb1
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 027ebfbef0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-16 10:18:50 +00:00
Tomi Korpipaa fc3d22bd43 Update the visuals of the graphprinting example
Pick-to: 6.8
Fixes: QTBUG-131427
Change-Id: I093e439e63f318c7562471a221b831bf3832bf68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
(cherry picked from commit 479b31786a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-15 13:01:04 +00:00
Qt Submodule Update Bot 8e6a1f9415 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: Ie1cbe9d6b3c2d2be168595263b1e0b3de6fd61b8
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-14 21:22:02 +00:00
Sami Varanka 1cdd98f50a 2D: Fix plotAreaBackgroundVisibility
plotAreaBackgroundVisibility was completely ignored by AxisRenderer.
This patch fixes it.

Fixes: QTBUG-132596
Pick-to: 6.8
Change-Id: I61ced5c05941f99d3516e478549e4b457c67ae83
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
(cherry picked from commit 5dd5c394cb)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-14 07:44:29 +00:00
Tomi Korpipaa d980eb49fc Fix borderVisible property in custom labels
Pick-to: 6.8
Fixes: QTBUG-132745
Change-Id: I0d67170160a0ba55e0086b5eaa95cda77be794e0
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit 7d5c6818e0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-13 13:25:20 +00:00
Sami Varanka 2de5655463 Fix: logvalueaxis crash in surface3D
Prevent setting surface min bounds to NaN or inf.

Fixes: QTBUG-132352
Pick-to: 6.8
Change-Id: Iea07a1d4026d6afd62ec101f41677c2f5116b900
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
(cherry picked from commit 14918a2a0b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-13 12:32:55 +00:00
Tomi Korpipää b71e668b27 API comparison review findings
Change-Id: I933a9be8673184c785b0317367d78ac54040073b
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit b047a8fb51)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-13 08:14:02 +00:00
Niko Korkala d6bfb1b98b Fix spline shape braking when removeMultiple is used
Task-number: QTBUG-132401
Pick-to: 6.8
Change-Id: I189de7d93767fc5ff6de1716ce7360fb30976e52
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 5cbfbbe43e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-08 09:20:38 +00:00
Qt Submodule Update Bot 13ca4b21b1 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: Ib8b96739f10becb1d3b28a55fb4404c3a16e1427
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-07 22:55:07 +00:00
Niko Korkala 88becb5ee1 Add unused signals to be emitted
barSetsChanged is now emitted when we append, remove, clear, take, insert or replace
countChanged is now emitted when we append, remove, clear or insert
X and Y axisChanged are now emitted when its setter function is called

Fixes: QTBUG-129425
Pick-to: 6.8
Change-Id: Id7b21592ec38441bec100963cece0ceca33ed5c1
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 9a057632b7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-07 13:32:27 +00:00
Owais Akhtar 2be2de8934 Update GraphPointAnimation docs
Fixes: QTBUG-132402
Pick-to: 6.8
Change-Id: I375390898dcba012c9cab03d77fbfe162bd1e884
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
(cherry picked from commit aaea54c448)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-07 13:32:27 +00:00
Sakaria Pouke ebcbe5e632 Add transparency technique docs for widgetitem
Fixes: QTBUG-132396
Change-Id: Ibcbf5a0574a5d149777cf5d55b2a88d3c69d8540
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit dff0c8a41c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-03 09:23:40 +00:00
Tomi Korpipaa a6e49ba072 Add autotest for the row/column role replace
Pick-to: 6.8
Task-number: QTBUG-132351
Change-Id: Id05a43a6a448ff75db378d64b939214491897529
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit a146903c40)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-03 06:49:31 +00:00
Niko Korkala 7cd2acc21a Fix sliders not staying inside the rectangle when resizing window
Also fixed style customization warnings by switching style to basic instead of using the native one

Task-number: QTBUG-119683
Change-Id: I818b37cb9d8f4edfa2d1583f38897c2190a53e0c
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit e71ccde8d5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-02 18:36:39 +00:00
Qt Submodule Update Bot 2ed8b3a6a3 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: Ia5d3c8d8adae6a5adb8ec83c8bdf2e70c310359a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-02 15:20:27 +00:00
Qt Submodule Update Bot 8e9fe5e673 Update dependencies on '6.9' in qt/qtgraphs
Change-Id: Ie3ba4dcf822920627e5e070fa7a7fa90a9a7bd5b
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2024-12-30 08:40:41 +00:00
Qt Submodule Update Bot 2d79afac3b Update dependencies on '6.9' in qt/qtgraphs
Change-Id: I7c4377bf1e55425723a114d8171c2c50a27bca46
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2024-12-27 09:23:11 +00:00