DDS data image
-
Hi and welcome to devnet,
From a quick look, it seems there is a image format plugin for it already so you should be able to show the image using the Image qml type.
-
@SGaist You are right but When I tried to use Image qml type, it gives unsupported image type error and so, I don't know what to do.
@QMLEngine said in DDS data image:
I don't know what to do
Set QT_DEBUG_PLUGINS env variable (see https://doc.qt.io/qt-6/debug.html) before starting your application and check the output. Could be that something is missing ( library), so the plug-in is not working.