I've seen a lot on the internet and stakoverflow about parsing a space separated string variable but nothing on parsing a space seperated QString variable on qt I would really appreciate any insight on how to do this.
For example if I had a QString of "Bob 1, 2, 3" and wanted to set name="Bob" num1=1, num2=2, and num3=3.