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

MessageDialog does not show title correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.9
    • Quick: Dialogs
    • None
    • Windows

    Description

      MessageDialog does not show correct title it shows title in the form "app<project-name>" where <project-name> here is a placeholder for the project name. Below there is code to reproduce the issue:

      import QtQuick
      import QtQuick.Controls
      import QtQuick.DialogsWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")    Button {
              id: button
              text: "Click me!"
              onClicked: msgDialog.open()
          }
          MessageDialog {
              id: msgDialog
              title: "Hello"
              text: "World"
          }
      } 

      but the effect is:

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            piterx Piotr Golacki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes