Sha256: 78fc469e20595596772e3f8a51db85cd9e042db647a27e677afbd1edad76974e
Contents?: true
Size: 606 Bytes
Versions: 11
Compression:
Stored size: 606 Bytes
Contents
=begin Require this file to do Clevic in Qt =end require 'clevic/framework' require 'Qt4' require 'qtext' # needed here for tableize, humanize require 'sequel' # 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.select{|x| x.to_s =~ /.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
11 entries across 11 versions & 1 rubygems