floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

686
active users

shemeshg

identify change of theme on mac and windows is easy
```
SystemPalette {
id: systemPalette
colorGroup: SystemPalette.Active
onButtonTextChanged: {
// Fix theme bugs manually
}
}
```
Is there equivalent thing for Qt Widgets?