[Interest] Why does the QtLogging message not include type (e.g. WARNING)?

2023-12-10 Thread Thomas Larsen Wessel
The documentation (https://doc.qt.io/qt-6/qtlogging.html) states: *The default pattern is %{if-category}%{category}: %{endif}%{message}* 1) In my limited experience most or all logging architectures print the type (aka. severity or criticality, e.g. warning, debug, info, etc.) by default. 2)

Re: [Interest] Why does the QtLogging message not include type (e.g. WARNING)?

2023-12-10 Thread Thomas Larsen Wessel
critical}C%{endif}%{if-fatal}F%{endif}|%{message} > > See https://doc.qt.io/qt-6/qtlogging.html#qSetMessagePattern for details. > Whatever format you apply in this way will be followed by Qt and (unless it > overrides, which is unlikely) QGIS as well. > > Alexey > > On Sun, 2023

Re: [Interest] Why does the QtLogging message not include type (e.g. WARNING)?

2023-12-11 Thread Thomas Larsen Wessel
day, 10 December 2023 09:47:22 PST Thomas Larsen Wessel wrote: > > I'm actually grateful that the original message is so concise, otherwise > I > > > > > wouldn't look for a way to customise it > > > > I never considered that. If the goal is to make ap

[Interest] Qt uses fontconfig on Linux, but what about Windows?

2023-12-16 Thread Thomas Larsen Wessel
Quote from https://doc.qt.io/qt-6/qt-embedded-fonts.html: *Qt normally uses fontconfig to provide access to system fonts*. If > fontconfig is not available, e.g. in dedicated embedded systems where space > is at a premium, Qt will fall back to using QBasicFontDatabase. In this > case, Qt applicati

Re: [Interest] Qt uses fontconfig on Linux, but what about Windows?

2023-12-17 Thread Thomas Larsen Wessel
at 7:53 PM Allan Sandfeld Jensen wrote: > On Samstag, 16. Dezember 2023 15:58:00 CET Thomas Larsen Wessel wrote: > > Quote from https://doc.qt.io/qt-6/qt-embedded-fonts.html: > > > > *Qt normally uses fontconfig to provide access to system fonts*. If > > > > > fontc