Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created August 8, 2008 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qoobaa/4588 to your computer and use it in GitHub Desktop.
Save qoobaa/4588 to your computer and use it in GitHub Desktop.
require 'Qt4'
require 'ui_form'
require 'form'
app = Qt::Application.new(ARGV)
widget = Form.new
widget.show
app.exec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment