Recent Posts

Traverse QStandardItem with takeRow

less than 1 minute read

If you appendRow a QList<QStandardItem *> to a QStandardItem, you should get the entire row. However takeRow function removes the element thus you cann...

Pretty printing for C++ STL containers

2 minute read

Ever wondered why you cannot see inside vector while debugging? It is because gdb does not support STL types and thus only thing you will see is the pointers...