Skip to content
Snippets Groups Projects
Commit 1251b656 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add the DirectoryParameter to the list of handled params in the factory

parent d112baae
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include "otbWrapperQtWidgetOutputImageParameter.h"
#include "otbWrapperQtWidgetOutputVectorDataParameter.h"
#include "otbWrapperQtWidgetFilenameParameter.h"
#include "otbWrapperQtWidgetDirectoryParameter.h"
#include "otbWrapperQtWidgetParameterGroup.h"
#include "otbWrapperQtWidgetInputVectorDataListParameter.h"
......@@ -88,6 +89,7 @@ QtWidgetParameterFactory::CreateQtWidget( Parameter* param, QtWidgetModel* model
CREATEWIDGET(IntParameter, QtWidgetIntParameter)
CREATEWIDGET(FloatParameter, QtWidgetFloatParameter)
CREATEWIDGET(FilenameParameter, QtWidgetFilenameParameter)
CREATEWIDGET(DirectoryParameter, QtWidgetDirectoryParameter)
CREATEWIDGET(StringParameter, QtWidgetStringParameter)
CREATEWIDGET(ChoiceParameter, QtWidgetChoiceParameter)
CREATEWIDGET(ListViewParameter, QtWidgetListViewParameter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment