Skip to content

Fixes broken property vis in QT6

Zain Selman requested to merge zs/fix_propvis into master

Property Vis was broken under Qt6, mainly lacking implementation of QAbstractItemModel::index() (which was required before as well, but seemed to work without somehow.) Attached working example under QT6 for MultiObject Properties as well.

2022-05-23_10-49.

Merge request reports