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: 333
        
qt
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