25 lines
391 B
Text
25 lines
391 B
Text
import QtDocGallery 5.0
|
|
|
|
GalleryFilterUnion {
|
|
|
|
GalleryEndsWithFilter {
|
|
property: "fileName"
|
|
value: ".pdf"
|
|
}
|
|
|
|
GalleryEndsWithFilter {
|
|
property: "fileName"
|
|
value: ".ps"
|
|
}
|
|
|
|
GalleryEndsWithFilter {
|
|
property: "fileName"
|
|
value: ".PDF"
|
|
}
|
|
|
|
GalleryEndsWithFilter {
|
|
property: "fileName"
|
|
value: ".PS"
|
|
}
|
|
|
|
}
|