Translate QDialogButtonBox
-
Ok, in Qt Linguist lacked [Translation] => [Done and Next] menu, but is still without translation. Below the images.
!http://i61.tinypic.com/34tea2e.png(mylinguist)!
!http://i58.tinypic.com/6teqlj.png(mydir)!
!http://i59.tinypic.com/21lr3ps.png(mydir2)! -
Saved and used again lrelease
-
Saved and used again lrelease
-
Unfortunately the solution with QT_TRANSLATE_NOOP did not solve. I opted for the solution mentioned by SGaist.
@qdbb_okcancel->button(QDialogButtonBox::Cancel)->setText(tr("&Cancel"));
@Now the translation works well
Thank you all
-
Unfortunately the solution with QT_TRANSLATE_NOOP did not solve. I opted for the solution mentioned by SGaist.
@qdbb_okcancel->button(QDialogButtonBox::Cancel)->setText(tr("&Cancel"));
@Now the translation works well
Thank you all