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

2023-12-18 Thread Volker Hilsheimer via Interest
On 18 Dec 2023, at 11:20, Allan Sandfeld Jensen wrote: On Montag, 18. Dezember 2023 05:14:38 CET Thomas Larsen Wessel wrote: So in short, if I want to find a generic way of getting / querying / installing fonts across OS'es (including Windows), fontconfig is probably not the way to go, though it m

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

2023-12-18 Thread Allan Sandfeld Jensen
On Montag, 18. Dezember 2023 05:14:38 CET Thomas Larsen Wessel wrote: > Thanks :) In case others will be looking / googling for this, I will try to > share what I found out in the meantime. Please correct me where I am wrong > > :) > > At first I thought fontconfig was more of a software library

[Interest] DBus PropertiesChanged signal with PySide6/Python

2023-12-18 Thread Matthias Nacke
Hello, I try to connect the DBus PropertiesChanged Signal with Qt and PySide6/Python, the signal has the following signature: org.freedesktop.DBus.Properties.PropertiesChanged (STRING interface_name,    ARRAY of DICT_ENTRY changed_properties, A