Replace property browser by tree browser in TextureMapper

This commit is contained in:
Tats
2013-12-08 14:55:58 -05:00
parent 176a1831ae
commit 0e1658c9c3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;
+1
View File
@@ -44,6 +44,7 @@
#include "qtpropertymanager.h"
#include "qtvariantproperty.h"
#include "qttreepropertybrowser.h"
#include "qtbuttonpropertybrowser.h"
#include "qtgroupboxpropertybrowser.h"
/**