Disable field in attribute table if field is not editable

This commit is contained in:
Nathan Woodrow 2013-07-18 13:21:57 +10:00
parent b1efd47961
commit 79a524fb60

View File

@ -74,6 +74,8 @@ QWidget *QgsAttributeTableDelegate::createEditor(
}
}
w->setEnabled( vl->fieldEditable( fieldIdx ) );
return w;
}