Skip to content

Instantly share code, notes, and snippets.

@xenodesystems
Created November 18, 2012 22:27
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 xenodesystems/4107872 to your computer and use it in GitHub Desktop.
Save xenodesystems/4107872 to your computer and use it in GitHub Desktop.
Xenode RubyQt samples
begin
require 'rubygems'
rescue LoadError
end
# Requerimos todas las gemas a utilizar aquí:
require 'Qt'
#require 'gema'
#require 'otragema'
# Y al final, ponemos:
include Qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment