26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLEWIDGET_H 
   30 #include "../Config.h" 
   38 namespace Ui { 
class chartStyleWidgetForm; }
 
   47     class ColorPickerToolButton;
 
   74           ChartStyleWidget(QWidget* parent = 0, Qt::WindowFlags f = 0, QString title = 
"", QString PropertyX = 
"", QString PropertyY = 
"");
 
  109           std::unique_ptr<Ui::chartStyleWidgetForm>  
m_ui;