Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-552

Missing signals in DocGallery

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P2: Important
    • 1.1.0
    • 1.1.0
    • Document Gallery
    • None

    Description

      The following DocGallery classes may have missing NOTIFY/CONSTANT properties and subsequently missing signals. It should be investigated whether signals/NOTIFY/CONSTANT should/could be added:

      ./gallery/qgallerytyperequest.h:    Q_PROPERTY(QStringList propertyNames READ propertyNames WRITE setPropertyNames)
      ./gallery/qgallerytyperequest.h:    Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate)
      
      ./gallery/qgalleryabstractrequest.h:    Q_PROPERTY(QAbstractGallery* gallery READ gallery WRITE setGallery)
      
      ./gallery/qgalleryitemrequest.h:    Q_PROPERTY(QStringList propertyNames READ propertyNames WRITE setPropertyNames)
      ./gallery/qgalleryitemrequest.h:    Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate)
      
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QStringList propertyNames READ propertyNames WRITE setPropertyNames)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QStringList sortPropertyNames READ sortPropertyNames WRITE setSortPropertyNames)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(int offset READ offset WRITE setOffset)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(int limit READ limit WRITE setLimit)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QString rootType READ rootType WRITE setRootType)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QVariant rootItem READ rootItem WRITE setRootItem)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QGalleryQueryRequest::Scope scope READ scope WRITE setScope)
      ./gallery/qgalleryqueryrequest.h:    Q_PROPERTY(QGalleryFilter filter READ filter WRITE setFilter)
      
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QAbstractGallery *gallery READ gallery WRITE setGallery)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QStringList sortPropertyNames READ sortPropertyNames WRITE setSortPropertyNames)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(int offset READ offset WRITE setOffset)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(int limit READ limit WRITE setLimit)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QString rootType READ rootType WRITE setRootType)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QVariant rootItem READ rootItem WRITE setRootItem)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QGalleryQueryRequest::Scope scope READ scope WRITE setScope)
      ./gallery/qgalleryquerymodel.h:    Q_PROPERTY(QGalleryFilter filter READ filter WRITE setFilter)
      
      
      

      Attachments

        Issue Links

          Activity

            People

              denexter Andrew den Exter (closed Nokia identity) (Inactive)
              alex Alex (closed Nokia identity) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: