I've just started with QT and I found something I can't understand.
Why won't this work?
Qt Code:
out<<"hello"; QString string; out >> string;To copy to clipboard, switch view to plain text mode
Only "test" is added to the string. Couldn't find a way to append "hello" to the string.




Reply With Quote
Bookmarks