26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_NUMERICPROPERTYWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_NUMERICPROPERTYWIDGET_H 
   30 #include "../Config.h" 
   35 namespace Ui { 
class NumericPropertyWidgetForm; }
 
   64           std::auto_ptr<Ui::NumericPropertyWidgetForm> 
m_ui;
 
   70 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_NUMERICPROPERTYWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An atomic property like an integer or double. 
 
A base widget for simple properties. 
 
std::auto_ptr< Ui::NumericPropertyWidgetForm > m_ui
 
A widget used to define a string property. 
 
A base widget for simple properties.