harbour-seaprint/qml/components/DocumentFilter.notqml
2021-06-12 12:45:58 +02:00

35 lines
563 B
Text

import QtDocGallery 5.0
GalleryFilterUnion {
GalleryEndsWithFilter {
property: "fileName"
value: ".pdf"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".ps"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".txt"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".PDF"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".PS"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".TXT"
}
}