Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 52 by
hikerl...@gmail.com: 打包发布后不能显示远程图片
http://code.google.com/p/onering-desktop/issues/detail?id=52
What steps will reproduce the problem?
1.修改demo程序,增加显示非本地图片的页面,html代码如下:<img
src='
http://www.baidu.com/img/baidu_sylogo1.gif' onload='alert("adb")'
width='100' height='100' alt='' />,在这里显示的是baidu搜索的logo。
2.python demo.py,页面能显示baidu搜索logo.
3.经过打包发布后,运行demo.exe,页面不能显示远程图片,img显示?号。
What is the expected output?
期望经打包流程发布后的程序,能够显示远程图片?
What do you see instead?
What version of the product are you using? On what operating system?
qt4.7+vs2008+win7
Please provide any additional information below.