What version of Qt are you using?
This should work for 4.2.2 (it does for me):
Qt Code:
QT_TRANSLATE_NOOP("QDialogButtonBox", "&Yes"); QT_TRANSLATE_NOOP("QDialogButtonBox", "&No");To copy to clipboard, switch view to plain text mode
Check QDialogButtonBox.cpp for other strings to translate
Bookmarks