#4143 First implementation of export sector model

This commit is contained in:
Gaute Lindkvist
2019-03-18 12:52:01 +01:00
parent 136f13e145
commit f09f487635
19 changed files with 1060 additions and 147 deletions

View File

@@ -60,7 +60,11 @@ public:
PdmUiFilePathEditorAttribute()
{
m_selectSaveFileName = false;
m_fileSelectionFilter = "All files (*.* *)";
#ifdef _WIN32
m_fileSelectionFilter = "All files (*.*)";
#else
m_fileSelectionFilter = "All files (*)";
#endif
m_defaultPath = QString();
m_selectDirectory = false;