Playground for Qt. Where I investigate how to implement different parts of PySide/PyQt.
Example that illustrates how to update a model from a QThread.
This example continues by implementing an ItemDelegate to control how the Views item are rendered.
We continue by adding the ability to change the grid view to a dynamic grid. By resizing the window the grid is resized automatically to fit it.
In this example we add a dockable to the app which displays additional information about the selected item.