How can I split QString by numbers of characters ?
Example:

I've got QString with 1000 characters and I want to split it to QStringList or QList<QString> by 200 chars per line?