Home · All Classes · Modules

QMetaClassInfo Class Reference
[QtCore module]

The QMetaClassInfo class provides additional information about a class. More...

Methods


Detailed Description

The QMetaClassInfo class provides additional information about a class.

Class information items are simple name--value pairs that are specified using Q_CLASSINFO() in the source code. The information can be retrieved using name() and value(). For example:

 class MyClass
 {
     Q_OBJECT
     Q_CLASSINFO("author", "Sabrina Schweinsteiger")
     Q_CLASSINFO("url", "http://doc.moosesoft.co.uk/1.0/")

 public:
     ...
 };

This mechanism is free for you to use in your Qt applications. Qt doesn't use it for any of its classes.


Method Documentation

QMetaClassInfo.__init__ (self)

QMetaClassInfo.__init__ (self, QMetaClassInfo)

str QMetaClassInfo.name (self)

Returns the name of this item.

See also value().

str QMetaClassInfo.value (self)

Returns the value of this item.

See also name().


PyQt 4.10.4-snapshot-595c1453ae29 for MacOSCopyright © Riverbank Computing Ltd and Nokia 2012Qt 4.8.5