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

QMessageBox - paragraphs unused

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes