In Qt6, the classes `QXmlQuery` and `QXmlFormatter` have been deprecated and removed. Qt6 introduced significant changes to the XML module, and you should use the new `QXmlStreamReader`, `QXmlStreamWriter`, and other relevant classes for parsing and …