Added prototype of UTM area filtering

p4#: 21788
This commit is contained in:
Magne Sjaastad
2013-05-31 15:37:52 +02:00
parent d371c58772
commit 724d283565
4 changed files with 88 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ QStringList Interface::jsonWellPaths()
FetchWellPathsDialog fetchWellPaths;
fetchWellPaths.setSsiHubUrl(m_webServiceAddress);
fetchWellPaths.setDestinationFolder(m_jsonDestinationFolder);
fetchWellPaths.setRegion(m_north, m_south, m_east, m_west);
QStringList importedWellPathFiles;
if (fetchWellPaths.exec() == QDialog::Accepted)