qtpovrayResource Filters | December 5, 2017 |
You can limit the files that are displayed in the Resources tree.
This is useful if you are building animations; you can quickly get hundreds of output .png files cluttering the directory, that you don't need to see here.
The context right-click menu on the Resources will bring up the filter dialog.
There are 3 options for filtering. Qt uses an inclusive filter model, you specify the files you want displayed, (as opposed to eclipse's exclusive model, which hides the files specified).
- Show all files - Display everything in the directory.
- Dim filtered files - Greys out and disables the filtered files.
- Hide filtered files - Only shows the files the match the below filters.
You can remove a filter by clicking the red X
Add a new filter by typing its name and click the green +
The default filters are the 3 primary POV-Ray file types; *.pov
, *.inc
, and *.ini
.