QRegularExpressionValidator does not seem to work with negativ lookahead
I have the following regex which works fine with online validators (https://regex101.com/r/d56Jmg/1). It is for validating floating point numbers which have a maximum number of 9 digits.