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

QMessageBox::setStandardButtons shows duplicates buttons in Qt5.3 RC1 for Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 5.4.0
    • 5.3.0 Alpha, 5.3.0 RC1
    • QPA
    • Android

    Description

      I use

      QMessageBox licenceBox(this);
      licenceBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No);

      to show a message dialog with one set of 'Yes' and 'No' buttons:

      [Message Box Text]
      YES, NO

      On Android this gives me two sets of buttons showing as:

      [Message Box Text]
      YES, NO, YES, NO

      Dialog works fine on desktop versions.

      Attachments

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

        Activity

          People

            rampe Rami Potinkara
            yalnte Tom E
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes