[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

@@ -56,6 +56,9 @@ DrawViewImage::DrawViewImage(void)
ADD_PROPERTY_TYPE(Width ,(100),vgroup,App::Prop_None,"The width of the image view");
ADD_PROPERTY_TYPE(Height ,(100),vgroup,App::Prop_None,"The height of the view");
ScaleType.setValue("Custom");
std::string imgFilter("Image files (*.jpg *.jpeg *.png);;All files (*)");
ImageFile.setFilter(imgFilter);
}
DrawViewImage::~DrawViewImage()