Copy part of QString

Posted by sterh on Stack Overflow See other posts from Stack Overflow or by sterh
Published on 2010-03-26T14:30:38Z Indexed on 2010/03/26 14:33 UTC
Read the original article Hit count: 289

Filed under:

Hello. I have a QString. I need to create a copy of this QString. In Delphi this function copy

function Copy ( Source : string; StartChar, Count : Integer ) : string;

I need the same in Qt.

Thank you.

© Stack Overflow or respective owner

Related posts about qt