Qt virtualKeyboard versioning question
Unsolved
General and Desktop
-
So I have implemented the Qt virtual keyboard in an non-standard way. Essentially, I have it implemented in a component s/t when the component is created it is always displayed. I have imported my own style and customized it a bit. The version of Qt that I am using is: 5.12.3
Everything is working fine. However, I tried downloading an earlier version of QT on my laptop version 5.9.8 and unfortunately it would seem the alterations I made to the style aren't showing up. Essentially the only change I made to the style was to change the background color of the keyboard from black to grey. Was there no way of changing the background color for the Qt virtual keyboard back in 5.9.8 or was it done differently then then it is done now?