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

QMessageBox - paragraphs unused

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • None
    • Win 8.1, Android 4.2.2
    • Android
    • 4cb0e9650599cb9b94651bb4f9e62bfdafde1ec4

    Description

      Since 5.3 Beta1, the QMessageBox Dialog does not create a paragraph anymore when "\n" is used.

      QMessageBox msgBox;
      msgBox.setText("A" + "\nB" + "\nC");
      msgBox.exec();

      Only would show "A B C". Spaces instead of paragraphs.

      Attachments

        Issue Links

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

          Activity

            People

              taipan BogDan Vatra
              dominik_fehr Dominik Fehr
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes