I have a bunch of helper functions that raise exceptions and I'd like the messages in those exceptions to be translated.<br>How should I get those strings translated?<br>QObject.tr is not a static method, I can't just call it.<br>
I need a QObject don't I?<br><br>What is the best practice here?<br><br>Thanks,<br>~Eric<br>