Recent Posts

Wait for BackgroundWorker process

less than 1 minute read

Let’s say your class is BackgroundWorker and you have a child class who is another BackgroundWorker. If a cancellation is requested from user, you want to ca...

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...