mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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;
|
||||
setupProperty( prop, element );
|
||||
}
|
||||
|
||||
QtVariantEditorFactory *factory = new QtVariantEditorFactory;
|
||||
browser->setFactoryForManager( propertyMgr, factory );
|
||||
}
|
||||
|
||||
void CPropBrowserCtrl::setupProperty( const SPropEntry &prop, const CInterfaceElement *element )
|
||||
|
|
Loading…
Reference in a new issue