aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/translation/data/dialogButtonBox.qml
Commit message (Collapse)AuthorAgeFilesLines
* DialogButtonBox: fix standard buttons not being translatedMitch Curtis2019-09-111-0/+61
When calling QQmlEngine::retranslate() after component completion, buttons in a DialogButtonBox were not being retranslated. For now the only way to be notified of language change events is by installing an event filter on the application, but in the future we can use the solution to QTBUG-78141 instead. Change-Id: Ibc435c3829945489adcbaa8a813013fe735a9c38 Fixes: QTBUG-75085 Reviewed-by: Andy Shaw <andy.shaw@qt.io>