26 #ifndef __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H    30 #include "../Config.h"    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::unique_ptr<Ui::ParameterDialogForm> 
m_ui;
    89 #endif  // __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERDIALOG_H