Use QWindowSystemInterface::handleThemeChange
This replaces explicit calls of various setters with a single QWindowSystemInterface::handleThemeChange call that properly asks Qt to re-request the settings from plugin without overriding settings set by application.
This depends on !6 for proper font initialization
Edited by Ilya Fedin