Sha256: b59c1755040ed49d6b87390ffa4a119642cbc8061d105d8446869cad80b73d2a

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 Bytes

Contents

=begin
  Require this file to do Clevic in Qt
=end

require 'pathname'

# 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
( 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

2 entries across 2 versions & 1 rubygems

Version Path
clevic-0.13.0.b3 lib/clevic/qt.rb
clevic-0.13.0.b2 lib/clevic/qt.rb