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

QWizard default buttons are not translated

XMLWordPrintable

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

      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"));

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes