首页IT科技qtwebkit alternative(QtWebkit over the proxy)

qtwebkit alternative(QtWebkit over the proxy)

时间2025-09-19 13:40:03分类IT科技浏览8589
导读:require Qt4require qtwebkit...

require Qt4

require qtwebkit

Qt::Application.new(ARGV) do

proxy = Qt::NetworkProxy.new(Qt::NetworkProxy::HttpProxy, "proxy.host", proxy.port)

Qt::NetworkProxy.application_proxy = proxy

Qt::WebView.new do

self.load Qt::Url.new(http://htmlfive.appspot.com/static/gifter.html)

show

end

exec

end

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
getting start in life(Getting Started with Scala)