Sure, that's possible if you use your own C++ "launcher" but I'm using the sailfish-qml utility to do the lunching and it does not forward command line arguments (unlike qmlscene, which does forward command line arguments). I could use a custom C++ launcher, but that would mean another language in the mix (on top of Python and QML) and another platform specific thing to maintain, so I would like to avoid that if possible.