harbour-seaprint/qml/components/DocumentFilter.notqml
2021-02-13 20:43:03 +01:00

14 lines
219 B
Text

import QtDocGallery 5.0
GalleryFilterUnion {
GalleryEndsWithFilter {
property: "fileName"
value: ".pdf"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".ps"
}
}