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

Ok Cancel button order incorrect on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.4.1
    • 5.4.0 Beta
    • Quick: Dialogs
    • None
    • Android Qt 5.4.0 beta
    • Android
    • eea5a6ea15651a4bc2d0d1b1f45a2542a26083d0

    Description

      MessageDialog {
      id: dialog
      visible: false
      modality: Qt.WindowModal
      title: qsTr("Confirm");
      text: qsTr("Are you sure about it?")
      standardButtons: StandardButton.Ok | StandardButton.Cancel
      }

      shows the Ok on the left.

      According to http://developer.android.com/design/building-blocks/dialogs.html
      The Cancel should be on the left on Android.

      Attachments

        For Gerrit Dashboard: QTBUG-42808
        # Subject Branch Project Status CR V

        Activity

          People

            srutledg Shawn Rutledge
            grego Harri Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes