[Kde-bindings] Does QtRuby support Qt::StandardItemEditorCreator?

Richard Dale rdale at foton.es
Mon Sep 7 09:49:56 UTC 2009


On Tuesday 01 September 2009 02:54:40 am Chris Burel wrote:
> I was looking at implementing the itemviews/coloreditorfactory example in
> PerlQt, when I discovered that it uses the Qt::StandardItemEditorCreator
> object.  I don't see any support for this in QtRuby either, but I imagine
>  it could be implemented similar to the qVariantValue and qVariantFromValue
>  functions.  Have you guys tried this previously and run into trouble?  Or
>  is there some other workaround than using the QStandardItemEditorCreator
>  class?
> 
No I hadn't even noticed this class. To implement it we would need to be able 
to define Q_PROPERTIES in the bindings language that get added to the 
QMetaObject (unless dynamic properties will work ok).

-- Richard



More information about the Kde-bindings mailing list