From: Rosalind Mitchell Date: 2008-01-16T23:11:41+09:00 Subject: Re: Problem with StringList object in Ruby/Qt4 Stefano Crocco wrote: > I think this happens because QtRuby uses ruby lists instead of most (if > not all) of the Qt containers. Try doing > > list = [] > > instead of > > list = Qt::StringList.new() That seems to be it. Thank you, Srefano! Rosie