QVector<QString> = {"ab","cd","ef","gg"}

is there a way to do thing similar like this ?

since using append involves too much typing when the Vector is large

thanks