Added & configured actions.

This commit is contained in:
2025-12-26 23:09:53 +01:00
parent 71d7350913
commit c4714bfca2
9 changed files with 159 additions and 105 deletions

View File

@@ -49,21 +49,19 @@ void BCValueModel::addValue(const BCDataValue& val)
}
/*
void BCValueModel::setValueList(BCValueList* valueList)
const BCValueList& BCValueModel::getValueList()
{
return _valueList;
}
void BCValueModel::setValueList(const BCValueList& valueList)
{
beginResetModel();
_valueList = valueList;
endResetModel();
}
*/
/*
BCValueList& BCValueModel::getValueList()
{
return _valueList;
}
*/
int BCValueModel::rowCount(const QModelIndex& parent) const
{