this code:
QtnPropertySet* set = new QtnPropertySet(this);
ui->propertyWidget->setPropertySet(set);
QtnPropertyQColor* textColor = new QtnPropertyQColor(set);
textColor->setName(tr("textColor"));
textColor->setDescription(tr("Foreground text color"));
textColor->setValue(QColor(0, 0, 0));
produces following:
textColor Delegate <> unknown;
I've spent an hour and still can't find how to attach a delegate.
Anyway, the project really misses documentation.
this code:
produces following:
I've spent an hour and still can't find how to attach a delegate.
Anyway, the project really misses documentation.