I am fairly new to developing with Qt. I've been reading quite a lot in the past week and have heard that sometimes setting up background images with Style Sheets cause "slowing down" problems.
Being the genius that I am (sarcasm) I figured how to set backgrounds using QPalette.setBrush() method.
My question is:
If it helps, the image I am using repeats itself.
In this case, using setBrush
is faster than using style sheets.
Usage of style sheets often leads to poor UI performance and increases start time. Also style sheets have some limitations, for example, no transparent list or tree views AFAIR.