You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: