qtruby support?

Wolfgang Rohdewald wolfgang at rohdewald.de
Thu Aug 30 06:55:41 BST 2007


what is the best place to get help for qtruby? (I would prefer mailing lists
over a forum)

my latest problem:

I can successfully use TableView and SqlTableModel to display my firebird table

but if I try the SqlRelationalTableModel I get

@tv.ItemDelegate=Qt::SqlRelationalDelegate.new(@tv)
   `uninitialized constant Qt::SqlRelationalDelegate' (NameError)

@tv.ItemDelegate=Qt::sqlRelationalDelegate.new(@tv)
   `undefined method `sqlRelationalDelegate' for Qt:Module' (NoMethodError)

(as you might guess I am trying to learn qt and ruby in parallel)

-- 
Wolfgang




More information about the KDevelop mailing list