The QGalleryType class provides a string constant identifying a gallery item type. More...
#include <QGalleryType>
QString | name () const |
operator QString () const |
Q_DEFINE_GALLERY_TYPE ( scope, name ) |
The QGalleryType class provides a string constant identifying a gallery item type.
QAbstractGallery implementations use to QGalleryType to define the names of item types in their schemas.
See also QGalleryProperty.
Returns the name of an item type.
Returns the string name of an item type.
Macro for defining the name of a gallery item type within the scope of a class or namespace.