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

crash when editing ListView in editor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • QDS 1.6.1
    • QDS 1.6
    • 2D View
    • None
    • Windows

    Description

      I found fully reproducible crash in QDS 1.6 which happens during editing qml file in editor

      Please execute following steps:

      • create new project (General)
      • add new .qml file call it Cover.qml
      • in Screen01.ui.qml add empty ListView {}
      • add "delegate: Cover" inside
      • add "model: ListModel { ListElement {} }"
      • inside {} add "coverID: 1"
      • see crash

      so the final code should be:

      ListView {
      delegate: Cover
      model: ListModel {
      ListElement

      {coverID: 1}

      }
      }

      Attachments

        Issue Links

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

          Activity

            People

              thohartm Thomas Hartmann
              jacek_poplawski Jacek Poplawski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes