26 #ifndef __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H 
   30 #include "../Config.h" 
   36 #include <QtGui/QDialog> 
   39 namespace Ui { 
class ParameterDialogForm; }
 
   64           QString getName() 
const;
 
   66           void setName(
const QString& name);
 
   68           QString getValue() 
const;
 
   70           void setValue(
const QString& value);
 
   74           void onParamNameTextEdited(
const QString& nextTxt);
 
   76           void onParamValueTextEdited(
const QString& nextTxt);
 
   80           std::auto_ptr<Ui::ParameterDialogForm> 
m_ui;
 
   89 #endif  // __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dialog to be used as input of key/value pairs. 
 
std::auto_ptr< Ui::ParameterDialogForm > m_ui