[TD]Apply filters to PropertyFile

This commit is contained in:
wandererfan
2019-09-19 12:16:39 -04:00
committed by WandererFan
parent d6d25ae2f3
commit 1f4fb612dd
5 changed files with 19 additions and 3 deletions

View File

@@ -122,6 +122,9 @@ DrawViewSection::DrawViewSection()
getParameters();
std::string hatchFilter("Svg files (*.svg *.SVG);;PAT files (*.pat *.PAT);;All files (*)");
FileHatchPattern.setFilter(hatchFilter);
}
DrawViewSection::~DrawViewSection()