[Kde-bindings] QString

Arno Rehn arno at arnorehn.de
Tue Feb 16 08:57:42 UTC 2010


On Monday 15 February 2010 23:31:39 Christian A. Reiter wrote:
> But due to a lack of documentation, I have a question I found no answer
> to in the net:
> Is there no QString, QList etc. in Qyoto? no base classes at all? is c#
> "string" mapped to QString in the arguments? can't be... (no "arg"
> method etc.)
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).

-- 
Arno Rehn
arno at arnorehn.de



More information about the Kde-bindings mailing list