Use an editable Qt resource

247 Views Asked by At

I'm working on a syntax highlighter getting styles to apply from an xml file.

I wanted to add this file in the qrc but I would like this file to be editable by the user.

How to get the benefit of the qrc to avoid path management from the exe ?

0

There are 0 best solutions below