Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-2834

Qt DS 1.6 crash when opening a source containing a ListElement with a value.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • None
    • QDS 1.6
    • Qt UI Viewer
    • None
    • Windows

    Description

      Qt DS 1.6 crash when opening the following Screen01.ui.qml containing a ListElement with a value.

      Screen01.ui.qml

      import QtQuick 2.12
      import aaaa 1.0
      
      Rectangle {
          width: Constants.width
          height: Constants.height
      
          color: Constants.backgroundColor
      
          ListModel {
              ListElement {
                  name: "aaaa"
              }
          }
      
          Text {
              text: qsTr("Hello aaaa")
              anchors.centerIn: parent
              font.family: Constants.font.family
          }
      }
      

      aaaa.qml

      import QtQuick 2.12
      import aaaa 1.0
      
      Item {
          width: Constants.width
          height: Constants.height
      
          Screen01 {
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              tjenssen Tim Jenssen
              susumuendo Susumu Endo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes