Does background-image property of stylesheet affect the startup time of the program when run?

I am writing a Python program using PyQt5 GUI framework. The program has over 4800 lines of code, it comprises of over 15 different classes and each of the classes is managed by QLayouts and Qgroupboxes.
My program runs fine as expected un…