#1830 AppFwk : Rename to isReadOnly and disable these items in tree view

This commit is contained in:
Magne Sjaastad
2017-09-08 07:47:23 +02:00
parent 8e8c735fe6
commit 33e94c447b
4 changed files with 19 additions and 15 deletions

View File

@@ -126,7 +126,7 @@ public:
{
text = "Second_a";
caf::PdmOptionItemInfo itemInfo = caf::PdmOptionItemInfo(text, text);
caf::PdmOptionItemInfo itemInfo = caf::PdmOptionItemInfo(text, text, true);
itemInfo.setLevel(1);
options.push_back(itemInfo);
}