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

QMessageBox customized buttons aren't displayed

XMLWordPrintable

    • Android
    • 4c631c0bf971f0b41eb319cd3c6d5c723055aac6

      Non-standard buttons on a MessageBox aren't displayed. I'm using the default for Android Native Dialogs. In the code below, I can't see the "More" button in the message box on Android, but it looks fine on the Desktop.

      QMessageBox mb1;
      mb1.setText("Why can't I see the More button?");
      mb1.setStandardButtons(QMessageBox::Ok);
      QPushButton *qt = mb1.addButton("More...",QMessageBox::HelpRole);
      mb1.exec();

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

            ulherman Ulf Hermann
            lukeandrew Luke Andrew
            Votes:
            16 Vote for this issue
            Watchers:
            22 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes