Skip to content

BUG: Selected QStandardItem did not have access to Attribute

getSelectedAttribute method is now based on QModelIndex so we dont have to deal with Proxy Mapping and will always refer to the index of the name colum of the selected row

Also modified getSelectedItem to do the same.

Merge request reports