Sha256: 26697dab3907dd86ebf8098fc7fbc1f5a2a38bfc1abfa666c9ae080241704baa
Contents?: true
Size: 520 Bytes
Versions: 1
Compression:
Stored size: 520 Bytes
Contents
=begin Require this file to do Clevic in Qt =end require 'clevic/framework' require 'Qt4' # require these first, so TableModel and TableView get the correct ancestors require 'clevic/qt/table_model.rb' require 'clevic/qt/table_view.rb' # all other files in the qt subdirectory require 'pathname' ( Pathname.new( __FILE__ ).parent + 'qt' ).children.grep( /.rb$/ ).each do |child| require child.to_s end # now require the generic parts require 'clevic/table_model' require 'clevic/table_view' require 'clevic.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clevic-0.13.0.b5 | lib/clevic/qt.rb |