betacraftuk / betacraft-launcher

A launcher for Minecraft focused on legacy versions of the game
https://betacraft.uk
GNU General Public License v3.0
336 stars 40 forks source link

Add basic theming support #302

Closed notdevcody closed 9 months ago

notdevcody commented 1 year ago

Adds basic support for theming. The theme key in language files is only added in English and Polish (all variations).

We should probably add ids for more widgets (with setObjectName) and optimize the style sheet, as currently you are only able to change the style of elements that were already themed with Qt's setStylesheet.

notdevcody commented 9 months ago

Probably will go for a full rework