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