adding item in qstringlist
General and Desktop
4
Posts
3
Posters
14.4k
Views
2
Watching
-
wrote on 20 Sept 2015, 03:46 last edited by
How do i add an item in qstringlist? i cant find something like QStringList::add in the qt doc. anyone? TIA
-
How do i add an item in qstringlist? i cant find something like QStringList::add in the qt doc. anyone? TIA
@Lorence said:
i cant find something like QStringList::add in the qt doc.
There's a section called "Adding Strings": http://doc.qt.io/qt-5/qstringlist.html#adding-strings
-
wrote on 15 Mar 2021, 11:14 last edited by
QStringList.append(String)