<div dir="ltr">Hi all,<div><br></div><div>I wonder if someone might be able to help figure out what I'm doing wrong with regard to dragging and dropping an image into a dolphin window, trying to get it saved as a new file. I've been using this code in Tellico, and I'm pretty sure it used to work a while ago, but I'm not sure when it stopped.</div><div><br></div><div>I made a short test case in <a href="https://invent.kde.org/rstephenson/dragdroptest">https://invent.kde.org/rstephenson/dragdroptest</a> where I essentially show a widget that creates a QDrag object with image data. I drag/drop that into a Dolphin window, and I get a dialog box asking for a file name and to choose the data format. No matter what format I choose, the file is never created.</div><div><br></div><div>From debugging, it looks like the QMimeData inside the KIO::DropJob has zero bytes for any data requested which is why the file is never created. But now I'm at a dead-end - can anyone give me a pointer or suggestion as to why that might be the case?</div><div><br></div><div>Relevant Tellico code is at <a href="https://invent.kde.org/office/tellico/-/blob/master/src/gui/imagewidget.cpp#L448">https://invent.kde.org/office/tellico/-/blob/master/src/gui/imagewidget.cpp#L448</a> but I did reduce it to a short test case, available in <a href="https://invent.kde.org/rstephenson/dragdroptest">https://invent.kde.org/rstephenson/dragdroptest</a></div><div><br></div><div>Thanks!</div><div>Robby</div></div>