qtgraphs/tests
Volker Hilsheimer 44d56f619d API review: don't return pointer to QImage from renderSliceToImage
In fact, don't return the QImage at all. It's an asynchronous function,
and the rendering will take an unknown time to complete. Callers must
connect to the sliceImageChanged() anyway to get the result, so just
let them do that, instead of clumsily polling with a timer.

Update the documentation and manual tests as much as possible for
now. There are baseline tests, but no auto-tests, so hard to say if this
still works correctly. It's likely that this needs a bit more work as a
follow up, but at least we don't release any dangerous API.

Change-Id: I19d616c76746a826c4a46ed1df0aab4dc988556c
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 5a97dd4180)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-09-01 12:55:53 +00:00
..
auto Decouple pie and hole size setters 2025-08-18 15:50:28 +00:00
baseline Make 'qtquick3d' optional dependency for the module 2025-08-27 09:59:33 +02:00
manual API review: don't return pointer to QImage from renderSliceToImage 2025-09-01 12:55:53 +00:00
CMakeLists.txt Correct license for build system files 2024-03-15 14:38:24 +01:00