<div dir="ltr">Hello,<div><br></div><div>So in observation planner, some images won't show up, I _think_ the problem is here:</div><br><br>CurrentImagePath = QStandardPaths::locate( QStandardPaths::DataLocation , CurrentImage );<div><br></div><div>I think it should be :<br><br>CurrentImagePath = QStandardPaths::writableLocation(QStandardPaths::DataLocation) + QDir::separator() + CurrentImage</div><div><br></div><div>Another thing, instead of hardcoding '/' where it could cause problems on other operating systems, we should opt for QDir::separator()</div><div><br></div><div>Finally, if the downloaded image is large (> 10 MB) then the image is not displayed, is there a way to limit the size of the image downloaded?<br>  <div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Best Regards,<br>Jasem Mutlaq<br></div><div><br></div></div></div>
</div></div></div>