I had problems writing rules for # character in the path. Turns out i have to encode it as \x23 in my rules. This might be a common problem for people using C# . It would be nice to reference such case in docs/examples, since i am no Qt coder.
I had problems writing rules for # character in the path. Turns out i have to encode it as \x23 in my rules.
This might be a common problem for people using C# .
It would be nice to reference such case in docs/examples, since i am no Qt coder.