Qt 6.11 is out! See what's new in the release
blog
How can I translate QPageSetupDialog dialog?
-
I need to translate standard Qt QPageSetupDialog that I thought used by QPrintPreviewDialog, but now I am not sure. I was able to translate QPrintPreviewDialog itself by using qtbase_de.qm, I generated it with lrelease and qtbase_de.ts downloaded from qt documentation.
Translated QPrintPreviewDialog, but not QPrintDialog
Not translated QPageSetupDialog

There is no translations for QPageSetupDialog actually, only for some QPageSetupWidget

So am I still able to translate QPageSetupDialog and QPrintDialog?