]> Creatis software - cpPlugins.git/blobdiff - lib/ivq/Qt/DicomSeriesSelectorDialog.cxx
...
[cpPlugins.git] / lib / ivq / Qt / DicomSeriesSelectorDialog.cxx
index 6e39f344742bedbc80c7693f69992c84df321fde..c3248eded7bf220775eae872d8d9113912b9f882 100644 (file)
@@ -24,6 +24,13 @@ ivq::Qt::DicomSeriesSelectorDialog::
   delete this->m_UI;
 }
 
+// -------------------------------------------------------------------------
+void ivq::Qt::DicomSeriesSelectorDialog::
+setStartDir( const std::string& dir )
+{
+  this->m_UI->Selector->setStartDir( dir.c_str( ), true );
+}
+
 // -------------------------------------------------------------------------
 std::vector< std::string >* ivq::Qt::DicomSeriesSelectorDialog::
 selectedFilenames( )