Results 1 to 2 of 2

Thread: How can I use QGalleryMetaDataFilter?

  1. #1
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Question How can I use QGalleryMetaDataFilter?

    Hi everybody,

    I want to know how can I use QGalleryMetaDataFilter?

    I tried the followinf without any result
    Qt Code:
    1. QGalleryMetaDataFilter filter();
    2. filter.setPropertyName(QLatin1String("created"));
    3. filter.setValue("4/7/2011");
    4. filter.setComparator(QGalleryFilter::Equals);
    5. setFilter(filter);
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How can I use QGalleryMetaDataFilter?

    Can anybody help?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.