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

MessageDialog detailed text goes out of bounds in Material style

    XMLWordPrintable

Details

    • c283d4473 (dev), 8b2a4913c (6.7)

    Description

      Run attached example, click show details. The text in the details goes over the frame.

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls.Material
      import QtQuick.Dialogs
      ApplicationWindow {
          id: root
          width: 800
          height: 600
          visible: true
      
          MessageDialog {
              id: m
              informativeText: "Click show details"
              detailedText: "A message dialog is used to inform the user, or ask the user a question. A message dialog displays a primary text to alert the user to a situation, an informative text to further explain the alert or to ask the user a question, and an optional detailed text to provide even more data if the user requests it. A message box can also display a configurable set of buttons for accepting a user response"
          }
      
          Component.onCompleted: m.open()
      }
      

      Attachments

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

        Activity

          People

            oulu_hillbilly Sami Varanka
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes