PDA

View Full Version : QString to QStringList



been_1990
2nd May 2010, 00:00
How can I get words that are separated by a space in a QString, and pass each into a QStringList?

norobro
2nd May 2010, 00:54
Take a look at the QString Class docs. Look for a method that returns a QStringList.

^NyAw^
2nd May 2010, 01:02
Hi,

Try using .

Lykurg
2nd May 2010, 09:07
Take a look at the QString Class docs. Look for a method that returns a QStringList.
I have only to add: Do you really think that your question belongs to "Qt Programming"? Wouldn't "Newbie" be a better place for such a question?

been_1990
4th May 2010, 23:33
Youre absolutly right. My bad. I don't know how I let that slip... :)

wysota
5th May 2010, 01:26
Youre absolutly right. My bad. I don't know how I let that slip... :)

i know I won't let it slip :cool: Moving to newbie...

genomega
6th May 2010, 02:20
I have only to add: Do you really think that your question belongs to "Qt Programming"? Wouldn't "Newbie" be a better place for such a question?

Translation = you can't answer the question...
:D

wysota
6th May 2010, 09:20
But the question has already been answered...

been_1990
7th May 2010, 15:34
My self-imposed-smart-guy image is smashed beyond recognition... Oh well...