26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_FIELDSWIZARDPAGE_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_FIELDSWIZARDPAGE_H
31 #include "../../../dataaccess/query/Fields.h"
33 #include "../Config.h"
39 #include <QWizardPage>
47 class DoubleListWidget;
This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a...
std::unique_ptr< DoubleListWidget > m_widget
void setFields(const te::da::Fields *fields)
FieldsWizardPage(QWidget *parent=0)
DoubleListWidget * getWidget() const
te::da::Fields * getFields()
virtual ~FieldsWizardPage()
boost::ptr_vector< Field > Fields
Fields is just a boost::ptr_vector of Field pointers.