mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Replace property browser by tree browser in TextureMapper
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
TextureMapper::TextureMapper(std::tr1::shared_ptr<TextureMapping> mapping)
|
||||
: Mapper(mapping)
|
||||
{
|
||||
_propertyBrowser = new QtGroupBoxPropertyBrowser;
|
||||
_propertyBrowser = new QtTreePropertyBrowser;
|
||||
_variantManager = new QtVariantPropertyManager;
|
||||
_variantFactory = new QtVariantEditorFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user