I can localize texts that I can edit in the source code or in the UI designer, but some texts are filled by Qt framework, example, the ButtonGroup class has some default buttons, ok|cancel, yes|no, save|cancel, etc. How can I localize these texts on the buttons.
And more general questions, how can I tell Qt to localize its default texts to my language, as I can do with my tr() texts?
Bookmarks