    static const QChar data[4] = {'a', 'b', 'c', 'd'};
    QString st = "Computer Science";
    st.insert(9, data, 2);  //Computer abScience
    