You ask to split with a space so what are you surprised ?
Is this string has a fixed format ? If yes just use QString::left, QString::mid and QString::right methods.