Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can I use QGalleryMetaDataFilter?

How can I use QGalleryMetaDataFilter?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mismail
    wrote on last edited by
    #1

    Hi everybody,

    I want to know how can I use QGalleryMetaDataFilter?

    I tried the followinf without any result
    @
    QGalleryMetaDataFilter filter();
    filter.setPropertyName(QLatin1String("created"));
    filter.setValue("4/7/2011");
    filter.setComparator(QGalleryFilter::Equals);
    setFilter(filter);
    @
    I want to get all photos in the gallery but within specific date

    Can anybody help?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved