26 #ifndef __TERRALIB_QT_AF_INTERNAL_PROJECTINFOWIDGET_H 
   27 #define __TERRALIB_QT_AF_INTERNAL_PROJECTINFOWIDGET_H 
   29 #include <QtGui/QWidget> 
   36   class ProjectInfoWidgetForm;
 
   79           void updateProjectInfo();
 
   87           Ui::ProjectInfoWidgetForm* 
m_ui;  
 
   93 #endif //__TERRALIB_QT_AF_INTERNAL_PROJECTINFOWIDGET_H 
Ui::ProjectInfoWidgetForm * m_ui
Pointer to the form. 
 
A widget for present te::qt::af::Project informations. 
 
This class models the concept of a project for the TerraLib Application Framework. 
 
Configuration flags for the TerraLib Application Framework. 
 
Project * m_proj
te::qt::af::Project being presented. 
 
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.