Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
4.8.2
-
None
Description
QAbstractMessageHandler works fine when using it with QXmlSchemaValidator and directly displaying the returned (HMTL formatted) description.
However I need to embedd the error description (and source location) into some custom HTML text. That makes the story extremely complicated: Since the description already contains surrounding <hmtl> and <body> elements, it is hard to extract the pure message.
QAbstractMessageHandler would be much more easy to use (and much more flexible) if there wouldn't be any <html> ord <body> tags at all.