You can basically serialize a QList<T> if T is serializable. (Meaning: it has a << operator.)
I wrote for myself a class called QSettingsManager for this purpose. You can view the code here and the entire app in this repository.