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

crash when editing ListView in editor

XMLWordPrintable

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

      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}

      }
      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes