Hello, I'd like to ask you these two questions:
1. How to make a splash screen which would not disappear after clicking it with left mouse button (if it's possible). I tried to set attribute Qt::WA_TransparentForMouseEvents but it didn't work. Any ideas?

2. Is there any size limit in Qt's Resource System? I tried to make simple animation on the startup and therefore i added 44 .png files to the .qrc file. When I'm trying to compile it, I'm getting such an error:
"cc1plus.exe: out of memory allocating 65535 bytes".
?

Thanks in advance for your effort.