Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-83727

QWizard default buttons are not translated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.14.2
    • None
    • Windows

    Description

      The default buttons of a QWizard are not translated.

      Back/Next/Cancel/Finish etc.

      Workaround:

      Explicitly set the text:

      setButtonText (BackButton, QObject::tr ("Back"));
      setButtonText (NextButton, QObject::tr ("Next"));
      setButtonText (CancelButton, QObject::tr ("Cancel"));
      setButtonText (FinishButton, QObject::tr ("Done"));
      setButtonText (HelpButton, QObject::tr ("Help"));

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mstegehuis E.M. Stegehuis
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes