Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created April 26, 2013 04:29
Show Gist options
  • Save supermomonga/5465043 to your computer and use it in GitHub Desktop.
Save supermomonga/5465043 to your computer and use it in GitHub Desktop.
require 'Qt4'
require 'qtwebkit'
Qt::Application.new ARGV do |app|
Qt::WebView.new do |webview|
webview.load Qt::Url.new 'http://google.co.jp/'
webview.show
end
app.exec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment