PIVariantEdit widgets

This commit is contained in:
2022-12-04 18:28:25 +03:00
parent 3ad11fe743
commit 461491e30e
5 changed files with 176 additions and 31 deletions

View File

@@ -115,6 +115,7 @@ void PIValueTreeEdit::build() {
}
if (i.hasChildren() || i.isArray()) {
auto * ve = new PIValueTreeEdit();
ve->setGroupingEnabled(is_grouping);
ve->setValue(i);
if (is_grouping) {
auto * gb = new QGroupBox();