32 #include "../../../se/PointSymbolizer.h" 
   33 #include "../../../se/Graphic.h" 
   38 #include <QGridLayout> 
   41 #include <QtPropertyBrowser/QtTreePropertyBrowser> 
   42 #include <QtPropertyBrowser/QtVariantPropertyManager> 
   49   QGridLayout* layout = 
new QGridLayout(
this);
 
   51   this->setLayout(layout);
 
   56   layout->setContentsMargins(0,0,0,0);
 
   72   m_setLocalSymbol = 
true;
 
   76   m_setLocalSymbol = 
false;
 
   86   m_symb->setGraphic(m_graphProp->getGraphic());
 
   89     emit symbolizerChanged();
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
A widget used to define the point symbolizer properties, such as: 
 
void setGraphic(Graphic *graphic)