8 connect(propertyEditor, &QDesignerPropertyEditorInterface::propertyChanged,
9 this, &MyClass::checkProperty);
16 auto *propertyEditor = formEditor->propertyEditor();
18 auto *object = propertyeditor->object();
19 auto *widget = qobject_cast<MyCustomWidget *>(object);
21 if (widget && property == aProperty && value != expectedValue)
connect(manager, &QNetworkAccessManager::finished, this, &MyClass::replyFinished)