[Kde-bindings] QString

Arno Rehn arno at arnorehn.de
Tue Feb 16 18:38:33 UTC 2010


On Tuesday 16 February 2010 18:09:05 Christian A. Reiter wrote:
> Am 2010-02-16 09:57, schrieb Arno Rehn:
> > The .NET framework offers other methods of string manipulation, like
> > String.Format() which is similar to QString::arg(). A List<T> also offers
> > a broader range of methods than a simple QList (thinking about LINQ
> > here).
> 
> Ok, understand.
> And is there a reason why in Qyoto the setter and getter methods (e.g.
> 
> ::setText(QString &text) and ::text()) are not mapped to a C# Property
> 
> "Text" (with an internal getter and setter)?
> ist this planned?
It's already done, at least for methods used in Q_PROPERTIES. It's a bit hard 
to do it for the other methods as well, because some of them are virtual, some 
are missing the getter or the setter, some take more than one argument.

-- 
Arno Rehn
arno at arnorehn.de



More information about the Kde-bindings mailing list