Using system colors automatically
-
Hi,
So far, the only way to keep written application in accordance with system colors (color scheme) was to addcolorproperty for everyText,Label, etc. items - it is bearable.
In the same moment, buttons ofDialogrespect system colors without any additional efforts, butButtoncontrol 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.