That's not true.
That's not true as well.and Q_INIT_RESOURCES is required to initialise all resources.
"Qt resources" is a virtual filesystem, nothing more, nothing less. Stylesheets have nothing to do with files and in this particular case the stylesheet is loaded from an external and real file.
Q_INIT_RESOURCES is only needed if you want to initialize resources that are embedded int a static library on some of the platforms. It' required to link them to the filesystem already existing in the application.






Reply With Quote

Bookmarks