CHANGED: #1471 Enabled editing in the property browser widget, but obviously changing properties will have no effect until property changing is implemented.
This commit is contained in:
parent
7d207ae1a4
commit
dc08bfc73f
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ namespace GUIEditor
|
||||||
const SPropEntry &prop = *pItr;
|
const SPropEntry &prop = *pItr;
|
||||||
setupProperty( prop, element );
|
setupProperty( prop, element );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QtVariantEditorFactory *factory = new QtVariantEditorFactory;
|
||||||
|
browser->setFactoryForManager( propertyMgr, factory );
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPropBrowserCtrl::setupProperty( const SPropEntry &prop, const CInterfaceElement *element )
|
void CPropBrowserCtrl::setupProperty( const SPropEntry &prop, const CInterfaceElement *element )
|
||||||
|
|
Loading…
Reference in a new issue