The first week was small steps were made,

some printers for QT and KDE framework was already made,i imported those printers from here, also some from a qt merge request patch here,

removing any deprecated logic as the printers are quite old, some changes where made to the QListPrinter to fix the indexing and to account for typedefs like QStringList, QVariantList.

I had a problem of QListprinters not printing nested list,

for example you have a declared a variable

QList<QList<QString>> nestedList = { {"one", "two","three","four"}, {"aword", "anotherone", "yetanother", "anoyetanother"}};

the QListPrinter does not recognized this yet

  • A new printer for QAtomic int is added

the repo can be found here Update by next week