-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 1.6.1
-
None
-
-
QDS H160 - 44/45
- Create new QML project.
- Select main.qml file.
- Switch to Design mode.
- Drag List View (or Grid View) to Form.
- Right click on a View -> Edit List Model ...
- Double click to the right of the right header.
- Creator crashes.
I suppose in QmlDesigner::ListModelEditorDialog::changeHeader() the value of the column acts as an array index without checking for validity, although the connected signal QHeaderView::sectionDoubleClicked in this case gives -1.