Can stylesheet keywords on Windows and stylesheet keywords on Linux be different?
-
While applying the style sheet in Windows, I set background: none; to make the background color transparent. This worked well.
I did background: none; in Linux as well, but I got a style sheet error, but Linux is applied as background: transparent; Am I mistaken? Or is Windows and Linux a little different? -
While applying the style sheet in Windows, I set background: none; to make the background color transparent. This worked well.
I did background: none; in Linux as well, but I got a style sheet error, but Linux is applied as background: transparent; Am I mistaken? Or is Windows and Linux a little different?@IknowQT Are you getting an error from the QSS parse or not getting what you want? If it is the latter then it is within what is expected since obviously Qt tries to have a homogeneous API but it is not perfect, for example when some feature works in one OS but not in another, and for example that is the case of transparency.