Skip to content

Instantly share code, notes, and snippets.

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