Getting absolute path to file is simple:
QUrl("file://<path>/<filename>")
But I want to get QUrl representation of file in the current directory. Something like QUrl("file://stylesheet.css") but this doesn't work.
How to do this?