Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created September 17, 2011 16:06
Show Gist options
  • Save denysonique/1224085 to your computer and use it in GitHub Desktop.
Save denysonique/1224085 to your computer and use it in GitHub Desktop.
require 'Qt4'
include Qt
Application.new ARGV do
MainWindow.new do
Label.new 'foobar', self
show
end
exec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment