KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

feat: parse ribbon description files for RC files #18

Closed narnaud closed 2 weeks ago

narnaud commented 2 weeks ago

This commit adds the ability to parse ribbon description files (XML) for RC files. Not everything is read yet, but the basic structure is in place.

Add C++ and QML tests to ensure everything is working as expected.