QString str = "and";
str.prepend("rock ");     // str == "rock and"