<div dir="ltr">On Fri, Apr 12, 2013 at 12:23 PM, Shubham Chaudhary <span dir="ltr"><<a href="mailto:shubhamchaudhary92@gmail.com" target="_blank">shubhamchaudhary92@gmail.com</a>></span> wrote:<br><div class="gmail_extra">

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think QStrings are more efficient that normal strings. </div></blockquote><div>

<br></div><div style>That is not true by the way. QStrings are larger than char* (as they support unicode etc.etc.). Also constructing a QString is more expensive as they need to convert whatever you enter into UTF-16. So when a string can only contain ASCII characters it is usually advisable to use a char*.</div>

<div style><br></div><div style>HS </div></div></div></div>