1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023821: Improve qmake project files for Qt samples

Scene dump image file extensions corrected.
This commit is contained in:
san 2013-03-18 12:38:56 +04:00
parent 1f16517f4e
commit 1d8ec4db0a

View File

@ -93,7 +93,7 @@ void MDIWindow::dump()
QString datadir = (QString(getenv("CASROOT")) + "/../data/images");
static QString filter;
filter = "Images Files (*.bmp *.gif *.xwd *.ps *.eps *.tex *.pdf *.svg *.pgf)";
filter = "Images Files (*.bmp *.ppm *.png *.jpg *.tiff *.tga *.gif *.exr *.ps *.eps *.tex *.pdf *.svg *.pgf)";
QFileDialog fd ( 0 );
fd.setModal( true );
fd.setFilter( filter );