You are here

Add new comment

rncbc's picture

hi, I think having it as a special named variable or symbol is not the right thing: it would make it locked down to your VTQ offering :/

what about making all the url paths relative to the .qss file location (ie. fileInfo.absolutePath() in above code) ? and then on load, replace all url( rpath ) occurrences to final url( + fileInfo.absolutePath() + '/' + _ rpath_ ) ?

get the idea?