Tags: qstringlist
The QStringList class is part of the QtCore module of Qt and, as its name indicates, provides a list of strings. QStringList inherits from QList and, in addition to standard QList functionalities, it provides a few convenience functions that make handling lists of strings easier.