QString str = "rock and";
str.append(" roll");        // str == "rock and roll"
