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.
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'ssetStylesheet
.