-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
5.3.2, 5.4.0, 5.5.1
I am loading qt translator qt_fr.qm in my main, but QMessageBox buttons are not getting translated.
For instance:
int rep = QMessageBox::question (this,
tr("Suppression de toutes les marques"),
tr("Etes-vous sur ?"),
QMessageBox::Yes | QMessageBox::No);
Always shows "Yes" and "No" on buttons.
Thanks
Philippe Lelong