I'm working on a grid for project and GridView does ALMOST exactly what I need with the exception of the following:
- I'd like to not inherit from Flickable and implement my own scrolling behavior manually
- I'd like to have the option to add spacing between grid cells.
Is there anyway I can view and edit the actual QML or C++ implementation of the QML GridView type (or even better, QtQuick types in general) so I can learn from it and make the changes to it that suit my needs? This is something that I have repeatedly found myself wanting to do while working with QML. This is just one example.