26 #ifndef __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H
30 #include "../Config.h"
40 namespace Ui {
class ParameterTableWidgetForm; }
63 Ui::ParameterTableWidgetForm*
getForm()
const;
65 void add(
const std::string& name,
const std::string& value);
67 std::map<std::string, std::string>
getMap()
const;
81 std::unique_ptr<Ui::ParameterTableWidgetForm>
m_ui;