News

About A QT app to view and edit any settings from a JSON file using a TreeView ...
Based on this article I am trying to implement this as Qt Controls 2 doesn't have a treeview (I have a normal Qt Controls 1 treeview working fine) I tried to follow the response's approach. In shor ...