Skip to content

Load default tooltip QML from QRC

David Edmundson requested to merge work/d_ed/tooltip_qrc into master

The current code to load the QML file is not robust to multiple installs being present, given there is tight coupling between the C++ side and the loaded QML we can ship it as a resource and avoid these issues.

Merge request reports