Two Qt Resource Files (.qrc), switch while runtime
-
I have two Resource Files (.qrc) how can I switch between them in Qt C++ while runtime?
Thank You.
-
I already tried it with the dynamical loading link, but i can not switch to the second one.
Is it possible with the .qrc files, too? I registered both files, setting one happens with setFileName() right?
That does not work at my example, are there any additional terms? -
I tried it, but it does not work.
I forgot to they, that I want to use it on Windows.
I think it is a problem with the path. I need an absolute path, starting with /, so it seems it is Linux based.