Save the screenshot of a widget

三世轮回 提交于 2019-12-02 12:47:45
Tim Meyer

In this answer and this forum post, people suggest the following:

Most likely, the plugin which is required to handle .jpg files is not found by your application. In order to resolve this issue, do one of the following things:

  • If you are doing a static build, add QTPLUGIN += qjpeg to your .pro file or
  • if you are doing a dynamic build, put the imageformats folder from %QTDIR%\plugins next to your .exe
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!