A QStringList strlist is a list of QString .... so strlist[0] is a QString.
A QStringList strlist is a list of QString .... so strlist[0] is a QString.
Gokulnathvc (19th March 2011), phillip_Qt (30th October 2007)
Hi,
Here you know that your QStringList will be only a single QString when you split it because you know that only there is one QString, I'm right?
So,
Qt Code:
To copy to clipboard, switch view to plain text mode
Òscar Llarch i Galán
phillip_Qt (30th October 2007)
Bookmarks