Skip to content
Snippets Groups Projects
Commit 9fa6025e authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Added signal in WrappersQtWidgetInputVectorDataListParameter.

parent 60eca795
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,8 @@ QtWidgetInputVectorDataListParameter::AddFile()
m_Scroll->setWidget(mainGroup);
this->update();
emit FileSelectionWidgetAdded( fileSelection );
}
void
......
......@@ -41,6 +41,7 @@ public:
signals:
void Change();
void FileSelectionWidgetAdded( QWidget * );
protected slots:
//void SetFileName( const QString& value );
......
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