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:
dfighter1985 2012-08-02 21:12:03 +02:00
parent 7d207ae1a4
commit dc08bfc73f

View file

@ -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 )