Using system colors automatically
Unsolved
QML and Qt Quick
-
Hi,
So far, the only way to keep written application in accordance with system colors (color scheme) was to addcolor
property for everyText
,Label
, etc. items - it is bearable.
In the same moment, buttons ofDialog
respect system colors without any additional efforts, butButton
control not yet - it has hard-coded background and text colors.
The "worst" case is withCheckBox
-es - to keep them in colors, the only way I found is to reimplement its style.Did I miss something how to do this in single place.
In contrary QtWidgets respect system color scheme out of a box.