xiangjuntang / onering-desktop

Automatically exported from code.google.com/p/onering-desktop
0 stars 0 forks source link

打包发布后不能显示远程图片 #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by hikerl...@gmail.com on 24 Apr 2012 at 2:58