Sha256: 9fb8ef07faba2b8e6afe2344fb780d3c09c4510dde7bbab209269f67c043aa14

Contents?: true

Size: 591 Bytes

Versions: 1

Compression:

Stored size: 591 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.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.b6 lib/clevic/qt.rb