Original Repository: https://bitbucket.org/tonu/coder/src/master/
Video Link: https://www.youtube.com/watch?v=rbAj7hn24vo
Handwritten QML: 1000 lines Handwritten C++: 550 lines Generated C++: 1600 lines!! :)
Coder generates Qt C++ properties with getters and setters. It provides a undo/redo for all properties, save to file and load are provided out of the box. Also you can add a validate function from GUI for properties ex: _string.beginsWith("a").
Whee!!! From C++ to mouse clicking.