qtruby support?
Richard Dale
rdale at foton.es
Thu Aug 30 08:23:57 BST 2007
On Thursday 30 August 2007, Wolfgang Rohdewald wrote:
> 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)
For some reason this class was specifically excluded from the smoke lib that
qtruby uses, although the lib builds fine with Qt 4.3 when it is included.
I've fixed it in the kde svn, and so it will be included in the next release
of qtruby.
-- Richard
More information about the KDevelop
mailing list