2021-02-13 22:43:03 +03:00
|
|
|
import QtDocGallery 5.0
|
|
|
|
|
|
|
|
GalleryFilterUnion {
|
|
|
|
|
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".pdf"
|
|
|
|
}
|
|
|
|
|
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".ps"
|
|
|
|
}
|
2021-02-17 23:02:19 +03:00
|
|
|
|
2021-06-12 13:45:58 +03:00
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".txt"
|
|
|
|
}
|
|
|
|
|
2021-02-17 23:02:19 +03:00
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".PDF"
|
|
|
|
}
|
|
|
|
|
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".PS"
|
|
|
|
}
|
2021-04-10 15:42:54 +03:00
|
|
|
|
2021-06-12 13:45:58 +03:00
|
|
|
GalleryEndsWithFilter {
|
|
|
|
property: "fileName"
|
|
|
|
value: ".TXT"
|
|
|
|
}
|
|
|
|
|
2021-02-13 22:43:03 +03:00
|
|
|
}
|