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
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
Bookmarks