setMargin(): QLayout no longer has a setMargin() function, replace with
setContentsMargins()
reset(): QAbstractListModel no longer has reset(), replace with
beginResetModel(), endResetModel()
QStringList: No longer exists, a simply python list of strings works
instead