There is no other exception handling (than C++ exception handling), is there?

If you or some other code you are calling throws exceptions, then: yes, you should catch and handle those. No exceptions will be thrown by Qt itself, so if you don't throw either and you use no other software that does, then there will be no exceptions around that could be caught.