How to use QStringList to store multiple strings

I’m using QT framework to create an employee interface which stores information of an employee (ID, name, surname, skills, ecc..) In the widget interface I’ve used a lineEdit for everything since I need to store string types of information, the only exception of parameter skills that should be a list of strings In my mainwindow.cpp… Read More How to use QStringList to store multiple strings